about summary refs log tree commit diff
path: root/library/alloc/benches/btree
AgeCommit message (Collapse)AuthorLines
2025-03-07Move all alloc integration tests to a new alloctests cratebjorn3-811/+0
2025-02-13library: Update rand to 0.9.0Eric Huss-16/+16
2025-01-24Fix testing of the standard library with Emscriptenbjorn3-0/+1
This does need EMCC_CFLAGS="-s MAXIMUM_MEMORY=2GB" avoid several OOMs.
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2023-12-10remove redundant importssurechen-1/+0
detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR.
2023-06-14s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedListThe 8472-10/+10
2023-04-12remove some unneeded importsKaDiWa-1/+0
2022-05-02Avoid use of `rand::thread_rng` in stdlib benchmarksThom Chiovoloni-8/+8
2021-10-15Add #[must_use] to remaining alloc functionsJohn Kugelman-2/+2
2021-08-28add benchmark for BTreeMap::from_iterCheng XU-0/+50
2021-06-09BTree: encapsulate LeafRange better & some debug assertsStein Somers-7/+32
2021-02-21BTreeMap: correct tests for alternative choices of BStein Somers-76/+0
2020-08-01More benchmarks of BTreeMap mutationStein Somers-22/+332
2020-07-27mv std libs to library/mark-0/+502