| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-02-22 | Auto merge of #67330 - golddranks:split_inclusive, r=kodraus | bors | -0/+124 |
| 2020-02-16 | Lighten tests, in particular for Miri, yet test and explain more | Stein Somers | -20/+32 |
| 2020-02-09 | Rollup merge of #68738 - kennytm:derive-clone-eq-for-fromutf8error, r=sfackler | Jonas Schievink | -0/+4 |
| 2020-02-09 | Don't return empty slice on last iteration with matched terminator. Test reve... | Pyry Kontio | -9/+94 |
| 2020-02-09 | Implement split_inclusive for slice and str, an splitting iterator that inclu... | Pyry Kontio | -0/+39 |
| 2020-02-04 | Fix and test implementation of BTreeMap's first_entry, last_entry, pop_first,... | Stein Somers | -11/+21 |
| 2020-02-02 | Derive Clone + PartialEq + Eq for std::string::FromUtf8Error | kennytm | -0/+4 |
| 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-27 | Rename `Alloc` to `AllocRef` | Tim Diekmann | -2/+2 |
| 2020-01-19 | Format | Jonas Schievink | -13/+9 |
| 2020-01-19 | Add test for panic in LL DrainFilter predicate | Jonas Schievink | -0/+35 |
| 2020-01-19 | Avoid leak in DrainFilter when a drop panics | Jonas Schievink | -1/+35 |
| 2020-01-19 | Fix leak in vec::IntoIter when a destructor panics | Jonas Schievink | -0/+29 |
| 2020-01-19 | Fix leak in VecDeque::drain when drop panics | Jonas Schievink | -0/+38 |
| 2020-01-19 | Fix leak in btree_map::IntoIter when drop panics | Jonas Schievink | -0/+28 |
| 2020-01-19 | Avoid leak in `vec::Drain` when item drop panics | Jonas Schievink | -0/+39 |
| 2020-01-19 | Fix `VecDeque::truncate` leak on drop panic | Jonas Schievink | -1/+34 |
| 2020-01-19 | Fix `binary_heap::DrainSorted` drop leak on panics | Jonas Schievink | -0/+33 |
| 2020-01-19 | Auto merge of #67758 - ssomers:testing_range, r=Mark-Simulacrum | bors | -31/+150 |
| 2020-01-11 | Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrich... | Lzu Tao | -0/+1 |
| 2020-01-06 | oh the one that was left behind | dylan_DPC | -1/+0 |
| 2020-01-05 | add feature gate | dylan_DPC | -0/+1 |