rustc-dev-guide/src
Rahul Butani 6893645e60 Remove a dead link in `new-target.md` + other nits (#1186) 2021-08-10 20:41:44 +09:00
..
appendix Generate glossary table correctly (#1146) 2021-06-24 13:57:37 +09:00
backend Add description of -opt-bisect-limit LLVM option (#1182) 2021-08-07 10:12:22 +02:00
borrow_check Fix double-word typos (#1084) 2021-03-12 03:29:19 +09:00
building Remove a dead link in `new-target.md` + other nits (#1186) 2021-08-10 20:41:44 +09:00
diagnostics Fix line lens 2021-07-04 23:21:24 -04:00
img Add article on using WPA to profile rustc memory usage on Windows (#1074) 2021-03-09 04:42:56 +09:00
mir Mention unpretty=mir-cfg for debugging MIR 2021-04-23 16:25:11 -04:00
notification-groups rustc invocation standarized (#992) 2020-12-28 23:34:51 +01:00
profiling Add article on using WPA to profile rustc memory usage on Windows (#1074) 2021-03-09 04:42:56 +09:00
queries Add more information about no_hash query modifier. (#1133) 2021-05-28 17:23:27 +02:00
tests Document how to run unit tests (#1141) 2021-06-17 17:25:28 -03:00
traits Update some out-of-date information 2021-02-26 15:38:01 -05:00
SUMMARY.md Document lang items (#1119) 2021-07-05 08:34:33 +02:00
about-this-guide.md Links from rustc-dev-guide to std-dev-guide (#1152) 2021-07-01 13:19:06 +02:00
ast-validation.md Create issues for many TODOs (#1163) 2021-07-02 10:43:12 +02: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 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 broken links 2021-02-28 11:01:07 -05:00
compiler-debugging.md Fix typo 2021-02-07 22:12:28 -05:00
compiler-src.md Update around half of the January 2021 date references (#1155) 2021-07-02 10:43:34 +02: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
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 Remove requests or suggestions about rebase and fixup contradictory to rust-highfive bot comment (#1111) 2021-06-25 01:50:50 +09:00
conventions.md Remove reference to copyright notices. 2020-09-24 11:45:35 -04:00
crates-io.md Create issues for many TODOs (#1163) 2021-07-02 10:43:12 +02:00
debugging-support-in-rustc.md Create issues for many TODOs (#1163) 2021-07-02 10:43:12 +02:00
diagnostics.md More specifics on what future-incompatible lints are used for 2021-07-04 23:21:24 -04:00
early-late-bound.md Remove extra the (#1088) 2021-03-11 13:36:25 -08: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 Updated kinds that were renamed to generic arguments. 2019-10-12 09:44:31 -05:00
generics.md fix typo 2021-04-08 17:29:13 -04:00
getting-started.md Document how to enable CI LLVM without using `x.py setup` 2021-02-26 15:38:01 -05:00
git.md git.md: Fix No-Merge Policy link 2021-07-28 09:45:23 -04:00
hir-debugging.md Create issues for many TODOs (#1163) 2021-07-02 10:43:12 +02:00
hir.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
identifiers.md Create issues for many TODOs (#1163) 2021-07-02 10:43:12 +02: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
lang-items.md Document lang items (#1119) 2021-07-05 08:34:33 +02:00
licenses.md minor grammar edit 2020-03-22 19:27:23 -05:00
llvm-coverage-instrumentation.md Update coverage docs (#1122) 2021-05-13 19:19:43 -07:00
lowering.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
macro-expansion.md Create issues for many TODOs (#1163) 2021-07-02 10:43:12 +02: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 Update around half of the January 2021 date references (#1155) 2021-07-02 10:43:34 +02: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 We use HIR to do type inference, trait solving and type checking (#1139) 2021-06-14 20:35:38 +02:00
panic-implementation.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
parallel-rustc.md Update around half of the January 2021 date references (#1155) 2021-07-02 10:43:34 +02: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 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 Point to main branch on llvm-project's links 2021-02-19 20:25:36 -05:00
profiling.md Add article on using WPA to profile rustc memory usage on Windows (#1074) 2021-03-09 04:42:56 +09:00
query.md Update around half of the January 2021 date references (#1155) 2021-07-02 10:43:34 +02: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 remove stupid-stats, and some references to removed API 2020-04-04 13:36:17 -05:00
rustdoc-internals.md Remove `--stage 1` argument from `doc` invocations (#1125) 2021-05-18 19:10:39 +02:00
rustdoc.md Remove `--stage 1` argument from `doc` invocations (#1125) 2021-05-18 19:10:39 +02:00
salsa.md Update around half of the January 2021 date references (#1155) 2021-07-02 10:43:34 +02:00
sanitizers.md Point to main branch on llvm-project's links 2021-02-19 20:25:36 -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 Link directly to stabilization report comments (#1173) 2021-07-20 17:39:41 -07: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 Fix formatting of more date references (#1067) 2021-02-22 18:22:23 +09:00
thir.md Fix some links (#1137) 2021-06-04 09:08:56 +02: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 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 Minor capitalization fix (#1170) 2021-07-08 01:27:47 +02:00