Skip to content

Commit 8363a5c

Browse files
committed
ADD GOAL:
Survey tools suitability for Std safety verification (As discussed on Zulip)
1 parent 183285d commit 8363a5c

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

text/3672-Project-Goals-2024h2.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Summary
77

8-
This RFC presents the Rust project goal slate for 2024H2. The slate consists of 25 total project goals of which we have selected 3 as our "flagship goals":
8+
This RFC presents the Rust project goal slate for 2024H2. The slate consists of 26 total project goals of which we have selected 3 as our "flagship goals":
99

1010
* Release the Rust 2024 edition (owner: [TC][])
1111
* Bring the Async Rust experience closer to parity with sync Rust (owners: [Tyler Mandry][], [Niko Matsakis][])
@@ -17,7 +17,7 @@ Flagship goals represent the goals expected to have the broadest overall impact.
1717

1818
## Motivation
1919

20-
This RFC marks the first goal slate proposed under the experimental new roadmap process described in [RFC #3614](https://github.com/rust-lang/rfcs/pull/3614). It consists of 25 project goals, of which we have selected three as **flagship goals**. Flagship goals represent the goals expected to have the broadest overall impact.
20+
This RFC marks the first goal slate proposed under the experimental new roadmap process described in [RFC #3614](https://github.com/rust-lang/rfcs/pull/3614). It consists of 26 project goals, of which we have selected three as **flagship goals**. Flagship goals represent the goals expected to have the broadest overall impact.
2121

2222
### How the goal process works
2323

@@ -106,6 +106,7 @@ The slate of additional project goals are as follows. These goals all have ident
106106
| [Stabilize cargo-script](https://rust-lang.github.io/rust-project-goals/2024h2/cargo-script.html) | [Ed Page][] | [cargo], [lang] |
107107
| [Stabilize doc_cfg](https://rust-lang.github.io/rust-project-goals/2024h2/doc_cfg.html) | [Guillaume Gomez][] | [rustdoc] |
108108
| [Stabilize parallel front end](https://rust-lang.github.io/rust-project-goals/2024h2/parallel-front-end.html) | [Sparrow Li][] | [compiler] |
109+
| [Survey tools suitability for Std safety verification](https://rust-lang.github.io/rust-project-goals/2024h2/std-verification.html) | [Celina V.][] | [libs] |
109110
| [Testing infra + contributors for a-mir-formality](https://rust-lang.github.io/rust-project-goals/2024h2/a-mir-formality.html) | [Niko Matsakis][] | [types] |
110111
| [Use annotate-snippets for rustc diagnostic output](https://rust-lang.github.io/rust-project-goals/2024h2/annotate-snippets.html) | [Esteban Kuber][], [Scott Schafer][] | [compiler] |
111112

@@ -220,10 +221,14 @@ The "owner" in the column is the person expecting to do the design/implementatio
220221
|[Rust 2024 Edition](https://rust-lang.github.io/rust-project-goals/2024h2/Rust-2024-Edition.html#ownership-and-team-asks) | [TC][] | ![Complete][] ([RFC #3501](https://github.com/rust-lang/rfcs/pull/3501)) |
221222

222223
### libs team
223-
| Goal | Owner | Notes |
224-
| --- | --- | --- |
225-
| *Org decision* | | |
226-
|[Async WG reorganization](https://rust-lang.github.io/rust-project-goals/2024h2/async.html#ownership-and-team-asks) | [Niko Matsakis][] | |
224+
| Goal | Owner | Notes |
225+
| --- | --- | --- |
226+
| *Discussion and moral support* | | |
227+
|[Survey tools suitability for Std safety verification](https://rust-lang.github.io/rust-project-goals/2024h2/std-verification.html#ownership-and-team-asks) | [Celina V.][] | |
228+
| *Org decision* | | |
229+
|[Async WG reorganization](https://rust-lang.github.io/rust-project-goals/2024h2/async.html#ownership-and-team-asks) | [Niko Matsakis][] | |
230+
| *Standard review* | | |
231+
|[Survey tools suitability for Std safety verification](https://rust-lang.github.io/rust-project-goals/2024h2/std-verification.html#ownership-and-team-asks) | [Celina V.][] | We would like to contribute upstream the contracts added to the fork. |
227232

228233
### libs-api team
229234
| Goal | Owner | Notes |
@@ -480,6 +485,7 @@ Definitions for terms used above:
480485
[Manuel Drehwald]: https://github.com/ZuseZ4
481486
[Adrian Taylor]: https://github.com/adetaylor
482487
[Alejandra González]: https://github.com/blyxyas
488+
[Celina V.]: https://github.com/celinval
483489
[Michael Goulet]: https://github.com/compiler-errors
484490
[Ding Xiang Fei]: https://github.com/dingxiangfei2009
485491
[Jacob Finkelman]: https://github.com/eh2406

0 commit comments

Comments
 (0)