-
Notifications
You must be signed in to change notification settings - Fork 13k
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
27 files
Submodule reference
updated
3 files
+1 −1 | src/crates-and-source-files.md | |
+5 −12 | src/special-types-and-traits.md | |
+1 −1 | src/tokens.md |
Submodule rustc-dev-guide
updated
30 files
+1 −0 | src/SUMMARY.md | |
+1 −1 | src/appendix/glossary.md | |
+1 −1 | src/backend/monomorph.md | |
+1 −1 | src/backend/updating-llvm.md | |
+16 −16 | src/borrow_check/region_inference.md | |
+6 −6 | src/borrow_check/region_inference/lifetime_parameters.md | |
+12 −12 | src/building/bootstrapping.md | |
+1 −1 | src/building/build-install-distribution-artifacts.md | |
+1 −1 | src/building/compiler-documenting.md | |
+1 −1 | src/building/how-to-build-and-run.md | |
+1 −1 | src/building/new-target.md | |
+4 −4 | src/building/suggested.md | |
+16 −16 | src/contributing.md | |
+1 −1 | src/diagnostics/diagnostic-items.md | |
+1 −1 | src/diagnostics/lintstore.md | |
+1 −1 | src/early-late-bound.md | |
+16 −16 | src/getting-started.md | |
+2 −2 | src/git.md | |
+1 −1 | src/llvm-coverage-instrumentation.md | |
+1 −1 | src/macro-expansion.md | |
+1 −1 | src/mir/debugging.md | |
+195 −0 | src/mir/drop-elaboration.md | |
+1 −1 | src/mir/index.md | |
+1 −1 | src/miri.md | |
+2 −2 | src/profiling.md | |
+1 −1 | src/profiling/with_perf.md | |
+1 −1 | src/tests/intro.md | |
+12 −3 | src/tests/running.md | |
+2 −2 | src/tracing.md | |
+1 −1 | src/ty.md |