rustc-dev-guide/src
Yukang 1a9be0c862
Rollup merge of #141894 - tshepang:rdg-push, r=jieyouxu
rustc-dev-guide subtree update

r? `@ghost`
2025-06-02 20:57:42 +08:00
..
appendix Add LLVM link in appendix 2025-05-24 02:30:23 +08:00
autodiff avoid upstream pull conflict 2025-05-15 11:39:59 +02:00
backend Fix typos in "Libraries and Metadata" 2025-05-18 15:37:18 +02:00
borrow_check Fix link to GatherBorrows 2025-05-14 11:36:00 +02:00
building Rollup merge of #141894 - tshepang:rdg-push, r=jieyouxu 2025-06-02 20:57:42 +08:00
const-eval
diagnostics
guides Add documentation on how to stabilize the compiler edition 2025-04-28 14:53:36 -07:00
img
mir Separate `Analysis` and `Results`. 2025-04-24 11:36:07 +10:00
notification-groups rustc-dev-guide: fix Rust for Linux rust-lang/rust label 2025-05-17 23:51:50 +08:00
profiling replace config.toml to bootstrap.toml in src:doc:rustc-dev-guide 2025-03-17 12:56:44 +05:30
queries use consistent title capitalization 2025-04-12 13:01:16 +02:00
rustc-driver Remove unused references and simplify one 2025-05-19 14:41:19 +03:00
rustdoc-internals Fix typos 2025-05-12 17:20:49 +00:00
solve make link not inline 2025-05-27 21:21:18 +02:00
tests Rollup merge of #141894 - tshepang:rdg-push, r=jieyouxu 2025-06-02 20:57:42 +08:00
traits Remove obsolete reference to `unsized_tuple_coercion` 2025-05-12 18:14:43 +10:00
ty_module Update links between ty-module and binders 2025-05-20 13:52:33 +03:00
SUMMARY.md Make run instructions first 2025-05-19 14:44:36 +03:00
about-this-guide.md Update table of contents in about-this-guide.md 2025-04-11 16:57:44 +03:00
asm.md
ast-lowering.md
ast-validation.md use consistent title capitalization 2025-04-12 13:01:16 +02:00
attributes.md
borrow_check.md
bug-fix-procedure.md Add an issue template for future-incompatible lints 2025-05-11 06:55:36 -07:00
cli.md Update link to Forge guide on new flags 2025-05-19 17:32:29 +03:00
closure.md
coherence.md use consistent title capitalization 2025-04-12 13:01:16 +02:00
compiler-debugging.md Improve `borrowck_graphviz_*` documentation. 2025-04-16 08:57:15 +10:00
compiler-src.md for a more friendly output 2025-04-29 23:39:06 +02:00
compiler-team.md
const-eval.md Update `ParamEnv` section for `TypingEnv` changes 2025-03-20 17:30:22 +00:00
contributing.md Merge pull request #2337 from xizheyin/sync-code 2025-04-16 07:36:00 +02:00
conventions.md clean "Coding conventions" chapter 2025-04-14 08:41:22 +02:00
coroutine-closures.md
crates-io.md use consistent title capitalization 2025-04-12 13:01:16 +02:00
debugging-support-in-rustc.md
diagnostics.md Update `rustc_on_unimplemented` docs 2025-05-24 19:16:01 +02:00
early_late_parameters.md Make it clear we talk about early bound params 2025-05-20 16:25:11 +03:00
effects.md consider `explicit_implied_const_bounds` 2025-03-08 16:38:44 +08:00
external-repos.md
feature-gate-ck.md
feature-gates.md use consistent title capitalization 2025-04-12 13:01:16 +02:00
fuzzing.md Fix some old `// <directive>` to `//@ <directive>` 2025-05-28 20:32:56 +01:00
generic_parameters_summary.md
getting-started.md diagnostic translations work is on pause 2025-05-26 22:09:35 +02:00
git.md replace command that does not work 2025-04-26 15:34:43 +02:00
hir-debugging.md
hir.md fix broken link 2025-04-19 16:04:22 +02:00
implementing_new_features.md Fix MCP links 2025-03-14 15:18:58 +01:00
incrcomp-debugging.md use consistent title capitalization 2025-04-12 13:01:16 +02:00
lang-items.md
licenses.md
llvm-coverage-instrumentation.md replace config.toml to bootstrap.toml in src:doc:rustc-dev-guide 2025-03-17 12:56:44 +05:30
macro-expansion.md remove dangling references 2025-05-12 23:59:55 +02:00
memory.md replace TraitRef link memory.md 2025-05-28 13:50:38 +03:00
method-lookup.md
name-resolution.md
normalization.md Add time reference and tracking info for trait system refactor 2025-05-26 15:43:07 +03:00
opaque-types-impl-trait-inference.md Add opaque type attributes 2025-06-01 10:36:28 +03:00
opaque-types-type-alias-impl-trait.md
overview.md replace config.toml to bootstrap.toml in src:doc:rustc-dev-guide 2025-03-17 12:56:44 +05:30
panic-implementation.md use consistent title capitalization 2025-04-12 13:01:16 +02:00
parallel-rustc.md use consistent title capitalization 2025-04-12 13:01:16 +02:00
part-2-intro.md
part-3-intro.md
part-4-intro.md
part-5-intro.md
pat-exhaustive-checking.md
profile-guided-optimization.md replace config.toml to bootstrap.toml in src:doc:rustc-dev-guide 2025-03-17 12:56:44 +05:30
profiling.md replace config.toml to bootstrap.toml in src:doc:rustc-dev-guide 2025-03-17 12:56:44 +05:30
query.md
return-position-impl-trait-in-trait.md Trivial: fix typo (change `foo` to `bar`) 2025-06-02 10:52:31 +03:00
rustbot.md
rustdoc-internals.md Fix some old `// <directive>` to `//@ <directive>` 2025-05-28 20:32:56 +01:00
rustdoc.md Merge pull request #2404 from lolbinarycat/patch-1 2025-05-23 18:56:05 +02:00
sanitizers.md replace config.toml to bootstrap.toml in src:doc:rustc-dev-guide 2025-03-17 12:56:44 +05:30
serialization.md Fix minor typo in serialization.md 2025-05-08 11:13:50 +03:00
stability.md
stabilization_guide.md
syntax-intro.md
test-implementation.md use consistent title capitalization 2025-04-12 13:01:16 +02:00
the-parser.md use consistent title capitalization 2025-04-12 13:01:16 +02:00
thir.md
tracing.md replace config.toml to bootstrap.toml in src:doc:rustc-dev-guide 2025-03-17 12:56:44 +05:30
ty-fold.md last updated a year ago 2025-05-10 13:07:34 +02:00
ty.md Rename `LifetimeName` as `LifetimeKind`. 2025-04-16 07:16:40 +10:00
type-checking.md Fix typos 2025-05-12 17:20:49 +00:00
type-inference.md Fix typos 2025-05-12 17:20:49 +00:00
typing_parameter_envs.md Link normalization chapter 2025-05-26 15:39:25 +03:00
unsafety-checking.md use consistent title capitalization 2025-04-12 13:01:16 +02:00
variance.md
walkthrough.md Update "crater" link to actually point to crater.md 2025-04-12 00:05:26 +02:00