| .. |
|
appendix
|
don't refer to the compile-time interpreter as "Miri" (#1471)
|
2022-09-26 18:07:23 +09:00 |
|
backend
|
Fixes some typos (#1502)
|
2022-11-02 13:11:03 -05:00 |
|
borrow_check
|
make date-check more lightweight (#1394)
|
2022-08-02 13:50:32 -07:00 |
|
building
|
Remove `--bless` from pre-push hook suggestion
|
2022-10-27 20:36:34 +02:00 |
|
const-eval
|
don't refer to the compile-time interpreter as "Miri" (#1471)
|
2022-09-26 18:07:23 +09:00 |
|
diagnostics
|
UPDATE - mention of Diagnostic derive on enums
|
2022-11-01 15:13:38 +00:00 |
|
img
|
Remove the diagram of all outputs generated by x.py
|
2022-09-12 18:48:21 -05:00 |
|
mir
|
Fixes some typos (#1502)
|
2022-11-02 13:11:03 -05:00 |
|
notification-groups
|
rustc invocation standarized (#992)
|
2020-12-28 23:34:51 +01:00 |
|
profiling
|
Update the build instructions for the standard library
|
2022-07-11 07:22:24 +02:00 |
|
queries
|
make date-check more lightweight (#1394)
|
2022-08-02 13:50:32 -07:00 |
|
tests
|
add note for err annotation formatting
|
2022-10-27 20:45:40 +02:00 |
|
traits
|
trans -> codegen (#1500)
|
2022-10-31 13:51:42 -03:00 |
|
SUMMARY.md
|
don't refer to the compile-time interpreter as "Miri" (#1471)
|
2022-09-26 18:07:23 +09:00 |
|
about-this-guide.md
|
Update about-this-guide.md
|
2022-10-02 20:06:43 +02:00 |
|
asm.md
|
replace tabs with spaces (#1504)
|
2022-11-05 12:32:16 +09: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 some links (#1490)
|
2022-10-22 19:53:46 +09:00 |
|
compiler-debugging.md
|
fix/improve compiler-debugging
|
2022-08-10 23:27:09 +02:00 |
|
compiler-src.md
|
Edit the "Compiler Source Code" chapter (#1307)
|
2022-05-16 21:02:11 +09:00 |
|
compiler-team.md
|
Update for highfive transition.
|
2022-10-27 06:07:59 +02:00 |
|
const-eval.md
|
don't refer to the compile-time interpreter as "Miri" (#1471)
|
2022-09-26 18:07:23 +09:00 |
|
constants.md
|
mention `WithOptConstParam` (#1346)
|
2022-05-09 09:19:43 +09:00 |
|
contributing.md
|
Update for highfive transition.
|
2022-10-27 06:07:59 +02:00 |
|
conventions.md
|
make date-check more lightweight (#1394)
|
2022-08-02 13:50:32 -07:00 |
|
crates-io.md
|
date-check: crates-io
|
2022-08-11 08:13:27 +02:00 |
|
debugging-support-in-rustc.md
|
minor fixes
|
2022-07-30 19:54:34 -04:00 |
|
diagnostics.md
|
UPDATE - Diagnostic docs to reflect renamed traits and macros in rustc PR#101558
|
2022-09-22 10:29:32 +01: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
|
Add symbol-addition to the how-to for new features (#1457)
|
2022-09-12 06:19:13 +09:00 |
|
generic_arguments.md
|
Updated kinds that were renamed to generic arguments.
|
2019-10-12 09:44:31 -05:00 |
|
generics.md
|
fix some links (#1490)
|
2022-10-22 19:53:46 +09:00 |
|
getting-started.md
|
Update for highfive transition.
|
2022-10-27 06:07:59 +02:00 |
|
git.md
|
miri is no longer a submodule but a subtree. (#1488)
|
2022-10-23 08:17:08 +09: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
|
Link from "implementing to new features" to mcp.md (#1465)
|
2022-09-16 07:06:59 +09:00 |
|
incrcomp-debugging.md
|
Fix dep-graph-caller-callee test location
|
2020-09-03 16:21:30 +02:00 |
|
lang-items.md
|
fix some typos (#1398)
|
2022-07-17 06:45:36 +09:00 |
|
licenses.md
|
minor grammar edit
|
2020-03-22 19:27:23 -05:00 |
|
llvm-coverage-instrumentation.md
|
make date-check more lightweight (#1394)
|
2022-08-02 13:50:32 -07:00 |
|
lowering.md
|
Fix path to hir_id_validator.rs
|
2022-07-02 21:32:39 +02:00 |
|
macro-expansion.md
|
Fixes some typos (#1502)
|
2022-11-02 13:11:03 -05:00 |
|
memory.md
|
Change `rustc::*` to `rustc_middle::*` (#798)
|
2020-07-16 11:13:49 +09:00 |
|
method-lookup.md
|
fix some links (#1490)
|
2022-10-22 19:53:46 +09:00 |
|
name-resolution.md
|
Update for removal of RLS (#1450)
|
2022-09-02 23:03:15 +09:00 |
|
opaque-types-impl-trait-inference.md
|
Fix some typos
|
2022-09-22 10:45:25 +02:00 |
|
opaque-types-type-alias-impl-trait.md
|
make date-check more lightweight (#1394)
|
2022-08-02 13:50:32 -07:00 |
|
overview.md
|
fix very minor punctuation typo
|
2022-10-05 17:39:50 +02:00 |
|
panic-implementation.md
|
fix some links (#1490)
|
2022-10-22 19:53:46 +09:00 |
|
parallel-rustc.md
|
Fixes some typos (#1502)
|
2022-11-02 13:11:03 -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
|
Reorganize the guide (#651)
|
2020-04-06 13:23:34 -03:00 |
|
part-5-intro.md
|
we got 3 (#1447)
|
2022-08-27 00:34:44 +09: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
|
make date-check more lightweight (#1394)
|
2022-08-02 13:50:32 -07:00 |
|
query.md
|
Update some more things and improve wording
|
2022-11-05 10:44:35 -05:00 |
|
rustbot.md
|
Use shorter 'rustbot label' command
|
2020-12-01 13:56:48 -05:00 |
|
rustc-driver-getting-diagnostics.md
|
make date-check more lightweight (#1394)
|
2022-08-02 13:50:32 -07:00 |
|
rustc-driver-interacting-with-the-ast.md
|
make date-check more lightweight (#1394)
|
2022-08-02 13:50:32 -07:00 |
|
rustc-driver.md
|
Update for removal of RLS (#1450)
|
2022-09-02 23:03:15 +09:00 |
|
rustdoc-internals.md
|
make date-check more lightweight (#1394)
|
2022-08-02 13:50:32 -07:00 |
|
rustdoc.md
|
fix typo and make paragraph consistent (#1474)
|
2022-10-03 19:38:52 +09:00 |
|
salsa.md
|
make date-check more lightweight (#1394)
|
2022-08-02 13:50:32 -07:00 |
|
sanitizers.md
|
Add documentation for LLVM CFI support
|
2021-10-27 08:55:16 -05:00 |
|
serialization.md
|
Fix the link to `Lazy<T>`
|
2022-07-29 20:12:26 -04:00 |
|
stability.md
|
Update stability guide to use CURRENT_RUSTC_VERSION (#1468)
|
2022-09-20 07:43:59 +09:00 |
|
stabilization_guide.md
|
Update the stabilization guide to refer to the new placeholder system
|
2022-08-27 21:45:28 -04:00 |
|
syntax-intro.md
|
add a bit to syntax intro
|
2020-05-08 09:42:27 -05:00 |
|
test-implementation.md
|
Remove a dangling link on "The `#[test]` attribute"
|
2022-08-29 20:07:51 +02:00 |
|
the-parser.md
|
Fix the link to `Parser` struct
|
2022-08-29 20:07:51 +02:00 |
|
thir.md
|
update thir output (#1445)
|
2022-08-25 07:45:53 +09:00 |
|
tracing.md
|
Add docs for logging of queries. (#1350)
|
2022-05-12 13:56:26 +09:00 |
|
ty-fold.md
|
Fixes some typos (#1502)
|
2022-11-02 13:11:03 -05:00 |
|
ty.md
|
fix some links (#1490)
|
2022-10-22 19:53:46 +09:00 |
|
type-checking.md
|
Create issues for many TODOs (#1163)
|
2021-07-02 10:43:12 +02:00 |
|
type-inference.md
|
fix lifetime name (#1431)
|
2022-08-17 19:29:27 +09: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 |