forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
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
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule reference
updated
4 files
+11 −0 | src/crates-and-source-files.md | |
+2 −1 | src/expressions/literal-expr.md | |
+1 −1 | src/input-format.md | |
+6 −2 | src/paths.md |
Submodule rustc-dev-guide
updated
25 files
+4 −4 | examples/rustc-driver-getting-diagnostics.rs | |
+8 −3 | src/SUMMARY.md | |
+19 −18 | src/appendix/bibliography.md | |
+1 −1 | src/appendix/code-index.md | |
+2 −2 | src/ast-lowering.md | |
+1 −1 | src/backend/backend-agnostic.md | |
+51 −0 | src/building/bootstrapping/how-bootstrap-does-it.md | |
+21 −0 | src/building/bootstrapping/intro.md | |
+1 −14 | src/building/bootstrapping/what-bootstrapping-does.md | |
+1 −1 | src/building/how-to-build-and-run.md | |
+4 −4 | src/building/suggested.md | |
+16 −16 | src/diagnostics.md | |
+21 −23 | src/diagnostics/diagnostic-structs.md | |
+1 −1 | src/diagnostics/error-guaranteed.md | |
+17 −17 | src/diagnostics/translation.md | |
+4 −4 | src/overview.md | |
+13 −10 | src/return-position-impl-trait-in-trait.md | |
+149 −123 | src/rustdoc-internals.md | |
+0 −1 | src/solve/canonicalization.md | |
+79 −38 | src/solve/normalization.md | |
+109 −0 | src/solve/significant-changes.md | |
+34 −29 | src/test-implementation.md | |
+1 −1 | src/tests/headers.md | |
+5 −5 | src/turbofishing-and-early-late-bound.md | |
+4 −4 | src/ty.md |