rustc-dev-guide/src
Eric Huss 7d8eb87604
cargo timings has been stabilized (#1319)
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
2022-02-27 22:26:00 -06:00
..
appendix Fix `Ty` link (#1308) 2022-02-20 12:14:58 -08:00
backend Spelling: Rename `rust` to `Rust` (#1288) 2022-01-18 11:09:37 -03:00
borrow_check Fix broken links related to `rustc_borrowck` (#1259) 2021-11-16 10:43:17 -03:00
building Fix typo (#1315) 2022-02-24 11:27:21 -08:00
diagnostics Triage some date references (#1293) 2022-02-10 17:34:23 -03:00
img Add article on using WPA to profile rustc memory usage on Windows (#1074) 2021-03-09 04:42:56 +09:00
mir Typo (#1313) 2022-02-22 18:22:28 -06:00
notification-groups rustc invocation standarized (#992) 2020-12-28 23:34:51 +01:00
profiling Spelling fixes 2021-11-15 08:23:01 -06:00
queries Docs: consolidated parallelism information 2021-09-07 11:08:38 -05:00
tests Add known-bug header. (#1311) 2022-02-24 22:40:58 -06:00
traits Update some out-of-date information 2021-02-26 15:38:01 -05:00
SUMMARY.md Reorganize and expand the testing chapters. (#1281) 2022-01-18 14:44:26 -03:00
about-this-guide.md Spelling: Rename `rust` to `Rust` (#1288) 2022-01-18 11:09:37 -03:00
asm.md Add inline assembly internals (#1266) 2022-01-18 11:12:06 -03:00
ast-validation.md Create issues for many TODOs (#1163) 2021-07-02 10:43:12 +02:00
borrow_check.md Fix `rustc_mir` related links (#1228) 2021-10-29 00:58:26 +09:00
bug-fix-procedure.md Fix typo in Bug Fix Procedure (#1050) 2021-02-07 11:15:54 -05:00
cli.md --verbose is useful when not compiling and when compiling (#901) 2020-09-29 17:18:00 +02:00
closure.md Fix typo: [upv.rs_mentioned] -> [upvars_mentioned] 2021-11-07 07:48:47 -06:00
compiler-debugging.md Move log/tracing instructions to its own file 2021-10-08 15:41:06 -05:00
compiler-src.md Spelling: Rename `rust` to `Rust` (#1288) 2022-01-18 11:09:37 -03:00
compiler-team.md Add S-Inactive PRs as another source of things contributors could work on (#1177) 2021-07-29 06:05:19 +02:00
const-eval.md Fix `rustc_mir` related links (#1228) 2021-10-29 00:58:26 +09:00
constants.md Fix some links 2021-11-24 10:23:07 -05:00
contributing.md Clarify that r? works in comments. 2022-01-20 18:01:07 -08:00
conventions.md Address review comments in #1286. 2022-01-05 23:26:43 -06:00
crates-io.md Triage some date references (#1293) 2022-02-10 17:34:23 -03:00
debugging-support-in-rustc.md Create issues for many TODOs (#1163) 2021-07-02 10:43:12 +02:00
diagnostics.md Some minor adjustments to the diagnostic documentation 2021-10-29 21:51:05 -05:00
early-late-bound.md Spelling fixes 2021-11-15 08:23:01 -06:00
feature-gate-ck.md Create issues for many TODOs (#1163) 2021-07-02 10:43:12 +02:00
feature-gates.md Document how to mark features as incomplete (#1151) 2021-06-29 18:41:13 +02:00
generic_arguments.md
generics.md fix typo 2021-04-08 17:29:13 -04:00
getting-started.md Link to The Rust Performance Book (#1300) 2022-02-17 17:46:20 -03:00
git.md Triage some date references (#1293) 2022-02-10 17:34:23 -03:00
hir-debugging.md Create issues for many TODOs (#1163) 2021-07-02 10:43:12 +02:00
hir.md Update HIR chapter to use `HirId` instead of `NodeId` 2021-12-09 09:11:48 -06:00
identifiers.md Create issues for many TODOs (#1163) 2021-07-02 10:43:12 +02:00
implementing_new_features.md Clean up section about FCPs (#1287) 2022-01-18 11:09:16 -03:00
incrcomp-debugging.md Fix dep-graph-caller-callee test location 2020-09-03 16:21:30 +02:00
lang-items.md Document lang items (#1119) 2021-07-05 08:34:33 +02:00
licenses.md
llvm-coverage-instrumentation.md instrument-coverage has been stabilized. 2022-02-20 13:59:23 -08:00
lowering.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
macro-expansion.md Spelling: Rename `rust` to `Rust` (#1288) 2022-01-18 11:09:37 -03:00
memory.md Change `rustc::*` to `rustc_middle::*` (#798) 2020-07-16 11:13:49 +09:00
method-lookup.md Improve formatting and update info in "method lookup" section 2021-04-09 18:12:21 -04:00
miri.md Spelling fixes 2021-11-15 08:23:01 -06:00
name-resolution.md Create issues for many TODOs (#1163) 2021-07-02 10:43:12 +02:00
opaque-types-type-alias-impl-trait.md Fix date-check comment formatting (#1066) 2021-02-20 19:24:01 -08:00
overview.md Fix `Ty` link (#1308) 2022-02-20 12:14:58 -08:00
panic-implementation.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
parallel-rustc.md Parallel codegen (#1206) 2021-09-16 20:58:07 -05:00
param_env.md Fix double-word typos (#1084) 2021-03-12 03:29:19 +09: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
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 instrument-coverage has been stabilized. 2022-02-20 13:59:23 -08:00
profiling.md cargo timings has been stabilized (#1319) 2022-02-27 22:26:00 -06:00
query.md Fix heading levels in the query chapter (#1305) 2022-02-17 13:48:36 -08:00
rustbot.md Use shorter 'rustbot label' command 2020-12-01 13:56:48 -05:00
rustc-driver-getting-diagnostics.md Add notes about nightly rustc version for the rustc-driver examples 2021-03-28 13:33:56 -04:00
rustc-driver-interacting-with-the-ast.md Add notes about nightly rustc version for the rustc-driver examples 2021-03-28 13:33:56 -04:00
rustc-driver.md
rustdoc-internals.md Move date-check comment to fix Markdown syntax 2021-12-15 11:59:46 -08:00
rustdoc.md Address more review comments in #1286. 2022-01-05 23:26:43 -06:00
salsa.md Spelling change intermidiate to intermediate 2021-09-05 12:11:19 -05:00
sanitizers.md Add documentation for LLVM CFI support 2021-10-27 08:55:16 -05:00
serialization.md Remove unneeded hashmarks (#826) 2020-08-17 04:51:37 +09:00
stability.md Fixed team responsible for stabilization (#1181) 2021-08-05 13:41:16 +02:00
stabilization_guide.md mention test folders for cfg(bootstrap) (#1294) 2022-02-05 15:03:17 +09:00
syntax-intro.md
test-implementation.md Spelling: Rename `rust` to `Rust` (#1288) 2022-01-18 11:09:37 -03:00
the-parser.md Fix formatting of more date references (#1067) 2021-02-22 18:22:23 +09:00
thir.md Expand THIR section with more details (#1183) 2021-08-21 19:55:56 -04:00
tracing.md Spelling fixes 2021-11-15 08:23:01 -06:00
ty-fold.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
ty.md Fix `Ty` link (#1308) 2022-02-20 12:14:58 -08:00
type-checking.md Create issues for many TODOs (#1163) 2021-07-02 10:43:12 +02:00
type-inference.md Update "Inference variables" section (#1145) 2021-06-21 21:50:12 +02:00
variance.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
walkthrough.md Spelling: Rename `rust` to `Rust` (#1288) 2022-01-18 11:09:37 -03:00