arc.rs
|
Add Weak may_dangle tests
|
2021-05-20 19:42:29 -07:00 |
borrow.rs
|
Move various ui const tests to library
|
2020-09-04 02:35:27 +02:00 |
boxed.rs
|
Fix grammar
|
2021-08-24 17:56:39 +02:00 |
btree_set_hash.rs
|
Include the length in BTree hashes
|
2021-10-01 12:29:09 -07:00 |
const_fns.rs
|
BTree: remove Ord bound from new
|
2021-08-18 03:55:36 +01:00 |
cow_str.rs
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
linked_list.rs
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
rc.rs
|
Add Weak may_dangle tests
|
2021-05-20 19:42:29 -07:00 |
slice.rs
|
Improve wording, correct -> tight.
|
2021-08-13 15:27:30 +02:00 |
str.rs
|
Add #[must_use] to remaining core functions
|
2021-10-30 18:21:29 -04:00 |
string.rs
|
Use assert_matches! instead of if let {} else
|
2021-08-07 14:48:27 +01:00 |
vec.rs
|
implement advance_(back_)_by on more iterators
|
2021-09-30 21:23:28 +02:00 |