rustc-dev-guide/src
Ewan Breakey 11bc8caeb7 Fix typo in thir.md 2023-06-13 21:18:46 -07:00
..
appendix Address the change in https://github.com/rust-lang/rust/pull/107256 2023-02-03 06:23:25 +02:00
backend Fix "Crate disambiguator" in libs-and-metadata.md 2023-03-16 11:11:46 +02:00
borrow_check Address the change in https://github.com/rust-lang/rust/pull/107256 2023-02-03 06:23:25 +02:00
building Add note about shell completion scripts 2023-05-17 21:44:05 -05:00
const-eval Fixed typing error (#1623) 2023-03-03 20:13:18 +09:00
diagnostics update error code docs to reflect recent changes (#1625) 2023-03-03 20:12:51 +09:00
img Add a section for how to review code more easily (#1538) 2023-01-02 15:35:09 -08:00
mir Rename InstCombine to InstSimplify (#1684) 2023-05-11 18:59:47 +09:00
notification-groups Update triagebot links. 2023-06-13 20:49:13 +02:00
profiling Update explnation about benchmarks 2023-02-03 06:23:25 +02:00
queries Update incremental-compilation-in-detail.md (#1553) 2023-01-14 12:37:03 +09:00
solve typo 2023-04-26 12:09:10 -07:00
tests Add unset-exec-env compiletest header. 2023-05-02 04:20:21 +02:00
traits Update resolution.md (#1561) 2023-01-18 07:46:14 +09:00
SUMMARY.md docs: document new `suggest-tests` tool 2023-04-16 13:56:19 +02:00
about-this-guide.md Fix link; remove duplicate link 2023-04-09 22:38:15 +02:00
asm.md Update asm.md (#1560) 2023-01-17 21:44:19 +09:00
ast-validation.md Apply suggestions from code review 2023-01-29 20:58:11 +02:00
borrow_check.md Fix rustc_borrowck crate name typo (#1535) 2022-12-25 21:11:21 +09:00
bug-fix-procedure.md add a few more TOC sections 2023-04-03 06:42:31 -05:00
cli.md
closure.md make use of the symlink, to ease things (#1608) 2023-02-17 14:37:01 -06:00
compiler-debugging.md Update some links and information for cargo-bisect-rustc (#1657) 2023-04-02 15:15:55 +09:00
compiler-src.md Correct tests misplacement (#1564) 2023-01-20 11:18:15 -03:00
compiler-team.md Update triagebot links. 2023-06-13 20:49:13 +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 Address the change in https://github.com/rust-lang/rust/pull/97287 2023-02-03 06:23:25 +02:00
contributing.md fix markup (#1670) 2023-04-10 23:23:05 +09:00
conventions.md Make REUSE ignore section heading as a copyright statement (#1659) 2023-04-03 20:09:34 +09:00
crates-io.md Vetting deps datecheck (#1614) 2023-02-18 22:20:08 +09:00
debugging-support-in-rustc.md minor fixes 2022-07-30 19:54:34 -04:00
diagnostics.md update error code docs to reflect recent changes (#1625) 2023-03-03 20:12:51 +09:00
early-late-bound.md Spelling fixes 2021-11-15 08:23:01 -06:00
external-repos.md document that it's rare for books to break 2023-04-09 21:20:55 +02: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
fuzzing.md Update some links and information for cargo-bisect-rustc (#1657) 2023-04-02 15:15:55 +09:00
generic_arguments.md
generics.md first mention of type, and add a link (#1643) 2023-03-21 17:55:42 +09:00
getting-started.md filter out S-blocked issues in the "Getting Started" search (#1687) 2023-05-15 05:24:31 +09:00
git.md Document how to ignore specific files in a diff (#1668) 2023-04-09 12:07:16 +09:00
hir-debugging.md Use unpretty for debugging Hir (#1685) 2023-05-11 18:59:23 +09:00
hir.md Update hir.md 2023-01-25 17:29:12 +02:00
identifiers.md Update explnation about `Body.basic_blocks` 2023-03-03 17:25:20 +02:00
implementing_new_features.md add a few more TOC sections 2023-04-03 06:42:31 -05:00
incrcomp-debugging.md Change `src/test` to `tests` (#1547) 2023-01-13 07:31:47 +09:00
lang-items.md fix some typos (#1398) 2022-07-17 06:45:36 +09:00
licenses.md
llvm-coverage-instrumentation.md llvm 13 is now not supported (#1612) 2023-02-18 22:20:46 +09:00
lowering.md Fix path to hir_id_validator.rs 2022-07-02 21:32:39 +02:00
macro-expansion.md Consistent ordered list indexing 2022-11-09 10:39:06 +02:00
memory.md Remove TyS 2022-12-08 09:06:11 +01:00
method-lookup.md fix some links (#1490) 2022-10-22 19:53:46 +09:00
name-resolution.md name-resolution: Fix some typos in "Scopes and ribs" 2023-06-13 19:45:19 +02: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 lower-case "Compiler" in headings, for consistency (and looks) 2023-02-18 05:04:44 +02:00
panic-implementation.md fix some links (#1490) 2022-10-22 19:53:46 +09:00
parallel-rustc.md Triage some date-check items (#1513) 2022-11-26 22:25:58 +09:00
param_env.md
part-2-intro.md
part-3-intro.md
part-4-intro.md
part-5-intro.md Consistent ordered list indexing 2022-11-09 10:39:06 +02:00
pat-exhaustive-checking.md
profile-guided-optimization.md Change `src/test` to `tests` (#1547) 2023-01-13 07:31:47 +09:00
profiling.md make date-check more lightweight (#1394) 2022-08-02 13:50:32 -07:00
query.md fix: Fix broken links 2022-12-09 03:13:38 +02:00
rustbot.md Update triagebot links. 2023-06-13 20:49:13 +02:00
rustc-driver-getting-diagnostics.md update rustc_driver examples (#1655) 2023-04-01 09:35:35 -04:00
rustc-driver-interacting-with-the-ast.md update rustc_driver examples (#1655) 2023-04-01 09:35:35 -04:00
rustc-driver.md use actual names (#1594) 2023-02-14 15:44:23 +09:00
rustdoc-internals.md alert when date gets stale (by using date-check annotation) 2023-03-14 05:50:20 +02:00
rustdoc.md add a few more TOC sections 2023-04-03 06:42:31 -05:00
salsa.md Triage some date-check items (#1513) 2022-11-26 22:25:58 +09:00
sanitizers.md Change `src/test` to `tests` (#1547) 2023-01-13 07:31:47 +09:00
serialization.md Fix incorrect links (#1549) 2023-01-10 22:00:49 +09:00
stability.md Consistent ordered list indexing 2022-11-09 10:39:06 +02: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
test-implementation.md Remove a dangling link on "The `#[test]` attribute" 2022-08-29 20:07:51 +02:00
the-parser.md Remove mention to lexer/parser refactoring 2023-03-03 17:41:21 +02:00
thir.md Fix typo in thir.md 2023-06-13 21:18:46 -07:00
tracing.md improve accuracy 2023-03-10 09:04:21 +02:00
ty-fold.md Fixes some typos (#1502) 2022-11-02 13:11:03 -05:00
ty.md Address the change in https://github.com/rust-lang/rust/pull/97287 2023-02-03 06:23:25 +02:00
type-checking.md fix review suggestion 2023-01-21 16:12:58 +02:00
type-inference.md Update date reference about infer context variables 2023-03-03 17:39:11 +02:00
variance.md
walkthrough.md Spelling: Rename `rust` to `Rust` (#1288) 2022-01-18 11:09:37 -03:00