This website requires JavaScript.
Explore
Help
Sign in
squiid
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Activity
58110572fb
rust
/
library
/
alloc
/
benches
History
Ralf Jung
644a5a34dd
enable fuzzy_provenance_casts lint in liballoc
2022-11-20 19:12:18 +01:00
..
btree
Avoid use of
rand::thread_rng
in stdlib benchmarks
2022-05-02 00:08:21 -07:00
binary_heap.rs
Avoid use of
rand::thread_rng
in stdlib benchmarks
2022-05-02 00:08:21 -07:00
lib.rs
enable fuzzy_provenance_casts lint in liballoc
2022-11-20 19:12:18 +01:00
linked_list.rs
slice.rs
Avoid use of
rand::thread_rng
in stdlib benchmarks
2022-05-02 00:08:21 -07:00
str.rs
update str.contains benchmarks
2022-11-14 23:03:16 +01:00
string.rs
vec.rs
Optimized vec::IntoIter::next_chunk impl
2022-07-26 20:31:43 +02:00
vec_deque.rs
Add VecDeque::extend TrustedLen benchmark
2022-06-17 23:41:03 +02:00
vec_deque_append.rs