forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 09838ae
Rollup merge of rust-lang#133181 - rustbot:docs-update, r=ehuss
Update books
## rust-lang/edition-guide
2 commits in 2d482e203eb6d6e353814cf1415c5f94e590b9e0..915f9b319c2823f310430ecdecd86264a7870d7e
2024年11月06日 07:23:07 UTC to 2024年11月05日 09:03:41 UTC
- 2021: Update for raw lifetimes (rust-lang/edition-guide#330)
- CI: Switch to merge queue (rust-lang/edition-guide#333)
## rust-lang/nomicon
1 commits in 456b904f791751892b01282fd2757904993c4c26..eac89a3cbe6c4714e5029ae8b5a1c556fd4e8c42
2024年11月16日 14:05:28 UTC to 2024年11月16日 14:05:28 UTC
- Fix typo in what-unsafe-does (rust-lang/nomicon#469)
## rust-lang/reference
10 commits in da0f6dad767670da0e8cd5af8a7090db3272f626..41ccb0e6478305401dad92e8fd3d04a4304edb4c
2024年11月15日 21:45:16 UTC to 2024年11月05日 21:46:30 UTC
- Add identifiers to attributes.md and its subchapters (rust-lang/reference#1560)
- Fix 2 typos (rust-lang/reference#1674)
- Add examples to clarify the casting rules (rust-lang/reference#686)
- Explaining how to link mixed C/Rust binaries. (rust-lang/reference#838)
- Add Arm64EC to inline-assembly documentation (rust-lang/reference#1653)
- Add three more WebAssembly features to the list of accepted ones (rust-lang/reference#1638)
- Add s390x to inline-assembly documentation (rust-lang/reference#1643)
- trait object constraint correction (rust-lang/reference#1670)
- Update some "default" representation references (rust-lang/reference#1667)
- Update lifetimes for pre-expansion validation (rust-lang/reference#1668)
## rust-lang/rustc-dev-guide
12 commits in 6a5accd..b679e71
2024年11月18日 08:18:15 UTC to 2024年11月05日 07:22:17 UTC
- Mention `RUSTC_BOOTSTRAP` for misc testing (rust-lang/rustc-dev-guide#2136)
- Document how to acquire `cdb.exe` (rust-lang/rustc-dev-guide#2137)
- Document `max-llvm-major-version` directive (rust-lang/rustc-dev-guide#2129)
- Document `exact-llvm-major-version` directive (rust-lang/rustc-dev-guide#2135)
- Note Rustfmt for separate rust-analyzer directory (rust-lang/rustc-dev-guide#2134)
- still accurate (rust-lang/rustc-dev-guide#2133)
- typo (rust-lang/rustc-dev-guide#2132)
- add valid date-check marker (rust-lang/rustc-dev-guide#2131)
- Update parallel-rustc.md (rust-lang/rustc-dev-guide#1926)
- Rename `{ignore,only}-debug` -> `{ignore,needs}-{rustc,std}-debug-assertions` (rust-lang/rustc-dev-guide#2101)
- update const stability docs (rust-lang/rustc-dev-guide#2111)
- Ask folks to use the Oxford comma in diagnostics (rust-lang/rustc-dev-guide#2093)4 files changed
+4
-4
lines changed- src/attributes.md+39
- src/attributes/codegen.md+63-3
- src/attributes/debugger.md+22
- src/attributes/derive.md+9-1
- src/attributes/diagnostics.md+72-4
- src/attributes/limits.md+14-1
- src/attributes/testing.md+25-4
- src/attributes/type_system.md+14-2
- src/conditional-compilation.md+1-1
- src/expressions/operator-expr.md+78
- src/inline-assembly.md+51-15
- src/items/enumerations.md+2-2
- src/items/generics.md+3-4
- src/linkage.md+17
- src/macro-ambiguity.md+1-1
- src/tokens.md-2
- src/trait-bounds.md+2-1
- src/type-layout.md+3-2
- src/types/trait-object.md+1-1
0 commit comments