rustc-dev-guide/src
Nixon Enraght-Moony 2f5927a77e
Add Polymorphisation paper (#1093)
2021-04-24 10:53:30 +09:00
..
appendix Add Polymorphisation paper (#1093) 2021-04-24 10:53:30 +09:00
backend Update the "LLVM updates" section 2021-04-02 05:57:57 -04:00
borrow_check Fix double-word typos (#1084) 2021-03-12 03:29:19 +09:00
building Mention CI build of LLVM in build instruction 2021-04-03 22:28:35 -04:00
diagnostics Fix formatting of more date references (#1067) 2021-02-22 18:22:23 +09: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 Fix formatting of more date references (#1067) 2021-02-22 18:22:23 +09:00
tests Add back example of {{cwd}} (#1099) 2021-04-01 04:04:46 +09:00
traits Update some out-of-date information 2021-02-26 15:38:01 -05:00
SUMMARY.md Add stub about the THIR 2021-03-10 12:00:27 -05: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 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 Fix formatting of more date references (#1067) 2021-02-22 18:22:23 +09:00
compiler-team.md Fix rust compiler meeting info (#1087) 2021-03-19 19:11:43 -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 I-nominated are nominated for discussion (#1080) 2021-03-11 19:05:02 +01: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 Fix date-check comment formatting (#1066) 2021-02-20 19:24:01 -08:00
early-late-bound.md Remove extra the (#1088) 2021-03-11 13:36:25 -08: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
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 Complete unfinished statement 2021-03-11 13:01:44 -05: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 Fix date-check comment formatting (#1066) 2021-02-20 19:24:01 -08:00
lowering.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
macro-expansion.md Fix typo: suceed -> succeed 2021-03-09 12:37:10 -05: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 Fix formatting of more date references (#1067) 2021-02-22 18:22:23 +09: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 Fix date-check comment formatting (#1066) 2021-02-20 19:24:01 -08:00
overview.md Fix formatting of more date references (#1067) 2021-02-22 18:22:23 +09:00
panic-implementation.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
parallel-rustc.md Fix formatting of more date references (#1067) 2021-02-22 18:22:23 +09: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 Fix broken links in query.md (#1068) 2021-02-21 09:51:34 +01: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 Cleanup rustdoc chapters a bit 2021-02-28 16:35:20 -05:00
rustdoc.md Fix rustdocs test command typo (#1103) 2021-04-04 01:41:35 +09:00
salsa.md Fix formatting of more date references (#1067) 2021-02-22 18:22:23 +09: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 Document how to stabilize a library feature (#1036) 2021-02-01 19:31:00 +01:00
stabilization_guide.md Document how to stabilize a library feature (#1036) 2021-02-01 19:31:00 +01: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 Update lins 2021-03-10 12:00:27 -05: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 Fix formatting of more date references (#1067) 2021-02-22 18:22:23 +09: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