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.
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule book
updated
47 files
Submodule edition-guide
updated
2 files
+20 −11 | src/rust-2024/index.md | |
+7 −0 | src/rust-2024/never-type-fallback.md |
Submodule reference
updated
26 files
+16 −1 | .github/workflows/main.yml | |
+5 −5 | CONTRIBUTING.md | |
+7 −0 | README.md | |
+2 −68 | STYLE.md | |
+3 −0 | book.toml | |
+148 −0 | docs/authoring.md | |
+45 −45 | src/attributes.md | |
+94 −94 | src/attributes/codegen.md | |
+3 −3 | src/attributes/debugger.md | |
+9 −9 | src/attributes/diagnostics.md | |
+10 −6 | src/behavior-considered-undefined.md | |
+4 −2 | src/inline-assembly.md | |
+2 −2 | src/items/constant-items.md | |
+6 −4 | src/items/external-blocks.md | |
+5 −4 | src/items/functions.md | |
+7 −2 | src/linkage.md | |
+3 −3 | src/macros-by-example.md | |
+6 −6 | src/names.md | |
+1 −1 | src/names/namespaces.md | |
+5 −5 | src/names/preludes.md | |
+1 −1 | src/tokens.md | |
+4 −4 | src/types.md | |
+21 −12 | style-check/Cargo.lock | |
+1 −1 | style-check/Cargo.toml | |
+10 −1 | style-check/src/main.rs | |
+166 −0 | theme/reference.css |
Submodule rustc-dev-guide
updated
9 files
+257 −48 | ci/date-check/Cargo.lock | |
+7 −3 | ci/date-check/src/main.rs | |
+2 −2 | src/SUMMARY.md | |
+1 −1 | src/bug-fix-procedure.md | |
+1 −1 | src/building/how-to-build-and-run.md | |
+1 −1 | src/building/optimized-build.md | |
+149 −67 | src/mir/passes.md | |
+1 −1 | src/rustdoc.md | |
+3 −3 | src/tests/fuchsia.md |