From 48d21619582d6f504b78c72b2982be8101f1c8e1 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Wed, 24 Dec 2025 15:20:41 +0200 Subject: [PATCH] use official/formal name for rustc-dev-guide This reduces the variety of names used to refer to the documents. When am lazy, I use rdg, else I normally use rustc-dev-guide or dev guide (when context is clear). We don't need yet another name. --- src/compiler/working-areas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/working-areas.md b/src/compiler/working-areas.md index 6a50527b..c2995241 100644 --- a/src/compiler/working-areas.md +++ b/src/compiler/working-areas.md @@ -11,7 +11,7 @@ MIR Optimizations | Write MIR optimizations and refactor the MIR Parallel-rustc | Making parallel compilation the default for rustc | [rustc] | [#t-compiler/parallel-rustc][parallel-rustc_stream] Polonius | Exploring the integration of the "NLL 2.0"-like ["Polonius analysis"][Polonius] into rustc | [borrow check][borrowck], [rust-lang/polonius][P], [rust-lang/datafrog][DF] | [#t-types/polonius][polonius_stream] RLS 2.0 | Experimenting with a new compiler architecture tailored for IDEs | [rust-analyzer][ra-repo] | [#t-compiler/rust-analyzer][rls20_stream] -Rustc Dev Guide | Make the compiler easier to learn by ensuring that rustc-dev-guide is "complete" | [rustc], [rustc-dev-guide][rustc-dev-guide-repo] | [#t-compiler/rustc-dev-guide][rustc-dev-guide_stream] +Rust Compiler Development Guide | Make the compiler easier to learn by ensuring that rustc-dev-guide is "complete" | [rustc], [rustc-dev-guide][rustc-dev-guide-repo] | [#t-compiler/rustc-dev-guide][rustc-dev-guide_stream] Enzyme | Expose experimental LLVM features for GPU offloading | [Project Goal][enzyme-project-goal] | [#wg-autodiff] For historical record here's a list of Working Groups that are not active anymore (either because they reached their goals or because work stalled):