Skip to content

Commit

Permalink
update status and table
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Jun 26, 2024
1 parent e3db6ae commit 9fce39a
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 28 deletions.
2 changes: 1 addition & 1 deletion src/2024h2/ATPIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| --- | --- |
| Owner(s) | [oli-obk] |
| Teams | [Types], [Lang] |
| Status | WIP |
| Status | Under active consideration |

[oli-obk]: https://github.com/oli-obk

Expand Down
10 changes: 5 additions & 5 deletions src/2024h2/Patterns-of-empty-types.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Patterns of empty types

| Metadata | |
| -------- | ----------- |
| Owner(s) | [Nadrieril] |
| Teams | [Lang] |
| Status | WIP |
| Metadata | |
| -------- | -------------------- |
| Owner(s) | [Nadrieril] |
| Teams | [Lang] |
| Status | Under active consideration |

[Nadrieril]: https://github.com/Nadrieril
[Compiler]: https://www.rust-lang.org/governance/teams/compiler
Expand Down
2 changes: 1 addition & 1 deletion src/2024h2/Polonius.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| -------- | ------- |
| Owner(s) | [lqd] |
| Teams | [Types] |
| Status | WIP |
| Status | WIP |

[lqd]: https://github.com/lqd
[Types]: https://www.rust-lang.org/governance/teams/compiler#team-types
Expand Down
2 changes: 1 addition & 1 deletion src/2024h2/a-mir-formality.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| --- | --- |
| Owner(s) | [nikomatsakis] |
| Teams | [Types] |
| Status | WIP |
| Status | Under active consideration |

[nikomatsakis]: https://github.com/lqd
[Types]: https://www.rust-lang.org/governance/teams/compiler#team-types
Expand Down
32 changes: 18 additions & 14 deletions src/2024h2/candidates.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,29 @@ Do it! [Instructions for proposing goals can be found here.](../how_to/propose_a

### Top candidates

| 2024 goal | Accepted or proposed in | Owner | Team |
| ------------------------------------------------------ | ----------------------- | ---------------- | ------- |
| [Assemble goal slate][AGS] | [RFC #3614][] | [nikomatsakis][] | [LC] |
| [Cargo Script][CS] | [#22][] | [epage] | [Cargo], [Lang] |
| [Next-generation trait solver][NTS] | (not yet accepted) | [lcnr] | [Types] |
| [Formal model of Rust][AMF] | (not yet accepted) | [nikomatsakis] | [Types] |
| [Polonius on Nightly][NBNLB] | (not yet accepted) | [lqd] | [Types] |
| [Stabilize Associated type positiom impl trait][ATPIT] | (not yet accepted) | [oli-obk] | [Types], [Lang] |
| [Patterns of empty types][PET] | (not yet accepted) | [Nadrieril] | [Lang] |
| [Ergonomic ref-counting][RC] | (not yet accepted) | [jkelleyrtp] | [Lang], [Libs-API][] |
| 2024 goal | Accepted or proposed in | Owner | Team |
| ------------------------------------------------------ | ----------------------- | ---------------- | -------------------- |
| [Assemble goal slate][AGS] | [RFC #3614][] | [nikomatsakis][] | [LC] |
| [Cargo Script][CS] | [#22][] | [epage] | [Cargo], [Lang] |
| [Next-generation trait solver][NTS] | (not yet accepted) | [lcnr] | [Types] |
| [Formal model of Rust][AMF] | (not yet accepted) | [nikomatsakis] | [Types] |
| [Polonius on Nightly][NBNLB] | (not yet accepted) | [lqd] | [Types] |
| [Stabilize Associated type positiom impl trait][ATPIT] | (not yet accepted) | [oli-obk] | [Types], [Lang] |
| [Patterns of empty types][PET] | (not yet accepted) | [Nadrieril] | [Lang] |
| [Ergonomic ref-counting][RC] | (not yet accepted) | [jkelleyrtp] | [Lang], [Libs-API][] |
| [Min generics const argument][MGCA] | (not yet accepted) | BoxyUwU | [Types][] |
| [Const traits][CT] | (not yet accepted) | feel1-dead | [Lang], [Libs-API][] |

[AGS]: ./Project-goal-slate.md
[CS]: ./cargo-script.md
[NTS]: ./next-solver.md
[AMF]: ./a-mir-formality.md
[NBNLB]: ./Polonius.md
[ATPIT]: ./Impl-trait-everywhere.md
[ATPIT]: ./ATPIT.md
[PET]: ./Patterns-of-empty-types.md
[RC]: ./ergonomic-rc.md
[MGCA]: ./min_generic_const_arguments.md
[CT]: ./const-traits.md


[#22]: https://github.com/rust-lang/rust-project-goals/issues/22
Expand All @@ -71,9 +75,9 @@ Do it! [Instructions for proposing goals can be found here.](../how_to/propose_a
These are goals that are still being workshopped. They are sorted roughly by progress and likelihood to become top candidates.
In many cases the work being described will definitely happen, but it is not clear if they ought to become a "Project Goal".

| 2024 goal | Owner | Teams |
| -------------------------------- | ----------------- | ------------------ |
| [Contracts and invariants][CI] | [pnkfelix] | [Lang], [Compiler] |
| 2024 goal | Owner | Teams |
| -------------------------------- | ---------------- | ------------------ |
| [Contracts and invariants][CI] | [pnkfelix] | [Lang], [Compiler] |
| [Relaxing the Orphan Rule][RTOR] | [JoshTriplett][] | [Lang] |

[CI]: ./Contracts-and-invariants.md
Expand Down
4 changes: 2 additions & 2 deletions src/2024h2/const-traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
| Metadata | |
| --- | --- |
| Owner(s) | *Github usernames or other identifying info for goal owners* |
| Teams | *Names of teams being asked to commit to the goal* |
| Owner(s) | feel1-dead |
| Teams |
| Status | WIP |

## Motivation
Expand Down
2 changes: 1 addition & 1 deletion src/2024h2/ergonomic-rc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| -------- | ------------------ |
| Owner(s) | [jkelleyrtp][] |
| Teams | [Lang], [Libs-API] |
| Status | WIP |
| Status | Under active consideration |

[Lang]: https://www.rust-lang.org/governance/teams/lang
[Libs-API]: https://www.rust-lang.org/governance/teams/library#team-libs-api
Expand Down
4 changes: 2 additions & 2 deletions src/2024h2/min_generic_const_arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
| Metadata | |
| --- | --- |
| Owner(s) | BoxyUwU |
| Teams | lang |
| Status | WIP |
| Teams | Types |
| Status | Under active consideration |

## Motivation

Expand Down
2 changes: 1 addition & 1 deletion src/2024h2/next-solver.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| --- | --- |
| Owner(s) | [@lcnr] |
| Teams | [Types] |
| Status | WIP |
| Status | Under active consideration |

## Motivation

Expand Down
2 changes: 2 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
- [Associated type position impl trait](./2024h2/ATPIT.md)
- [Patterns of empty types](./2024h2/Patterns-of-empty-types.md)
- [Rust for Sci Comp](./2024h2/Rust-for-SciComp.md)
- [Min generics const argument](./2024h2/min_generic_const_arguments.md)
- [Const traits](./2024h2/const-traits.md)
- [General notes](./2024h2/notes.md)
- [📖 Learn about](./about/index.md)
- [Goal motivations](./about/motivation.md)
Expand Down

0 comments on commit 9fce39a

Please sign in to comment.