Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 9 pull requests #108977

Merged
merged 22 commits into from
Mar 10, 2023
Merged

Rollup of 9 pull requests #108977

merged 22 commits into from
Mar 10, 2023

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    c6d32f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8bd4ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b788da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5bb605 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73016bb View commit details
    Browse the repository at this point in the history
  6. Add missing comment for f64

    bmoxb committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    8d2bdb8 View commit details
    Browse the repository at this point in the history
  7. Add examples section which demonstrates the behaviour (specifically t…

    …he sign positive aspect)
    bmoxb committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    b439189 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b99723 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8fbf62 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd34549 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    54e5c19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccb552e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8f905c View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#108879 - compiler-errors:constrained-root-v…

    …ar, r=lcnr
    
    Unconstrained terms should account for infer vars being equated
    
    Follow-up from the canonicalization PR, wanted to break this one out so I can approve the other PR.
    
    r? `@lcnr`
    matthiaskrgr committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4bd32ac View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#108936 - GuillaumeGomez:rustdoc-anonymous-r…

    …eexport, r=notriddle
    
    Rustdoc: don't hide anonymous reexport
    
    Fixes rust-lang#108931.
    
    From rust-lang#108931, it appears that having anonymous re-exports for traits is actually used in some places, so instead of hiding them automatically, we should prevent them to be ever inlined.
    
    r? `@notriddle`
    matthiaskrgr committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    6ef07c2 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#108940 - b-naber:reviewers-list, r=compiler…

    …-errors
    
    Add myself to compiler reviewers list
    matthiaskrgr committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    63c6a34 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#108945 - spastorino:pass-def-id-instead-of-…

    …using-hir-id, r=compiler-errors
    
    Make some report and emit errors take DefIds instead of BodyIds
    
    Breaking off from rust-lang#108915
    
    r? `@compiler-errors`
    matthiaskrgr committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    afd8558 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#108946 - bmoxb:bool-to-float-docs, r=cuviper

    Document the resulting values produced when using `From<bool>` on floats
    
    Have the documentation of the implementation of `From<bool>` on `f32` and `f64` indicate the output values (`0.0` for `false` and `1.0` for `true`).
    
    closes rust-lang#108939
    matthiaskrgr committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    e0c8ba1 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#108956 - Raekye:master, r=scottmcm

    Make ptr::from_ref and ptr::from_mut in rust-lang#106116 const.
    
    As per rust-lang#106116 (comment)
    matthiaskrgr committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    65db3cb View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#108960 - compiler-errors:no-body-def-id, r=…

    …cjgillot
    
    Remove `body_def_id` from `Inherited`
    
    We can just use the body id from the obligation cause.
    
    Follow-up to rust-lang#108945, only my commit is relevant.
    
    r? `@cjgillot` cc `@spastorino`
    matthiaskrgr committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    671339c View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#108963 - jhheider:fix-CI-non-git-builds, r=…

    …albertlarsan68
    
    only call git on git checkouts during bootstrap
    
    fixes rust-lang#108959
    matthiaskrgr committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    7918df5 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#108964 - majaha:ptr_metadata_doc, r=working…

    …jubilee
    
    Fix the docs for pointer method with_metadata_of
    
    The name of the argument to `{*const T, *mut T}::with_metadata_of` was changed from `val` to `meta` recently, but the docs weren't updated to match.
    
    Relevant pull request: rust-lang#103701
    matthiaskrgr committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    df74b70 View commit details
    Browse the repository at this point in the history