| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-01-04 | ef em ti ... :P | dylan_DPC | -3/+3 |
| 2020-01-04 | add tests | dylan_DPC | -0/+15 |
| 2020-01-02 | Use drop instead of the toilet closure `|_| ()` | Lzu Tao | -2/+2 |
| 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/+122 |
| 2019-12-23 | Add test for BTreeMap::clone_from | Charles Gleason | -0/+20 |
| 2019-12-22 | Format the world | Mark Rousskov | -514/+601 |
| 2019-12-13 | Rollup merge of #67235 - jonas-schievink:vecdeque-leak, r=KodrAus | Mazdak Farrokhzad | -0/+34 |
| 2019-12-13 | Rollup merge of #67243 - jonas-schievink:linkedlist-drop, r=KodrAus | Mazdak Farrokhzad | -0/+107 |
| 2019-12-12 | LinkedList: drop remaining items when drop panics | Jonas Schievink | -0/+107 |
| 2019-12-11 | Small Cow improvements | Andre Bogus | -0/+3 |
| 2019-12-11 | VecDeque: drop remaining items on destructor panic | Jonas Schievink | -0/+34 |
| 2019-12-07 | liballoc: ignore tests in Miri instead of removing them entirely | Ralf Jung | -16/+15 |
| 2019-12-01 | Rollup merge of #66890 - dtolnay:fmt4, r=Dylan-DPC | Mazdak Farrokhzad | -186/+144 |
| 2019-12-01 | Rollup merge of #66662 - RalfJung:miri-test-liballoc, r=dtolnay | Mazdak Farrokhzad | -14/+24 |
| 2019-11-29 | Format liballoc with rustfmt | David Tolnay | -186/+144 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-23 | enable more panic-catching tests in Miri | Ralf Jung | -4/+15 |
| 2019-11-22 | enable panic-catching tests in Miri | Ralf Jung | -3/+6 |
| 2019-11-22 | use catch_panic instead of thread::spawn to catch panics | Ralf Jung | -8/+5 |
| 2019-11-22 | enable panic-catching tests in Miri | Ralf Jung | -4/+3 |
| 2019-11-13 | Auto merge of #65637 - ssomers:master, r=scottmcm | bors | -0/+74 |
| 2019-10-31 | Auto merge of #65091 - sekineh:into-iter-sorted, r=KodrAus | bors | -4/+75 |
| 2019-10-28 | Rollup merge of #64747 - ethanboxx:master, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2019-10-25 | Remove unused `use`s. | Hideki Sekine | -4/+0 |
| 2019-10-25 | Add .into_iter_sorted() and .drain_sorted() | Hideki Sekine | -4/+79 |
| 2019-10-23 | proposal for access to BTreeMap/BTreeSet first/last, #62924 | Stein Somers | -0/+74 |