2 files changed
+4
-2
lines changedSubmodule rustc-dev-guide updated 84 files
- .gitignore+3
 - .travis.yml+1-1
 - README.md+63-7
 - examples/rustc-driver-example.rs+102
 - src/SUMMARY.md+44-27
 - src/about-this-guide.md+25-10
 - src/appendix/bibliography.md+2-2
 - src/appendix/code-index.md+6-6
 - src/appendix/glossary.md+78-77
 - src/appendix/humorust.md+2-2
 - src/appendix/stupid-stats.md-417
 - src/ast-validation.md+6
 - src/backend/backend-agnostic.md+2-2
 - src/backend/codegen.md+76
 - src/backend/debugging.md+1-1
 - src/backend/lowering-mir.md+57
 - src/backend/monomorph.md+93
 - src/backend/updating-llvm.md
 - src/borrow_check.md+2-2
 - src/borrow_check/moves_and_initialization/move_paths.md+8-8
 - src/borrow_check/region_inference.md+1-1
 - src/borrow_check/region_inference/constraint_propagation.md+1-1
 - src/borrow_check/region_inference/lifetime_parameters.md+2-2
 - src/borrow_check/two_phase_borrows.md+3-3
 - src/bug-fix-procedure.md+9-8
 - src/building/compiler-documenting.md+1-1
 - src/building/how-to-build-and-run.md+7-7
 - src/building/suggested.md+1-1
 - src/closure.md+7-7
 - src/codegen.md-54
 - src/codegen/implicit-caller-location.md+280
 - src/compiler-debugging.md+9-10
 - src/compiler-src.md+2-3
 - src/compiler-team.md+2-3
 - src/compiletest.md+3-4
 - src/conventions.md+1-1
 - src/diagnostics.md+3-3
 - src/feature-gate-ck.md+3
 - src/generics.md+5-5
 - src/hir.md+10-10
 - src/ice-breaker/about.md+13
 - src/ice-breaker/llvm.md+1-1
 - src/implementing_new_features.md+1-1
 - src/licenses.md+5
 - src/lowering.md+1-1
 - src/macro-expansion.md+1-1
 - src/memory.md+6-6
 - src/mir/construction.md+1-1
 - src/mir/index.md+5-5
 - src/mir/optimizations.md+3-3
 - src/mir/visitor.md+2-2
 - src/miri.md+6-6
 - src/name-resolution.md+6-3
 - src/overview.md+3
 - src/panic-implementation.md+2-2
 - src/param_env.md+49-10
 - src/part-1-intro.md+1-1
 - src/part-2-intro.md+13-10
 - src/part-3-intro.md+8
 - src/part-4-intro.md+12
 - src/part-5-intro.md+52
 - src/pat-exhaustive-checking.md+7
 - src/profiling.md+1-1
 - src/profiling/with_perf.md+5-5
 - src/queries/incremental-compilation-in-detail.md+97-27
 - src/queries/incremental-compilation.md+2-2
 - src/queries/profiling.md+1-1
 - src/queries/query-evaluation-model-in-detail.md+5-4
 - src/query.md+9-8
 - src/rustc-driver-interacting-with-the-ast.md+45
 - src/rustc-driver.md+9-10
 - src/syntax-intro.md+8
 - src/test-implementation.md+17-16
 - src/tests/intro.md+12-12
 - src/tests/running.md+1-2
 - src/the-parser.md+1-1
 - src/traits/associated-types.md+2-2
 - src/traits/chalk-overview.md+1-1
 - src/traits/goals-and-clauses.md+3-3
 - src/traits/hrtb.md+1-1
 - src/ty-fold.md+7-7
 - src/ty.md+20-24
 - src/type-inference.md+16-8
 - src/walkthrough.md+2-2
 
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
108 | 108 |  | |
109 | 109 |  | |
110 | 110 |  | |
111 |  | - | |
 | 111 | + | |
 | 112 | + | |
 | 113 | + | |
112 | 114 |  | |
113 | 115 |  | |
114 | 116 |  | |
 | |||
0 commit comments