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#56381 - kennytm:rollup, r=kennytm
Rollup of 19 pull requests Successful merges: - rust-lang#55011 (Add libstd Cargo feature "panic_immediate_abort") - rust-lang#55821 (Use sort_by_cached_key when the key function is not trivial/free) - rust-lang#56014 (add test for issue rust-lang#21335) - rust-lang#56131 (Assorted tweaks) - rust-lang#56214 (Implement chalk unification routines) - rust-lang#56216 (Add TryFrom<&[T]> for [T; $N] where T: Copy) - rust-lang#56268 (Reuse the `P` in `InvocationCollector::fold_{,opt_}expr`.) - rust-lang#56324 (Use raw_entry for more efficient interning) - rust-lang#56336 (Clean up and streamline the pretty-printer) - rust-lang#56337 (Fix const_fn ICE with non-const function pointer) - rust-lang#56339 (Remove not used option) - rust-lang#56341 (Rename conversion util; remove duplicate util in librustc_codegen_llvm.) - rust-lang#56349 (rustc 1.30.0's linker flavor inference is a non-backwards compat change to -Clinker) - rust-lang#56355 (Add inline attributes and add unit to CommonTypes) - rust-lang#56360 (Optimize local linkchecker program) - rust-lang#56364 (Fix panic with outlives in existential type) - rust-lang#56365 (Stabilize self_struct_ctor feature.) - rust-lang#56367 (Moved some feature gate tests to correct location) - rust-lang#56373 (Update books)
- Loading branch information
Showing
76 changed files
with
1,908 additions
and
856 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
Submodule edition-guide
added at
ad8958
Submodule nomicon
updated
from f8a4e9 to b7eb4a
33 changes: 0 additions & 33 deletions
33
src/doc/unstable-book/src/language-features/self-struct-ctor.md
This file was deleted.
Oops, something went wrong.
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
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.