Skip to content

Commit

Permalink
Merge branch 'main' into verify-iter-2
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval authored Dec 6, 2024
2 parents 690ade9 + e70a892 commit 4d259e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/src/challenges/0003-pointer-arithmentic.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ At least 3 of the following usages were proven safe:

| Function | Location |
|-------------------|---------------|
| \[u8\]::is_asc_ii | core::slice |
| \[u8\]::is_ascii | core::slice |
| String::remove | alloc::string |
| Vec::swap_remove | alloc::vec |
| Option::as_slice | core::option |
Expand Down
5 changes: 3 additions & 2 deletions doc/src/challenges/0011-floats-ints.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Challenge 11: Safety of Methods for Numeric Primitive Types


- **Status:** Open
- **Status:** Resolved
- **Tracking Issue:** [#59](https://github.com/model-checking/verify-rust-std/issues/59)
- **Start date:** *2024/08/20*
- **End date:** *2025/04/10*
- **End date:** *2024/12/04*
- **Reward:** *N/A*
- **Contributors**: [Rajath M Kotyal](https://github.com/rajathkotyal), [Yen-Yun Wu](https://github.com/Yenyun035), [Lanfei Ma](https://github.com/lanfeima), [Junfeng Jin](https://github.com/MWDZ)

-------------------

Expand Down

0 comments on commit 4d259e3

Please sign in to comment.