rustc-dev-guide/src
Tshepang Mbambo 43cc7cb922
use sentence case
2025-06-14 22:44:47 +02:00
..
appendix Add LLVM link in appendix 2025-05-24 02:30:23 +08:00
autodiff Fix some warning blocks that contain Markdown 2025-06-02 16:21:59 +02:00
backend use consistent title capitalization 2025-06-02 12:35:52 +02:00
borrow_check Fix link to GatherBorrows 2025-05-14 11:36:00 +02:00
building Merge from rustc 2025-06-09 04:09:17 +00: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 remove the archived ICE ping groups 2025-06-08 21:49:54 +02:00
profiling
queries use sentence case 2025-06-14 22:44:47 +02:00
rustc-driver Remove unused references and simplify one 2025-05-19 14:41:19 +03:00
rustdoc-internals Fix typo 2025-06-07 18:58:41 +02:00
solve make link not inline 2025-05-27 21:21:18 +02:00
tests Merge from rustc 2025-06-12 04:06:44 +00: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 Merge pull request #2441 from rust-lang/tshepang-remove-title-case 2025-06-14 19:52:41 +02: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
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 Merge pull request #2443 from smanilov/patch-21 2025-06-02 17:30:02 +02:00
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
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 remove the archived ICE ping groups 2025-06-08 21:49:54 +02:00
git.md Using git § I changed a submodule by accident: be explicit 2025-06-10 12:48:05 -05:00
hir-debugging.md
hir.md fix broken link 2025-04-19 16:04:22 +02:00
implementing_new_features.md
incrcomp-debugging.md use consistent title capitalization 2025-04-12 13:01:16 +02:00
lang-items.md
licenses.md
llvm-coverage-instrumentation.md use consistent title capitalization 2025-06-02 12:35:52 +02:00
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 distracting indirection 2025-06-02 12:34:19 +02: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
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 use consistent title capitalization 2025-06-02 12:35:52 +02:00
pat-exhaustive-checking.md use consistent title capitalization 2025-06-02 12:35:52 +02:00
profile-guided-optimization.md use consistent title capitalization 2025-06-02 12:35:52 +02:00
profiling.md
query.md content has moved to another chapter 2025-06-14 22:16:51 +02:00
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 rustdoc: Further improve chapters and sections on testing 2025-06-07 18:35:40 +02:00
rustdoc.md rustdoc: Further improve chapters and sections on testing 2025-06-07 18:35:40 +02:00
sanitizers.md use consistent title capitalization 2025-06-02 12:35:52 +02:00
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
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