Reference: all goals and roadmaps
This section contains the complete lists of application areas, roadmaps, and goals for 2026:
- A goal is a specific feature or project.
- Goals are collected into larger roadmaps that tell a more complete story. A single goal can be involved in many roadmaps.
- Roadmaps are themselves organized into distinct application areas.
Application areas
| Application area | Roadmaps |
|---|---|
| Cross-language interop | Beyond the &, Unblocking dormant traits |
| Enterprise integration | Building blocks, Secure your supply chain |
| Network services | Beyond the &, Just add async, Unblocking dormant traits |
| Safety-critical & regulated | Safety-Critical Rust, Secure your supply chain |
| Systems & embedded | Beyond the &, Constify all the things, Unblocking dormant traits |
Roadmaps
| Roadmap | Point of contact | What and why |
|---|---|---|
Beyond the & | Tyler Mandry | Smart pointers (Arc, Pin, FFI wrappers) get the same ergonomics as & and &mut — reborrowing, field access, in-place init |
| Building blocks | Ed Page | Stable, machine-readable Cargo plumbing commands; rebuild std on stable |
| Constify all the things | Oliver Scherer | Const generics accept structs and enums; compile-time reflection means serialize(&my_struct) works without derives |
| Just add async | Niko Matsakis | Patterns that work in sync Rust should work in async Rust — traits, closures, drop, scoped tasks |
| Safety-Critical Rust | Pete LeVasseur | MC/DC coverage, a specification that tracks stable releases, and unsafe documentation — the evidence safety assessors need |
| Secure your supply chain | TBD | Accurate SBOMs, SemVer violation detection, explicit public/private dependencies |
| Unblocking dormant traits | TBD | New trait solver ships, unblocking extern types, scalable vectors, and painless trait refactoring |
Goals
Just because a goal is listed on this list does not mean the goal has been accepted. The owner of the goal process makes the final decisions on which goals to include and prepares an RFC to ask approval from the teams.
Goals by size
Large goals
Large goals require the engagement of entire team(s). The teams that need to engage with the goal are highlighted in bold.
Medium goals
Medium goals require support from an individual, the team champion.
Smaller/vibes goals
Smaller or vibes goals are covered by standard team processes and do not require dedicated support from anyone.
Goals by champion
Goals by team
The following table highlights the support level requested from each affected team. Each goal specifies the level of involvement needed:
- Vibes: The team doesn’t need to do anything, but the goal author wants to know they support the idea.
- Small: The team only needs to do routine activities (e.g., reviewing a few small PRs).
- Medium: Dedicated support from one team member, but the rest of the team doesn’t need to be heavily involved.
- Large: Deeper review and involvement from the entire team (e.g., design meetings, complex RFCs).
“Vibes” and “Small” asks require someone on the team to “second” the goal. “Medium” and “Large” asks require a dedicated champion from the team.
bootstrap team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| Stabilize MemorySanitizer and ThreadSanitizer Support | Medium | Dedicated reviewer |
cargo team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| build-std | Large | *1 | |
| Crate Slicing for Faster Fresh Builds | Medium | *2 | |
| Stabilize Cargo SBOM precursor | Medium | ||
Continue resolving cargo-semver-checks blockers for merging into cargo | Small | Ed Page | *3 |
| Prototype a new set of Cargo “plumbing” commands | Small | *4 | |
| Interactive cargo-tree: TUI for Cargo’s dependency graph visualization | Small | *5 | |
| Stabilize cargo-script | Small | Stabilization process | |
| Stabilize public/private dependencies | Vibes | ||
| Implement Open Rust Namespace Support | Vibes | ||
| Finish the libtest json output experiment | Vibes |
*1: Reviews of rust-lang/rfcs#3874 and rust-lang/rfcs#3875 and many implementation patches (from here)
*2: Discussion on cargo integration options (from here)
*3: Discussion and moral support (from here)
*4: PR reviews for Cargo changes; design discussions (from here)
*5: Alignment on direction, possible integration help and review. (from here)
clippy team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| Establish a Spot for Safety-Critical Lints in Clippy | Small | *1 |
*1: Initial onboarding support for SCRC contributors; guidance on lint design (from here)
compiler team
*1: My changes should be contained to few places in the compiler. Potentially one frontend macro/intrinsic, and otherwise almost exclusively in the backend. (from here)
*2: Consultation on approach feasibility and soundness concerns (from here)
*3: Most will be review work, but pushing optimisations to the max will possibly touch on some controversial points that need discussion (from here)
*4: Reviews of big changes needed; also looking for implementation help (from here)
*5: Design discussions and implementation review. (from here)
*6: Is this Small or Medium? Does it need a champion? (from here)
*7: Champion: Ralf Jung. Design discussions, PR review, and upstream integration. (from here)
*8: Review of implementation PRs; guidance on architecture to avoid previous maintenance issues; input on Stable MIR extension feasibility (from here)
*9: Design discussions, PR review (from here)
*10: New targets will need review and approval (from here)
*11: Standard reviews for trait implementation PRs (from here)
*12: Design discussions, PR review (from here)
*13: Reviews of rust-lang/rfcs#3874 and rust-lang/rfcs#3875 and any implementation patches (from here)
*14: Standard reviews for stabilization and SVE work (from here)
*15: May escalate to medium depending on how the feature design turns out. (from here)
*16: Reviewing any further compiler changes (from here)
crate-maintainers team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| libc 1.0 release readiness | Small |
crates-io team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| build-std | Small | *1 |
*1: Reviews of rust-lang/rfcs#3874 and rust-lang/rfcs#3875 and any implementation patches (from here)
edition team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| Evolving the standard library API across editions | Large | *1 |
*1: Review the feasibility of this proposal as well as the specific API changes. (from here)
fls team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| Stabilize FLS Release Cadence | Large | *1 |
*1: Core work of authoring and releasing FLS versions on schedule (from here)
infra team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| Project goal - High-Level ML optimizations | Small | *1 | |
| BorrowSanitizer | Small | Upstream integration. | |
| Implement and Maintain MC/DC Coverage Support | Small | *2 | |
| Stabilize MemorySanitizer and ThreadSanitizer Support | Small |
*1: I will work with Jakub Beránek to add more bootstrap options to build and configure MLIR (an LLVM subproject) (from here)
*2: CI support for MC/DC testing (from here)
lang team
*1: Semantics, syntax, and stabilization decisions (from here)
*2: Stabilization decisions, directional alignment (from here)
*3: Aiming for two design meetings; large language feature (from here)
*4: Design session needed to work through design (from here)
*5: Design meeting, experiment (from here)
*6: Would need a design meeting and RFC review. (from here)
*7: Discussions to understand which parts of gpu programming and std::offload are problematic wrt. stabilization, from a lang perspective. Non-blocking, since we are not rushing stabilization. (from here)
*8: Champion and (ideally) a lang meeting (from here)
*9: Continued experiment support, design feedback (from here)
*10: Team aligned already on the shape of the feature (from here)
*11: Stabilization decision for user facing changes (from here)
*12: Vibe check and RFC review (from here)
*13: RFC decision for [rfcs#3838], stabilization sign-off (from here)
*14: Reviews, Lang/RfL meetings (from here)
*15: Design meeting Experiment (from here)
*16: Discussion on review of research methodology and findings (from here)
*17: Experimentation with native Wasm features will need approval. May become “medium” if we are somehow really successful. (from here)
*18: Feedback on language semantics questions as needed (from here)
*19: Review of the feature and lang implications. (from here)
*20: Stabilization discussions (from here)
*21: Champion: Tyler Mandry. General support and guidance. (from here)
lang-docs team
*1: Reviews, Lang/RfL meetings (from here)
*2: Standard PR reviews for Rust Reference (from here)
*3: Thoughts on shape of integration of a-mir-formality into reference (from here)
leadership-council team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| Establish a User Research Team | Small | *1 |
*1: Org decision to establish team, ongoing coordination (from here)
libs team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| Open Enums | Small | Changes to derive | |
| Wasm Components | Small | *1 | |
| build-std | Small | *2 | |
| Field Projections | Small | *3 | |
| Rust for Linux in stable: language features | Small | Reviews | |
Redesigning super let: Flexible Temporary Lifetime Extension | Small | *4 |
*1: Threading support will need review (from here)
*2: Reviews of rust-lang/rfcs#3874 and rust-lang/rfcs#3875 and any implementation patches (from here)
*3: Small reviews of library PRs (implementing FP for core & std types) (from here)
*4: Since super let affects the standard library, the library team should be on-board with any new directions it takes. Additionally, library team review may be required for changes to pin!’s implementation. (from here)
libs-api team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| Evolving the standard library API across editions | Large | *1 | |
| Sized Hierarchy and Scalable Vectors | Medium | Amanieu d’Antras | *2 |
| reflection and comptime | Medium | Josh Triplett | Reviews |
Normative Documentation for Sound unsafe Rust | Small | *3 | |
| Field Projections | Small | Reviews of RFC | |
| Rust for Linux in stable: language features | Small | Stabilizations | |
| Ergonomic ref-counting: Share trait and move expressions | Small | *4 | |
| C++/Rust Interop Problem Space Mapping | Small | David Tolnay | Reviews |
| Finish the libtest json output experiment | Vibes | ||
| Nightly support for function overloading in FFI bindings | Vibes | *5 |
*1: Determine what API changes should be made across editions. (from here)
*2: Review RFC; review and approve stdarch SVE APIs (from here)
*3: PR reviews for core/std public documentation; feedback on approach. (from here)
*4: Reviews of RFC and API surface area (from here)
*5: Would like to know if they have use cases for overloading in standard Rust, or if there are certain approaches they would like better. May be involved if experiment involves library surface area (e.g. Fn traits) (from here)
opsem team
| Goal | Level | Champion | Notes |
|---|---|---|---|
Normative Documentation for Sound unsafe Rust | Large | Ralf Jung | *1 |
| MIR move elimination | Large | Design meeting | |
| C++/Rust Interop Problem Space Mapping | Medium | *2 | |
| BorrowSanitizer | Medium | Ralf Jung | Champion: Ralf Jung. |
| Open Enums | Small | *3 | |
| Field Projections | Small | *4 | |
Experiment and RFC for #[manually_drop] | Vibes |
*1: Review unsafe patterns, establish safety contracts, guide documentation (from here)
*2: Problem statement review (from here)
*3: Doc changes if necessary (from here)
*4: Small reviews of RFC and/or compiler PRs (from here)
project-exploit-mitigations team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| Stabilize MemorySanitizer and ThreadSanitizer Support | Medium | Dedicated reviewer |
project-stable-mir team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| Implement and Maintain MC/DC Coverage Support | Medium | *1 |
*1: Consultation on extending Stable MIR with syntactic structure; review of any proposed API additions (if this approach is chosen) (from here)
rust-analyzer team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| Crate Slicing for Faster Fresh Builds | Small | *1 |
*1: Discussion on rust-analyzer integration potential (from here)
rustdoc team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| Evolving the standard library API across editions | Medium | *1 | |
Continue resolving cargo-semver-checks blockers for merging into cargo | Small | Alona Enraght-Moony | *2 |
| Stabilize cargo-script | Small | *3 |
*1: Figure out how such API changes should be presented in the API docs. (from here)
*2: Discussion and moral support (from here)
*3: Design decision and PR review (from here)
spec team
*1: Alignment on release cadence goal (from here)
*2: Vibes on how this may align with other efforts to specify Rust. (from here)
*3: General vibes for integration of a-mir-formality with reference (from here)
testing-devex team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| Finish the libtest json output experiment | Small | *1 |
*1: Design discussions and review (from here)
types team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| Stabilize the next-generation trait solver | Large | lcnr | *1 |
| Immobile types and guaranteed destructors | Large | *2 | |
| Stabilize Return Type Notation | Large | *3 | |
| Const Generics | Medium | *4 | |
| Case study for experimental language specification, with integration into project teams and processes | Medium | Champion Jack Huey | |
| Field Projections | Medium | Rémy Rakic | *5 |
| Sized Hierarchy and Scalable Vectors | Medium | lcnr | *6 |
| Nightly support for function overloading in FFI bindings | Medium | ||
| Assumptions on Binders | Medium | *7 | |
| Crate Slicing for Faster Fresh Builds | Small | *8 | |
| Reborrow traits | Small | Boxy | *9 |
| Expanding a-mir-formality to work better as a Rust type system spec | Small | *10 | |
| Type System Documentation | Small | Boxy | *11 |
| Open Enums | Vibes | ||
Experiment and RFC for #[manually_drop] | Vibes |
*1: Stabilization decision, ongoing review work (from here)
*2: Involved in implementation + review (from here)
*3: Stabilization decision, solver work (from here)
*4: a-mir-formality modeling, design alignment (from here)
*5: Collaborating on a-mir-formality on the borrow checker integration; small reviews of RFC and/or compiler PRs (from here)
*6: Type System implementation and stabilization sign-off (from here)
*7: implementation/reviews/deciding on a design (from here)
*8: Consultation on trait coherence requirements for slicing (from here)
*9: Standard reviews for trait implementation PRs (from here)
*10: Members may have comments/thoughts on direction and priorities; Review work for a-mir-formality (from here)
*11: Discussion and moral support (from here)
wg-mir-opt team
| Goal | Level | Champion | Notes |
|---|---|---|---|
| MIR move elimination | Medium | Design meeting |