-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 #123108
Rollup of 9 pull requests #123108
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17ba73c - Browse repository at this point
Copy the full SHA 17ba73cView commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b85f07 - Browse repository at this point
Copy the full SHA 6b85f07View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3d77a8 - Browse repository at this point
Copy the full SHA d3d77a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22b9e96 - Browse repository at this point
Copy the full SHA 22b9e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3879acb - Browse repository at this point
Copy the full SHA 3879acbView commit details
Commits on Mar 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c7f8b0 - Browse repository at this point
Copy the full SHA 0c7f8b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c433d0 - Browse repository at this point
Copy the full SHA 2c433d0View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b562795 - Browse repository at this point
Copy the full SHA b562795View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fdc755 - Browse repository at this point
Copy the full SHA 5fdc755View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc1d7d2 - Browse repository at this point
Copy the full SHA fc1d7d2View commit details
Commits on Mar 26, 2024
-
enable cargo miri test doctests
Signed-off-by: onur-ozkan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69af113 - Browse repository at this point
Copy the full SHA 69af113View commit details -
unix fs: Make hurd and horizon using explicit new rather than From
408c0ea ("unix time module now return result") dropped the From impl for SystemTime, breaking the hurd and horizon builds. Fixes rust-lang#123032
Configuration menu - View commit details
-
Copy full SHA for 7b4e507 - Browse repository at this point
Copy the full SHA 7b4e507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22bc5c5 - Browse repository at this point
Copy the full SHA 22bc5c5View commit details -
Change
f16
andf128
clippy stubs to be nonpanickingIt turns out there is a bit of a circular dependency - I cannot add anything to `core` because Clippy fails, and I can't actually add correct Clippy implementations without new implementations from `core`. Change some of the Clippy stubs from `unimplemented!` to success values and leave a FIXME in their place to mitigate this. Fixes <rust-lang#122587>
Configuration menu - View commit details
-
Copy full SHA for 2cfd532 - Browse repository at this point
Copy the full SHA 2cfd532View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf7a745 - Browse repository at this point
Copy the full SHA bf7a745View commit details -
Rollup merge of rust-lang#108675 - Shadlock0133:adt_const_params, r=c…
…ompiler-errors Document `adt_const_params` feature in Unstable Book
Configuration menu - View commit details
-
Copy full SHA for 9162776 - Browse repository at this point
Copy the full SHA 9162776View commit details -
Rollup merge of rust-lang#122120 - fmease:sugg-assoc-ty-bound-on-eq-b…
…ound, r=compiler-errors Suggest associated type bounds on problematic associated equality bounds Fixes rust-lang#105056. TL;DR: Suggest `Trait<Ty: Bound>` on `Trait<Ty = Bound>` in Rust >=2021. ~~Blocked on rust-lang#122055 (stabilization of `associated_type_bounds`), I'd say.~~ (merged)
Configuration menu - View commit details
-
Copy full SHA for ff8cdc9 - Browse repository at this point
Copy the full SHA ff8cdc9View commit details -
Rollup merge of rust-lang#122589 - wutchzone:121547, r=compiler-errors
Fix diagnostics for async block cloning Closes rust-lang#121547 r? diagnostics
Configuration menu - View commit details
-
Copy full SHA for 20770ac - Browse repository at this point
Copy the full SHA 20770acView commit details -
Rollup merge of rust-lang#122835 - compiler-errors:deref-pure, r=Nadr…
…ieril Require `DerefMut` and `DerefPure` on `deref!()` patterns when appropriate Waiting on the deref pattern syntax pr to merge r? nadrieril
Configuration menu - View commit details
-
Copy full SHA for 0029a11 - Browse repository at this point
Copy the full SHA 0029a11View commit details -
Rollup merge of rust-lang#123049 - compiler-errors:coroutine-closure-…
…rcvr, r=oli-obk In `ConstructCoroutineInClosureShim`, pass receiver by mut ref, not mut pointer The receivers were compatible at codegen time, but did not necessarily have the same layouts due to niches, which was caught by miri. Fixes rust-lang/miri#3400 r? oli-obk
Configuration menu - View commit details
-
Copy full SHA for b63dca1 - Browse repository at this point
Copy the full SHA b63dca1View commit details -
Rollup merge of rust-lang#123055 - onur-ozkan:miri-rustdoc, r=RalfJung
enable cargo miri test doctests This was the cleanest solution that came to my mind so far. cc `@RalfJung` Resolves rust-lang#123028
Configuration menu - View commit details
-
Copy full SHA for b8e8d65 - Browse repository at this point
Copy the full SHA b8e8d65View commit details -
Rollup merge of rust-lang#123057 - sthibaul:systemtime, r=jhpratt
unix fs: Make hurd using explicit new rather than From 408c0ea ("unix time module now return result") dropped the From impl for SystemTime, breaking the hurd build (and probably the horizon build) Fixes rust-lang#123032
Configuration menu - View commit details
-
Copy full SHA for ac5ffa5 - Browse repository at this point
Copy the full SHA ac5ffa5View commit details -
Rollup merge of rust-lang#123087 - tgross35:clippy-f16-f128-check-stu…
…bs, r=blyxyas Change `f16` and `f128` clippy stubs to be nonpanicking It turns out there is a bit of a circular dependency - I cannot add anything to `core` because Clippy fails, and I can't actually add correct Clippy implementations without new implementations from `core`. Change some of the Clippy stubs from `unimplemented!` to success values and leave a FIXME in their place to mitigate this. Fixes <rust-lang#122587>
Configuration menu - View commit details
-
Copy full SHA for 7af95ed - Browse repository at this point
Copy the full SHA 7af95edView commit details -
Rollup merge of rust-lang#123103 - compiler-errors:inherited-is-a-wei…
…rd-name, r=oli-obk Rename `Inherited` -> `TypeckRootCtxt` `Inherited` is a confusing name. Rename it to `TypeckRootCtxt`. I don't think this needs a type MCP or anything since it's not nearly as pervasive as `FnCtxt` , for example. r? `@lcnr` `@oli-obk`
Configuration menu - View commit details
-
Copy full SHA for 781b225 - Browse repository at this point
Copy the full SHA 781b225View commit details