| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -3099/+0 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -11/+11 |
| 2025-02-13 | library: Update rand to 0.9.0 | Eric Huss | -28/+28 |
| 2025-01-24 | Fix testing of the standard library with Emscripten | bjorn3 | -0/+17 |
| 2024-11-27 | update cfgs | Boxy | -2/+1 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -1/+2 |
| 2024-09-23 | Improve autovectorization of to_lowercase / to_uppercase functions | Jörn Horstmann | -0/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -10/+10 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -2/+2 |
| 2024-08-28 | Re-enable android tests/benches in alloc | Ben Kimock | -3/+0 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -7/+11 |
| 2024-04-07 | disable benches in Miri | Ralf Jung | -0/+2 |
| 2024-04-03 | add 'x.py miri', and make it work for 'library/{core,alloc,std}' | Ralf Jung | -0/+5 |
| 2023-12-10 | remove redundant imports | surechen | -3/+0 |
| 2023-12-05 | Split `Vec::dedup_by` into 2 cycles | AngelicosPhosphoros | -2/+3 |
| 2023-11-25 | Add more benchmarks of `Vec::dedup` | AngelicosPhosphoros | -18/+105 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -11/+11 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -2/+1 |
| 2023-02-18 | Auto merge of #106241 - Sp00ph:vec_deque_iter_methods, r=the8472 | bors | -1/+145 |
| 2023-01-18 | Add `vec_deque::IntoIter` benchmarks | Markus Everling | -1/+145 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -2/+2 |
| 2022-11-20 | enable fuzzy_provenance_casts lint in liballoc | Ralf Jung | -0/+2 |
| 2022-11-14 | update str.contains benchmarks | The 8472 | -3/+54 |
| 2022-11-14 | black_box test strings in str.contains(str) benchmarks | The 8472 | -4/+4 |
| 2022-09-30 | Stabilize map_first_last | est31 | -1/+0 |
| 2022-07-26 | Optimized vec::IntoIter::next_chunk impl | The 8472 | -0/+21 |
| 2022-06-17 | Add VecDeque::extend TrustedLen benchmark | Paolo Barbolini | -0/+32 |
| 2022-05-02 | Avoid use of `rand::thread_rng` in stdlib benchmarks | Thom Chiovoloni | -26/+31 |
| 2022-04-27 | Add VecDeque::extend benchmark | Paolo Barbolini | -0/+24 |
| 2022-03-29 | Add debug assertions to some unsafe functions | Ben Kimock | -2/+2 |
| 2021-12-04 | update vec::retain benchmarks | The 8472 | -2/+17 |
| 2021-10-15 | Add #[must_use] to remaining alloc functions | John Kugelman | -2/+2 |
| 2021-10-04 | Rollup merge of #88452 - xu-cheng:vecdeque-from-array, r=m-ou-se | Jubilee | -0/+15 |
| 2021-09-17 | Add benchmark for Vec::retain | TennyZhuang | -0/+15 |
| 2021-08-28 | add benchmark for From<[T; N]> in VecDeque | Cheng XU | -0/+15 |
| 2021-08-28 | add benchmark for BTreeMap::from_iter | Cheng XU | -0/+50 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -1/+1 |
| 2021-07-24 | implement fold() on array::IntoIter to improve flatten().collect() perf | The8472 | -0/+6 |
| 2021-06-09 | BTree: encapsulate LeafRange better & some debug asserts | Stein Somers | -7/+32 |
| 2021-06-02 | Update expressions where we can use array's IntoIterator implementation | Muhammad Mominul Huque | -8/+2 |
| 2021-05-19 | remove InPlaceIterable marker from Peekable due to unsoundness | The8472 | -1/+0 |
| 2021-03-25 | Try to make Vec benchmarks only run code they are benchmarking | Ben Kimock | -68/+25 |
| 2021-03-21 | add transmute-via-iterators bench | The8472 | -0/+16 |
| 2021-03-16 | Vec::dedup optimization - add benches | Soveu | -0/+90 |
| 2021-02-21 | BTreeMap: correct tests for alternative choices of B | Stein Somers | -76/+0 |
| 2020-09-29 | Reorder benches const variable | Ivan Tham | -2/+2 |
| 2020-09-25 | Rust vec bench import specific rand::RngCore | Ivan Tham | -1/+1 |
| 2020-09-22 | Liballoc bench vec use mem take not replace | Ivan Tham | -3/+3 |
| 2020-09-21 | Rollup merge of #76981 - pickfire:patch-5, r=Mark-Simulacrum | Ralf Jung | -14/+14 |
| 2020-09-21 | Auto merge of #75974 - SkiFire13:peekmut-opt-sift, r=LukasKalbertodt | bors | -0/+92 |