| Age | Commit message (Expand) | Author | Lines |
| 2020-07-27 | mv std libs to library/ | mark | -11736/+0 |
| 2020-07-24 | Rollup merge of #74677 - ssomers:btree_cleanup_2, r=Amanieu | Yuki Okushi | -12/+46 |
| 2020-07-23 | BTreeMap::drain_filter: replace needless unsafety and test | Stein Somers | -12/+46 |
| 2020-07-22 | More BTreeMap test cases, some exposing undefined behaviour | Stein Somers | -0/+80 |
| 2020-07-02 | disable BTree min_max test in Miri for now | Ralf Jung | -0/+1 |
| 2020-07-01 | Rollup merge of #73466 - matthiaskrgr:char_into_string, r=dtolnay | Manish Goregaokar | -0/+7 |
| 2020-06-26 | Shortcuts for min/max on ordinary BTreeMap/BTreeSet iterators | Stein Somers | -0/+66 |
| 2020-06-22 | Rollup merge of #71660 - sollyucko:master, r=dtolnay | Dylan DPC | -0/+54 |
| 2020-06-20 | impl PartialEq<Vec<B>> for &[A], &mut [A] | Solomon Ucko | -0/+54 |
| 2020-06-20 | Remove uses of `Vec::remove_item` | Lukas Kalbertodt | -16/+0 |
| 2020-06-18 | add test for char into string | Matthias Krüger | -0/+7 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -11/+11 |
| 2020-06-05 | Use assert_eq for liballoc test | Ivan Tham | -1/+1 |
| 2020-05-29 | Remove flaky test and document the other's flakiness | mendess | -8/+5 |
| 2020-05-23 | Add tests | mendess | -0/+36 |
| 2020-05-19 | Auto merge of #72227 - nnethercote:tiny-vecs-are-dumb, r=Amanieu | bors | -0/+115 |
| 2020-05-19 | Auto merge of #71447 - cuviper:unsized_cow, r=dtolnay | bors | -0/+48 |
| 2020-05-18 | Tiny Vecs are dumb. | Nicholas Nethercote | -0/+115 |
| 2020-04-25 | Rollup merge of #71485 - arlopurcell:binary_heap_retain, r=Amanieu | Dylan DPC | -0/+9 |
| 2020-04-24 | Add BinaryHeap::retain as suggested in #42849 | arlo | -0/+9 |
| 2020-04-23 | liballoc: more compact way to adjust test sizes for Miri | Ralf Jung | -67/+33 |
| 2020-04-22 | Add tests from Cow | Josh Stone | -0/+48 |
| 2020-04-09 | Disable try_reserve tests on Android | Amanieu d'Antras | -0/+6 |
| 2020-04-06 | Use usize::MAX as assoc const in liballoc | Linus Färnstrand | -1/+1 |
| 2020-04-06 | Use assoc const f32::NAN in liballoc | Linus Färnstrand | -2/+2 |
| 2020-04-05 | Rollup merge of #70777 - faern:use-assoc-int-consts2, r=dtolnay | Dylan DPC | -3/+0 |
| 2020-04-05 | Rollup merge of #70558 - RalfJung:vec-extend-aliasing, r=Amanieu | Dylan DPC | -5/+66 |
| 2020-04-05 | Stop importing integer modules in liballoc | Linus Färnstrand | -3/+0 |
| 2020-04-02 | Auto merge of #70362 - TimDiekmann:alloc-overhaul, r=Amanieu | bors | -2/+8 |
| 2020-04-01 | Rollup merge of #68770 - ssomers:btree_drain_filter, r=Amanieu | Dylan DPC | -1/+340 |
| 2020-03-30 | fix and test aliasing in swap_remove | Ralf Jung | -0/+5 |
| 2020-03-30 | fix aliasing in remove() | Ralf Jung | -1/+6 |
| 2020-03-30 | also cover next() path of draining iterators | Ralf Jung | -4/+11 |
| 2020-03-30 | test more mutating vector methods | Ralf Jung | -0/+30 |
| 2020-03-30 | fix BTreeMap test compilation with Miri | Ralf Jung | -1/+1 |
| 2020-03-30 | add some tests | Ralf Jung | -4/+18 |
| 2020-03-29 | BTreeMap/BTreeSet: implement and test drain_filter | Stein Somers | -1/+340 |
| 2020-03-28 | BTreeMap testing: introduce symbolic constants and refer to height consistently. | Stein Somers | -41/+49 |
| 2020-03-28 | Make fields in `MemoryBlock` public | Tim Diekmann | -1/+1 |
| 2020-03-26 | Remove alignment from `MemoryBlock` | Tim Diekmann | -5/+2 |
| 2020-03-26 | Fix issues from review and unsoundness of `RawVec::into_box` | Tim Diekmann | -3/+6 |
| 2020-03-26 | Overhaul of the `AllocRef` trait to match allocator-wg's latest consens | Tim Diekmann | -2/+8 |
| 2020-03-24 | must_use on split_off | Kornel | -2/+2 |
| 2020-03-20 | Update test commentary for shared root removal | Mark Rousskov | -9/+2 |
| 2020-03-08 | Rollup merge of #69776 - ssomers:fix69769, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+25 |
| 2020-03-06 | Fix & test leak of some BTreeMap nodes on panic during `into_iter` | Stein Somers | -1/+25 |
| 2020-03-05 | reduce test size for Miri | Ralf Jung | -2/+2 |
| 2020-03-03 | Rollup merge of #69609 - TimDiekmann:excess, r=Amanieu | Yuki Okushi | -1/+1 |
| 2020-03-03 | Remove `usable_size` APIs | Tim Diekmann | -1/+1 |
| 2020-02-26 | Auto merge of #67290 - jonas-schievink:leak-audit, r=KodrAus | bors | -2/+267 |