| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -28/+0 | |
| 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-08-28 | Re-enable android tests/benches in alloc | Ben Kimock | -3/+0 | |
| 2024-04-07 | disable benches in Miri | Ralf Jung | -0/+2 | |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -1/+1 | |
| 2022-11-20 | enable fuzzy_provenance_casts lint in liballoc | Ralf Jung | -0/+2 | |
| 2022-09-30 | Stabilize map_first_last | est31 | -1/+0 | |
| 2022-07-26 | Optimized vec::IntoIter::next_chunk impl | The 8472 | -0/+1 | |
| ``` test vec::bench_next_chunk ... bench: 696 ns/iter (+/- 22) x86_64v1, pr test vec::bench_next_chunk ... bench: 309 ns/iter (+/- 4) znver2, default test vec::bench_next_chunk ... bench: 17,272 ns/iter (+/- 117) znver2, pr test vec::bench_next_chunk ... bench: 211 ns/iter (+/- 3) ``` The znver2 default impl seems to be slow due to inlining decisions. It goes through `core::array::iter_next_chunk` which has a deeper call tree. | ||||
| 2022-05-02 | Avoid use of `rand::thread_rng` in stdlib benchmarks | Thom Chiovoloni | -0/+8 | |
| 2021-03-16 | Vec::dedup optimization - add benches | Soveu | -0/+1 | |
| 2020-09-20 | Added benchmarks for BinaryHeap | Giacomo Stevanato | -0/+1 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+17 | |
