forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
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#101220 - JohnTitor:rollup-ov7upr7, r=JohnTitor
Rollup of 10 pull requests Successful merges: - rust-lang#100804 (Fix search results color on hover for ayu theme) - rust-lang#100892 (Add `AsFd` implementations for stdio types on WASI.) - rust-lang#100927 (Adding new Fuchsia rustup docs... reworking walkthrough) - rust-lang#101088 (Set DebuginfoKind::Pdb in msvc_base) - rust-lang#101159 (add tracking issue number to const_slice_split_at_not_mut) - rust-lang#101192 (Remove path string) - rust-lang#101193 (Avoid zeroing large stack buffers in stdio on Windows) - rust-lang#101197 (:arrow_up: rust-analyzer) - rust-lang#101200 (Add test for issue rust-lang#85872) - rust-lang#101219 (Update books) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
- Loading branch information
Showing
88 changed files
with
2,576 additions
and
1,001 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
Submodule book
updated
7 files
Submodule reference
updated
3 files
+1 −0 | book.toml | |
+1 −2 | src/attributes/testing.md | |
+3 −3 | src/crates-and-source-files.md |
Submodule rustc-dev-guide
updated
15 files
+1 −1 | book.toml | |
+8 −4 | ci/date-check/src/main.rs | |
+11 −8 | src/backend/codegen.md | |
+2 −1 | src/building/prerequisites.md | |
+89 −70 | src/diagnostics/diagnostic-structs.md | |
+32 −13 | src/diagnostics/lintstore.md | |
+16 −9 | src/diagnostics/translation.md | |
+8 −4 | src/git.md | |
+110 −49 | src/parallel-rustc.md | |
+34 −31 | src/part-5-intro.md | |
+5 −21 | src/stabilization_guide.md | |
+0 −1 | src/test-implementation.md | |
+8 −7 | src/the-parser.md | |
+105 −56 | src/thir.md | |
+3 −5 | src/type-inference.md |
Oops, something went wrong.