| Age | Commit message (Expand) | Author | Lines |
| 2020-04-23 | liballoc: more compact way to adjust test sizes for Miri | Ralf Jung | -32/+16 |
| 2020-04-06 | Use usize::MAX as assoc const in liballoc | Linus Färnstrand | -1/+1 |
| 2020-04-01 | Rollup merge of #68770 - ssomers:btree_drain_filter, r=Amanieu | Dylan DPC | -1/+258 |
| 2020-03-30 | fix BTreeMap test compilation with Miri | Ralf Jung | -1/+1 |
| 2020-03-29 | BTreeMap/BTreeSet: implement and test drain_filter | Stein Somers | -1/+258 |
| 2020-03-28 | BTreeMap testing: introduce symbolic constants and refer to height consistently. | Stein Somers | -41/+49 |
| 2020-03-20 | Update test commentary for shared root removal | Mark Rousskov | -9/+2 |
| 2020-03-06 | Fix & test leak of some BTreeMap nodes on panic during `into_iter` | Stein Somers | -1/+25 |
| 2020-02-26 | Auto merge of #67290 - jonas-schievink:leak-audit, r=KodrAus | bors | -0/+28 |
| 2020-02-16 | Lighten tests, in particular for Miri, yet test and explain more | Stein Somers | -20/+32 |
| 2020-02-04 | Fix and test implementation of BTreeMap's first_entry, last_entry, pop_first,... | Stein Somers | -0/+5 |
| 2020-01-30 | Rollup merge of #66648 - crgl:btree-clone-from, r=Amanieu | Dylan DPC | -0/+20 |
| 2020-01-28 | Include empty BTreeMap in clone_from tests | Charles Gleason | -2/+2 |
| 2020-01-19 | Fix leak in btree_map::IntoIter when drop panics | Jonas Schievink | -0/+28 |
| 2019-12-31 | More thorough testing of BTreeMap::range | Stein Somers | -31/+150 |
| 2019-12-26 | prune ill-conceived BTreeMap iter_mut assertion and test more | Stein Somers | -1/+113 |
| 2019-12-23 | Add test for BTreeMap::clone_from | Charles Gleason | -0/+20 |
| 2019-12-22 | Format the world | Mark Rousskov | -16/+17 |
| 2019-10-23 | proposal for access to BTreeMap/BTreeSet first/last, #62924 | Stein Somers | -0/+45 |
| 2019-08-09 | reduce some test sizes in Miri | Ralf Jung | -0/+3 |
| 2019-03-10 | we can now skip should_panic tests with the libtest harness | Ralf Jung | -5/+0 |
| 2019-02-13 | miri: test with slightly larger BTrees | Ralf Jung | -8/+10 |
| 2019-02-13 | review failures in btree, string | Ralf Jung | -0/+28 |
| 2019-02-03 | liballoc: revert nested imports style changes. | Mazdak Farrokhzad | -6/+5 |
| 2019-02-02 | liballoc: adjust abolute imports + more import fixes. | Mazdak Farrokhzad | -1/+1 |
| 2019-02-02 | liballoc: refactor & fix some imports. | Mazdak Farrokhzad | -5/+6 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -2/+2 |
| 2018-03-29 | Move alloc::Bound to {core,std}::ops | Simon Sapin | -1/+1 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -14/+14 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -0/+687 |