forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#65009 - Centril:rollup-06g05xj, r=Centril
Rollup of 13 pull requests Successful merges: - rust-lang#64581 (Fix unreachable_code warnings for try{} block ok-wrapped expressions) - rust-lang#64850 (Remove inlines from DepNode code) - rust-lang#64914 (regression test for 64453 borrow check error.) - rust-lang#64922 (Use PlaceBuilder to avoid a lot of slice -> vec -> slice convertions) - rust-lang#64948 (Improve sidebar styling to make its integration easier) - rust-lang#64961 (Make comment about dummy type a bit more clear) - rust-lang#64967 (Don't mark borrows of zero-sized arrays as indirectly mutable) - rust-lang#64973 (Fix typo while setting `compile-flags` in test) - rust-lang#64980 (Enable support for `IndirectlyMutableLocals` in `rustc_peek` ) - rust-lang#64989 (Fix ICE rust-lang#64964) - rust-lang#64991 ([const-prop] Correctly handle locals that can't be propagated) - rust-lang#64995 (Remove rustdoc warning) - rust-lang#64997 (rustc book: nitpick SLP vectorization) Failed merges: r? @ghost
- Loading branch information
Showing
31 changed files
with
756 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.