rustc-dev-guide/src
LeSeulArtichaut 470d5afe98 Update links to `librustc_llvm` and `rustllvm` 2021-01-24 08:18:34 -05:00
..
appendix Update glossary.md (#994) 2020-12-28 20:05:06 +01:00
backend Update links to `librustc_llvm` and `rustllvm` 2021-01-24 08:18:34 -05:00
borrow_check Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
building Remove "Skipping LLVM build" section 2021-01-20 13:45:05 -05:00
diagnostics Add context to dated information (#1013) 2021-01-10 19:23:22 -03:00
img Adds a dev guide section on Rust Coverage 2020-12-07 14:22:45 -05:00
mir Add link to promotion.md (#1033) 2021-01-22 11:49:52 +01:00
notification-groups rustc invocation standarized (#992) 2020-12-28 23:34:51 +01:00
profiling rustc invocation standarized (#992) 2020-12-28 23:34:51 +01:00
queries Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
tests Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
traits Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
SUMMARY.md Add context to dated information (#1013) 2021-01-10 19:23:22 -03:00
about-this-guide.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
ast-validation.md Reorganize the guide (#651) 2020-04-06 13:23:34 -03:00
borrow_check.md Wrap link in borrow_check.md to satify line length checks 2020-04-05 12:46:22 -05:00
bug-fix-procedure.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
cli.md --verbose is useful when not compiling and when compiling (#901) 2020-09-29 17:18:00 +02:00
closure.md rustc invocation standarized (#992) 2020-12-28 23:34:51 +01:00
compiler-debugging.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
compiler-src.md Update links to `librustc_llvm` and `rustllvm` 2021-01-24 08:18:34 -05:00
compiler-team.md Replace links to `buildbot2.r-l.o` with `bors.r-l.o` 2020-10-21 17:34:07 -04:00
compiletest.md Clean up `compiletest` chapter (#935) 2020-10-26 11:58:00 +09:00
const-eval.md `ConstEvalResult` is now `EvalToConstValueResult` (#885) 2020-09-22 22:52:05 +02:00
contributing.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
conventions.md Remove reference to copyright notices. 2020-09-24 11:45:35 -04:00
crates-io.md Some small fixes 2020-08-03 11:07:57 -05:00
debugging-support-in-rustc.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
diagnostics.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
early-late-bound.md Fix broken link for `BoundRegion` (#998) 2020-12-31 01:13:49 +01:00
feature-gate-ck.md Reorganize the guide (#651) 2020-04-06 13:23:34 -03:00
feature-gates.md Link to feature-stabilization docs 2020-11-26 20:43:36 -05:00
generic_arguments.md Updated kinds that were renamed to generic arguments. 2019-10-12 09:44:31 -05:00
generics.md Rename `librustc` to `librustc_middle` 2020-03-31 15:43:14 -05:00
getting-started.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
git.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
hir-debugging.md rustc invocation standarized (#992) 2020-12-28 23:34:51 +01:00
hir.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
identifiers.md Point to `HirId` instead of `NodeId` 2021-01-09 21:05:10 -05:00
implementing_new_features.md Link to `feature_err` in stability section (#1022) 2021-01-19 11:47:45 -08:00
incrcomp-debugging.md Fix dep-graph-caller-callee test location 2020-09-03 16:21:30 +02:00
licenses.md minor grammar edit 2020-03-22 19:27:23 -05:00
llvm-coverage-instrumentation.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
lowering.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
macro-expansion.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
memory.md Change `rustc::*` to `rustc_middle::*` (#798) 2020-07-16 11:13:49 +09:00
method-lookup.md
miri.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
name-resolution.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
opaque-types-type-alias-impl-trait.md Add context to dated information (#1013) 2021-01-10 19:23:22 -03:00
overview.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
panic-implementation.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
parallel-rustc.md Add context to dated information (#1013) 2021-01-10 19:23:22 -03:00
param_env.md Update `param_env` link 2020-11-23 18:40:46 -05:00
part-2-intro.md Edit Part 2 introduction (#777) 2020-07-01 13:26:25 +02:00
part-3-intro.md Fix distortions of "representation" 2020-07-14 14:26:41 -05:00
part-4-intro.md Reorganize the guide (#651) 2020-04-06 13:23:34 -03:00
part-5-intro.md Corrected MIR file path and fixed a typo (#1020) 2021-01-14 14:10:08 -08:00
pat-exhaustive-checking.md fix a couple links 2020-12-03 00:06:19 -05:00
profile-guided-optimization.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
profiling.md Add context to dated information (#1013) 2021-01-10 19:23:22 -03:00
query.md Add context to dated information (#1013) 2021-01-10 19:23:22 -03:00
rustbot.md Use shorter 'rustbot label' command 2020-12-01 13:56:48 -05:00
rustc-driver-getting-diagnostics.md Reference complete examples 2020-05-07 17:30:27 -05:00
rustc-driver-interacting-with-the-ast.md Some small fixes (#823) 2020-08-11 19:36:48 -04:00
rustc-driver.md remove stupid-stats, and some references to removed API 2020-04-04 13:36:17 -05:00
rustdoc-internals.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
rustdoc.md Link to the Rustdoc book in the rustdoc chapter (#981) 2020-12-04 18:23:46 +01:00
salsa.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
sanitizers.md rustc invocation standarized (#992) 2020-12-28 23:34:51 +01:00
serialization.md Remove unneeded hashmarks (#826) 2020-08-17 04:51:37 +09:00
stability.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
stabilization_guide.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
syntax-intro.md add a bit to syntax intro 2020-05-08 09:42:27 -05:00
test-implementation.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
the-parser.md Add context to dated information (#1013) 2021-01-10 19:23:22 -03:00
ty-fold.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
ty.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
type-checking.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
type-inference.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
variance.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
walkthrough.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00