Skip to content

Commit

Permalink
Link continuing goals to their previous period goal (#236)
Browse files Browse the repository at this point in the history
* mark continuing goals

* fix one help wanted task

* left align metadata table header

* address review comments

remove dedicated link, but add previous tracking issue to all continuing
goals instead

* update goal template to add tracking issue
  • Loading branch information
lqd authored Jan 23, 2025
1 parent e0a3e11 commit b8a3ea4
Show file tree
Hide file tree
Showing 42 changed files with 140 additions and 121 deletions.
8 changes: 4 additions & 4 deletions src/2025h1/GPU-Offload.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Expose experimental LLVM features for GPU offloading

| Metadata | |
|-----------------------|--------------------------------------------------|
| Point of contact | @ZuseZ4 |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
|:----------------------|--------------------------------------------------|
| Point of contact | @ZuseZ4 |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Tracking issue | [rust-lang/rust-project-goals#109] |
| Other tracking issues | [rust-lang/rust#124509], [rust-lang/rust#124509] |
Expand Down
13 changes: 7 additions & 6 deletions src/2025h1/Polonius.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Scalable Polonius support on nightly

| Metadata | |
| --- | --- |
| Metadata | |
|:-----------------|------------------------------------|
| Point of contact | @lqd |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Zulip channel | [#t-types/polonius][channel] |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Tracking issue | [rust-lang/rust-project-goals#118] |
| Zulip channel | [#t-types/polonius][channel] |

[channel]: https://rust-lang.zulipchat.com/#narrow/channel/186049-t-types.2Fpolonius

Expand Down
2 changes: 1 addition & 1 deletion src/2025h1/all-hands.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Organize Rust All-Hands 2025

| Metadata | |
|------------------|----------------------|
|:-----------------|----------------------|
| Point of contact | @m-ou-se |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
Expand Down
15 changes: 8 additions & 7 deletions src/2025h1/annotate-snippets.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Use annotate-snippets for rustc diagnostic output

| Metadata | |
|------------------|------------|
| Point of contact | @Muscraft |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Zulip channel | N/A |
| Metadata | |
|:-----------------|------------------------------------|
| Point of contact | @Muscraft |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Tracking issue | [rust-lang/rust-project-goals#123] |
| Zulip channel | N/A |


## Summary
Expand Down
2 changes: 1 addition & 1 deletion src/2025h1/arm-sve-sme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SVE and SME on AArch64

| Metadata | |
|------------------|-----------------------------|
|:-----------------|-----------------------------|
| Point of contact | @davidtwco |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
Expand Down
16 changes: 9 additions & 7 deletions src/2025h1/async.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Bring the Async Rust experience closer to parity with sync Rust

| Metadata | |
|----------|-------------------------------------|
| Point of contact | @tmandry |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed for flagship |
| Zulip channel | [#wg-async][channel] |
| Metadata | |
|:-----------------|------------------------------------|
| Point of contact | @tmandry |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed for flagship |
| Tracking issue | [rust-lang/rust-project-goals#105] |
| Zulip channel | [#wg-async][channel] |

[channel]: https://rust-lang.zulipchat.com/#narrow/channel/187312-wg-async/


## Summary

Over the next six months, we will continue bringing Async Rust up to par with "sync Rust" by doing the following:
Expand Down
2 changes: 1 addition & 1 deletion src/2025h1/build-std.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# build-std

| Metadata | |
|------------------|------------------|
|:-----------------|------------------|
| Point of contact | @davidtwco |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
Expand Down
2 changes: 1 addition & 1 deletion src/2025h1/cargo-plumbing.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Prototype a new set of Cargo "plumbing" commands

| Metadata | |
|------------------|-------------------------|
|:-----------------|-------------------------|
| Point of contact | @epage |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
Expand Down
7 changes: 4 additions & 3 deletions src/2025h1/cargo-semver-checks.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Continue resolving `cargo-semver-checks` blockers for merging into cargo

| Metadata | |
| --- | --- |
|:-----------------|------------------------------------|
| Point of contact | @obi1kenobi |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Tracking issue | [rust-lang/rust-project-goals#104] |
| Zulip channel | N/A |


Expand Down
2 changes: 1 addition & 1 deletion src/2025h1/compiletest-directive-rework.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Making compiletest more maintainable: reworking directive handling

| Metadata | |
|------------------|-------------------------|
|:-----------------|-------------------------|
| Point of contact | @jieyouxu |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
Expand Down
15 changes: 9 additions & 6 deletions src/2025h1/const-trait.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Prepare const traits for stabilization

| Metadata | |
|------------------|--------------------------|
| Point of contact | @oli-obk |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Metadata | |
|:-----------------|------------------------------------|
| Point of contact | @oli-obk |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Tracking issue | [rust-lang/rust-project-goals#106] |
| Zulip channel | N/A |


## Summary

Expand Down
2 changes: 1 addition & 1 deletion src/2025h1/eii.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Externally Implementable Items

| Metadata | |
|------------------|--------------------|
|:-----------------|--------------------|
| Point of contact | @m-ou-se |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
Expand Down
16 changes: 9 additions & 7 deletions src/2025h1/ergonomic-rc.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Experiment with ergonomic ref-counting

| Metadata | |
|------------------|-------------|
| Point of contact | @spastorino |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Zulip channel | N/A |
| Metadata | |
|:-----------------|------------------------------------|
| Point of contact | @spastorino |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Tracking issue | [rust-lang/rust-project-goals#107] |
| Zulip channel | N/A |


## Summary

Expand Down
2 changes: 1 addition & 1 deletion src/2025h1/field-projections.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Field Projections

| Metadata | |
|------------------|----------------------------|
|:-----------------|----------------------------|
| Point of contact | @y86-dev |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
Expand Down
15 changes: 8 additions & 7 deletions src/2025h1/formality.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Model coherence in a-mir-formality

| Metadata | |
|------------------|---------------|
| Point of contact | @nikomatsakis |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Zulip channel | [#t-types/formality][channel] |
| Metadata | |
|:-----------------|------------------------------------|
| Point of contact | @nikomatsakis |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Tracking issue | [rust-lang/rust-project-goals#122] |
| Zulip channel | [#t-types/formality][channel] |

[channel]: https://rust-lang.zulipchat.com/#narrow/channel/402470-t-types.2Fformality

Expand Down
2 changes: 1 addition & 1 deletion src/2025h1/improve-rustc-codegen.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
-->

| Metadata | |
|------------------|-------------|
|:-----------------|-------------|
| Point of contact | @folkertdev |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
Expand Down
2 changes: 1 addition & 1 deletion src/2025h1/libtest-json.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Finish the libtest json output experiment

| Metadata | |
|------------------|-----------------------------|
|:-----------------|-----------------------------|
| Point of contact | @epage |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
Expand Down
2 changes: 1 addition & 1 deletion src/2025h1/macro-improvements.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Declarative (`macro_rules!`) macro improvements

| Metadata | |
|------------------|---------------|
|:-----------------|---------------|
| Point of contact | @joshtriplett |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
Expand Down
2 changes: 1 addition & 1 deletion src/2025h1/metrics-initiative.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Metrics Initiative

| Metadata | |
|------------------|--------------------------|
|:-----------------|--------------------------|
| Point of contact | @yaahc |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
Expand Down
15 changes: 8 additions & 7 deletions src/2025h1/min_generic_const_arguments.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# "Stabilizable" prototype for expanded const generics

| Metadata | |
| --- | --- |
| Metadata | |
|:-----------------|------------------------------------|
| Point of contact | @BoxyUwU |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Tracking issue | [rust-lang/rust-project-goals#100] |
| Zulip channel | [#project-const-generics][channel] |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Tracking issue | [rust-lang/rust-project-goals#100] |
| Zulip channel | [#project-const-generics][channel] |

[channel]: https://rust-lang.zulipchat.com/#narrow/channel/260443-project-const-generics/


## Summary

Experiment with a new `min_generic_const_args` implementation to address challenges found with the existing approach to supporting generic parameters in const generic arguments.
Expand Down
16 changes: 8 additions & 8 deletions src/2025h1/next-solver.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Next-generation trait solver

| Metadata | |
|----------------|------------------------------------|
| Point of contact | @lcnr |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Tracking issue | [rust-lang/rust-project-goals#113] |
| Zulip channel | [#t-types/trait-system-refactor][channel] |
| Metadata | |
|:-----------------|-------------------------------------------|
| Point of contact | @lcnr |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Tracking issue | [rust-lang/rust-project-goals#113] |
| Zulip channel | [#t-types/trait-system-refactor][channel] |

[channel]: https://rust-lang.zulipchat.com/#narrow/channel/364551-t-types.2Ftrait-system-refactor

Expand Down
2 changes: 1 addition & 1 deletion src/2025h1/null-enum-discriminant-debug-checks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Null and enum-discriminant runtime checks in debug builds

| Metadata | |
|------------------|----------------------|
|:-----------------|----------------------|
| Point of contact | @1c3t3a |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
Expand Down
2 changes: 1 addition & 1 deletion src/2025h1/open-namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


| Metadata | |
|------------------|----------------------------------|
|:-----------------|----------------------------------|
| Point of contact | @epage |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
Expand Down
7 changes: 4 additions & 3 deletions src/2025h1/optimize-clippy-linting-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
(a.k.a The Clippy Performance Project)

| Metadata | |
|------------------|------------------------------------|
|:-----------------|------------------------------------|
| Point of contact | @blyxyas |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Tracking issue | [rust-lang/rust-project-goals#114] |
| Zulip channel | N/A |


## Summary

This is the formalization and documentation of the Clippy Performance Project, a project first talked about on [Zulip, July 2023](https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/Clippy's.20performance). As the project consists of several points and is ever-changing, this document also has a dynamic structure and the team can add points.
Expand Down
17 changes: 9 additions & 8 deletions src/2025h1/parallel-front-end.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Promoting Parallel Front End

| Metadata | |
| --- | --- |
| Point of contact | @SparrowLii |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Accepted |
| Tracking issue | [rust-lang/rust-project-goals#121] |
| Zulip channel | [#t-compiler/wg-parallel-rustc][channel] |
| Metadata | |
|:-----------------|------------------------------------------|
| Point of contact | @SparrowLii |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
| Status | Proposed |
| Tracking issue | [rust-lang/rust-project-goals#121] |
| Zulip channel | [#t-compiler/wg-parallel-rustc][channel] |

[channel]: https://rust-lang.zulipchat.com/#narrow/channel/187679-t-compiler.2Fwg-parallel-rustc/


## Summary

Continue to parallelize front-end stabilization and performance improvements, continuing from the [2024h2 goal](https://rust-lang.github.io/rust-project-goals/2024h2/parallel-front-end.html).
Expand Down
2 changes: 1 addition & 1 deletion src/2025h1/perf-improvements.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rustc-perf improvements

| Metadata | |
|------------------|---------------------|
|:-----------------|---------------------|
| Point of contact | @davidtwco |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
Expand Down
2 changes: 1 addition & 1 deletion src/2025h1/pub-priv.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stabilize public/private dependencies

| Metadata | |
|------------------|-------------------------|
|:-----------------|-------------------------|
| Point of contact | @epage |
| Teams | <!-- TEAMS WITH ASKS --> |
| Task owners | <!-- TASK OWNERS --> |
Expand Down
Loading

0 comments on commit b8a3ea4

Please sign in to comment.