-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 9 pull requests #108977
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c6d32f4 - Browse repository at this point
Copy the full SHA c6d32f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8bd4ef - Browse repository at this point
Copy the full SHA e8bd4efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b788da - Browse repository at this point
Copy the full SHA 9b788daView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5bb605 - Browse repository at this point
Copy the full SHA d5bb605View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73016bb - Browse repository at this point
Copy the full SHA 73016bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d2bdb8 - Browse repository at this point
Copy the full SHA 8d2bdb8View commit details -
Add examples section which demonstrates the behaviour (specifically t…
…he sign positive aspect)
Configuration menu - View commit details
-
Copy full SHA for b439189 - Browse repository at this point
Copy the full SHA b439189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b99723 - Browse repository at this point
Copy the full SHA 5b99723View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8fbf62 - Browse repository at this point
Copy the full SHA e8fbf62View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd34549 - Browse repository at this point
Copy the full SHA fd34549View commit details
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 54e5c19 - Browse repository at this point
Copy the full SHA 54e5c19View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccb552e - Browse repository at this point
Copy the full SHA ccb552eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8f905c - Browse repository at this point
Copy the full SHA a8f905cView commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 4bd32ac - Browse repository at this point
Copy the full SHA 4bd32acView commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 6ef07c2 - Browse repository at this point
Copy the full SHA 6ef07c2View commit details -
Rollup merge of rust-lang#108940 - b-naber:reviewers-list, r=compiler…
…-errors Add myself to compiler reviewers list
Configuration menu - View commit details
-
Copy full SHA for 63c6a34 - Browse repository at this point
Copy the full SHA 63c6a34View commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for afd8558 - Browse repository at this point
Copy the full SHA afd8558View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e0c8ba1 - Browse repository at this point
Copy the full SHA e0c8ba1View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 65db3cb - Browse repository at this point
Copy the full SHA 65db3cbView commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 671339c - Browse repository at this point
Copy the full SHA 671339cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7918df5 - Browse repository at this point
Copy the full SHA 7918df5View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for df74b70 - Browse repository at this point
Copy the full SHA df74b70View commit details