rustc-dev-guide/src
jyn 2b94321e3d Improve git submodule help (#1587) 2023-02-09 19:08:26 +09:00
..
appendix Address the change in https://github.com/rust-lang/rust/pull/107256 2023-02-03 06:23:25 +02:00
backend Fixed small grammar mistake in monomorph.md (#1585) 2023-02-05 17:28:48 +09:00
borrow_check Address the change in https://github.com/rust-lang/rust/pull/107256 2023-02-03 06:23:25 +02:00
building Replace settings.json with x.py setup note (#1588) 2023-02-08 14:26:58 -06:00
const-eval don't refer to the compile-time interpreter as "Miri" (#1471) 2022-09-26 18:07:23 +09:00
diagnostics there are still no locale bundles (#1567) 2023-01-27 07:52:25 +09:00
img Add a section for how to review code more easily (#1538) 2023-01-02 15:35:09 -08:00
mir Address the change in https://github.com/rust-lang/rust/pull/107256 2023-02-03 06:23:25 +02:00
notification-groups rustc invocation standarized (#992) 2020-12-28 23:34:51 +01: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 Fix broken relative links 2023-02-03 06:23:25 +02:00
tests extend bootstrap related documentations 2023-01-31 12:42:30 -06:00
traits Update resolution.md (#1561) 2023-01-18 07:46:14 +09:00
SUMMARY.md add section for the new trait solver 2023-01-27 15:03:01 -08:00
about-this-guide.md Update about-this-guide.md 2022-10-02 20:06:43 +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 Consistent ordered list indexing 2022-11-09 10:39:06 +02:00
cli.md --verbose is useful when not compiling and when compiling (#901) 2020-09-29 17:18:00 +02:00
closure.md Typo (#1520) 2022-12-03 09:02:26 +09:00
compiler-debugging.md Apply feedback 2022-12-18 00:41:27 +02:00
compiler-src.md Correct tests misplacement (#1564) 2023-01-20 11:18:15 -03: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 Address the change in https://github.com/rust-lang/rust/pull/97287 2023-02-03 06:23:25 +02:00
contributing.md bumpt date-check examples to current month (#1566) 2023-01-27 07:51:28 +09:00
conventions.md Triage some date-check items (#1513) 2022-11-26 22:25:58 +09: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 Apply feedback 2022-12-18 00:41:27 +02: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
generics.md fix some links (#1490) 2022-10-22 19:53:46 +09:00
getting-started.md extend bootstrap related documentations 2023-01-31 12:42:30 -06:00
git.md Improve git submodule help (#1587) 2023-02-09 19:08:26 +09:00
hir-debugging.md Create issues for many TODOs (#1163) 2021-07-02 10:43:12 +02:00
hir.md Update hir.md 2023-01-25 17:29:12 +02:00
identifiers.md Create issues for many TODOs (#1163) 2021-07-02 10:43:12 +02:00
implementing_new_features.md Fix broken relative links 2023-02-03 06:23:25 +02: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 Address the change in https://github.com/rust-lang/rust/pull/99715 2023-02-03 06:23:25 +02: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 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: Fix broken links 2022-12-09 03:13:38 +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 Fix double-word typos (#1084) 2021-03-12 03:29:19 +09:00
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 fix a couple links 2020-12-03 00:06:19 -05:00
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 Use shorter 'rustbot label' command 2020-12-01 13:56:48 -05:00
rustc-driver-getting-diagnostics.md update examples for rustc 1.69.0-nightly (e1eaa2d5d 2023-02-06) (#1590) 2023-02-09 18:56:06 +09:00
rustc-driver-interacting-with-the-ast.md update examples for rustc 1.69.0-nightly (e1eaa2d5d 2023-02-06) (#1590) 2023-02-09 18:56:06 +09:00
rustc-driver.md Update for removal of RLS (#1450) 2022-09-02 23:03:15 +09:00
rustdoc-internals.md Change `src/test` to `tests` (#1547) 2023-01-13 07:31:47 +09:00
rustdoc.md Change `src/test` to `tests` (#1547) 2023-01-13 07:31:47 +09: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 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 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 New infcx usage (#1571) 2023-01-31 00:08:16 +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