-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule edition-guide
updated
4 files
+23 −2 | .github/workflows/main.yml | |
+1 −0 | src/SUMMARY.md | |
+47 −0 | src/rust-2021/raw-lifetimes.md | |
+6 −5 | src/rust-2021/reserved-syntax.md |
Submodule reference
updated
19 files
+39 −0 | src/attributes.md | |
+63 −3 | src/attributes/codegen.md | |
+22 −0 | src/attributes/debugger.md | |
+9 −1 | src/attributes/derive.md | |
+72 −4 | src/attributes/diagnostics.md | |
+14 −1 | src/attributes/limits.md | |
+25 −4 | src/attributes/testing.md | |
+14 −2 | src/attributes/type_system.md | |
+1 −1 | src/conditional-compilation.md | |
+78 −0 | src/expressions/operator-expr.md | |
+51 −15 | src/inline-assembly.md | |
+2 −2 | src/items/enumerations.md | |
+3 −4 | src/items/generics.md | |
+17 −0 | src/linkage.md | |
+1 −1 | src/macro-ambiguity.md | |
+0 −2 | src/tokens.md | |
+2 −1 | src/trait-bounds.md | |
+3 −2 | src/type-layout.md | |
+1 −1 | src/types/trait-object.md |
Submodule rustc-dev-guide
updated
10 files
+1 −0 | src/SUMMARY.md | |
+2 −0 | src/building/suggested.md | |
+2 −0 | src/diagnostics.md | |
+1 −1 | src/llvm-coverage-instrumentation.md | |
+71 −51 | src/parallel-rustc.md | |
+2 −3 | src/stability.md | |
+11 −0 | src/tests/compiletest.md | |
+12 −1 | src/tests/directives.md | |
+4 −0 | src/tests/intro.md | |
+40 −0 | src/tests/misc.md |