rustc-dev-guide/src
bjorn3 e70f551db6 Rework the driver docs (#2162) 2024-12-27 20:40:32 +08:00
..
appendix functionality removed from codebase (part 2) (#2160) 2024-12-10 22:27:37 +08:00
backend remove polymorphization 2024-12-10 13:29:13 +00:00
borrow_check region-outlives propagation (#2169) 2024-12-23 10:17:51 +01:00
building completions: Zsh is now supported (#2173) 2024-12-27 09:03:10 +08:00
const-eval
diagnostics Add instructions to test error code docs (#2145) 2024-11-21 10:58:56 -08:00
early-late-bound-params Flatten generic parameter defs section 2024-11-22 11:17:57 +00:00
guides
img Remove outdated references to coverage debug code (#1797) 2023-09-22 01:32:45 +09:00
mir Fix trivial typo 2024-11-27 18:31:18 -05:00
notification-groups Add the WASM | WASI | Emscripten notification groups (#2100) 2024-10-21 10:30:07 +08:00
param_env
profiling Fix some typos 2024-12-18 07:56:30 +02:00
queries specify what a CGU is (#2163) 2024-12-16 15:12:01 +08:00
rustc-driver Rework the driver docs (#2162) 2024-12-27 20:40:32 +08:00
rustdoc-internals rustdoc: docs for search deduplication (#1850) 2024-10-07 23:09:03 +08:00
solve Fix internal and incomplete links (#2107) 2024-10-31 11:13:57 +08:00
tests Document `forbid-output` for UI tests (#2171) 2024-12-27 12:21:52 +00:00
traits Rename "object safe" to "dyn compatible" (#2083) 2024-10-03 17:31:43 +08:00
ty_module Fix some typos 2024-12-18 07:56:30 +02:00
SUMMARY.md Remove constants section as it is outdated 2024-11-22 11:17:57 +00:00
about-this-guide.md
asm.md Fix some typos 2024-12-18 07:56:30 +02:00
ast-lowering.md
ast-validation.md
attributes.md
borrow_check.md
bug-fix-procedure.md
cli.md
closure.md Reorganize the "Source Code Representation" chapters (#2142) 2024-11-21 20:28:23 +08:00
coherence.md Fix some typos 2024-12-18 07:56:30 +02:00
compiler-debugging.md fixups (#2082) 2024-10-03 10:54:50 +08:00
compiler-src.md Fix internal and incomplete links (#2107) 2024-10-31 11:13:57 +08:00
compiler-team.md
const-eval.md
contributing.md Describe how to revert a PR (#2118) 2024-11-03 14:32:15 +08:00
conventions.md Advice on auto-formatting C++ code (#2104) 2024-10-25 12:17:44 +08:00
coroutine-closures.md Ok now linkify 2024-11-02 16:45:00 -04:00
crates-io.md
debugging-support-in-rustc.md
diagnostics.md Fix some typos 2024-12-18 07:56:30 +02:00
effects.md
external-repos.md
feature-gate-ck.md
feature-gates.md
fuzzing.md
generic_parameters_summary.md Flatten generic parameter defs section 2024-11-22 11:17:57 +00:00
getting-started.md
git.md squashing: recommend --keep-base when squashing without a conflict (#2157) 2024-12-07 06:59:23 +08:00
hir-debugging.md
hir.md Reorganize the "Source Code Representation" chapters (#2142) 2024-11-21 20:28:23 +08:00
implementing_new_features.md
incrcomp-debugging.md
lang-items.md
licenses.md
llvm-coverage-instrumentation.md still accurate (#2133) 2024-11-10 13:18:32 +08:00
macro-expansion.md
memory.md Fix broken links (#2123) 2024-11-04 16:24:05 +08:00
method-lookup.md
name-resolution.md
opaque-types-impl-trait-inference.md Fix rustc-related links that are 404 right now (#2112) 2024-11-02 20:53:31 +08:00
opaque-types-type-alias-impl-trait.md
overview.md Fix trivial typo of "query-fied" 2024-12-18 08:01:33 +02:00
panic-implementation.md
parallel-rustc.md typo (#2132) 2024-11-10 11:36:49 +08:00
part-2-intro.md
part-3-intro.md
part-4-intro.md
part-5-intro.md
pat-exhaustive-checking.md Fix some typos 2024-12-18 07:56:30 +02:00
profile-guided-optimization.md
profiling.md
query.md
return-position-impl-trait-in-trait.md
rustbot.md
rustdoc-internals.md Fix rustc-related links that are 404 right now (#2112) 2024-11-02 20:53:31 +08:00
rustdoc.md Update rustdoc build instructions 2024-09-24 20:47:22 +02:00
sanitizers.md
serialization.md minor edits 2024-09-24 20:33:04 +02:00
stability.md update for rustc_intrinsic_const_stable_indirect (#2138) 2024-11-18 18:16:00 +01:00
stabilization_guide.md Fix internal and incomplete links (#2107) 2024-10-31 11:13:57 +08:00
syntax-intro.md Fix internal and incomplete links (#2107) 2024-10-31 11:13:57 +08:00
test-implementation.md
the-parser.md Reorganize the "Source Code Representation" chapters (#2142) 2024-11-21 20:28:23 +08:00
thir.md Fix rustc-related links that are 404 right now (#2112) 2024-11-02 20:53:31 +08:00
tracing.md
ty-fold.md
ty.md Flatten generic parameter defs section 2024-11-22 11:17:57 +00:00
type-checking.md
type-inference.md
unsafety-checking.md
variance.md
walkthrough.md