You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now have the foundation's endorsement for this work.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@ The goal is to have a verified [Rust standard library](https://doc.rust-lang.org
15
15
2. Creating new techniques to perform scalable verification
16
16
3. Apply techniques to verify previously unverified parts of the standard library.
17
17
18
-
For that we are launching a contest that includes a series of challenges that focus on verifying
18
+
For that we are launching a [contest supported by the Rust Foundation](https://foundation.rust-lang.org/news/rust-foundation-collaborates-with-aws-initiative-to-verify-rust-standard-libraries/)
19
+
that includes a series of challenges that focus on verifying
19
20
memory safety and a subset of undefined behaviors in the Rust standard library.
20
21
Each challenge describes the goal, the success criteria, and whether it has a financial award to be awarded upon its
Copy file name to clipboardExpand all lines: doc/src/general-rules.md
-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@
6
6
and we kept a copy of the Rust standard library inside the `library/` folder that shall be used as the verification target for all our challenges.
7
7
We will periodically update the `library/` folder to track newer versions of the [official Rust standard library](https://github.com/rust-lang/rust/).
8
8
9
-
**NOTE:** This work is not officially affiliated, or endorsed by the Rust project or Rust Foundation.
10
-
11
9
**Challenges:** Each individual verification effort will have a
12
10
tracking issue where contributors can add comments and ask clarification questions.
13
11
You can find the list of [open challenges here](https://github.com/model-checking/verify-rust-std/labels/Challenge).
0 commit comments