| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -811/+0 | |
| 2025-02-13 | library: Update rand to 0.9.0 | Eric Huss | -16/+16 | |
| 2025-01-24 | Fix testing of the standard library with Emscripten | bjorn3 | -0/+1 | |
| This does need EMCC_CFLAGS="-s MAXIMUM_MEMORY=2GB" avoid several OOMs. | ||||
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 | |
| 2024-07-29 | Reformat `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-10 | remove redundant imports | surechen | -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-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -10/+10 | |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -1/+0 | |
| 2022-05-02 | Avoid use of `rand::thread_rng` in stdlib benchmarks | Thom Chiovoloni | -8/+8 | |
| 2021-10-15 | Add #[must_use] to remaining alloc functions | John Kugelman | -2/+2 | |
| 2021-08-28 | add benchmark for BTreeMap::from_iter | Cheng XU | -0/+50 | |
| 2021-06-09 | BTree: encapsulate LeafRange better & some debug asserts | Stein Somers | -7/+32 | |
| 2021-02-21 | BTreeMap: correct tests for alternative choices of B | Stein Somers | -76/+0 | |
| 2020-08-01 | More benchmarks of BTreeMap mutation | Stein Somers | -22/+332 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+502 | |
