File tree
5 files changed
+5
-5
lines changed- src/doc
5 files changed
+5
-5
lines changedSubmodule edition-guide updated 9 files
- book.toml+1
- src/SUMMARY.md+3-2
- src/editions/creating-a-new-project.md+8-6
- src/rust-2021/c-string-literals.md+1-1
- src/rust-2021/reserved-syntax.md+1-1
- src/rust-2024/cargo-remove-implicit-features.md-47
- src/rust-2024/reserved-syntax.md+66
- src/rust-2024/rustdoc-doctests.md+10-5
- src/rust-2024/rustfmt-raw-identifier-sorting.md+50
Submodule embedded-book updated 1 file
- .github/workflows/main.yml+45-4
- README.md+14-2
- book.toml+1
- docs/authoring.md+16
- mdbook-spec/Cargo.lock+30-1
- mdbook-spec/Cargo.toml+1
- mdbook-spec/src/lib.rs+66-60
- mdbook-spec/src/main.rs+1-3
- mdbook-spec/src/rules.rs+115
- mdbook-spec/src/test_links.rs+203
- src/SUMMARY.md+1
- src/attributes/diagnostics.md+3-2
- src/behavior-considered-undefined.md+95-13
- src/conditional-compilation.md+117-10
- src/const_eval.md+78-7
- src/crates-and-source-files.md+31-4
- src/destructors.md+12
- src/identifiers.md+15
- src/lexical-structure.md+2
- src/linkage.md+26
- src/macro-ambiguity.md+53
- src/statements-and-expressions.md+2
- src/statements.md+35-1
- src/subtyping.md+19-1
- src/test-summary.md+5
- src/tokens.md+133-2
- src/trait-bounds.md+34-4
- src/type-coercions.md+54-1
- src/type-layout.md+101-3
- src/types.md+39-3
- src/types/array.md+9-2
- src/types/boolean.md+38-2
- src/types/closure.md+20
- src/types/enum.md+7
- src/types/function-item.md+10-2
- src/types/function-pointer.md+12-2
- src/types/impl-trait.md+38-2
- src/types/inferred.md+10-2
- src/types/never.md+9-2
- src/types/numeric.md+15
- src/types/parameters.md+2
- src/types/pointer.md+35
- src/types/slice.md+6
- src/types/struct.md+8
- src/types/textual.md+14-1
- src/types/trait-object.md+16-2
- src/types/tuple.md+12
- src/types/union.md+11-1
- src/unsafe-keyword.md+22
- src/unsafety.md+17
- src/variables.md+7
- src/whitespace.md+5
- theme/reference.css+30
- theme/reference.js+24
Submodule rustc-dev-guide updated 9 files
- src/SUMMARY.md+3
- src/building/bootstrapping/what-bootstrapping-does.md+226-196
- src/llvm-coverage-instrumentation.md+1-1
- src/notification-groups/about.md+12-2
- src/notification-groups/emscripten.md+23
- src/notification-groups/wasi.md+23
- src/notification-groups/wasm.md+23
- src/tests/compiletest.md+4-19
- src/tests/directives.md+5-2
0 commit comments