| Age | Commit message (Expand) | Author | Lines |
| 2020-04-05 | Rollup merge of #70795 - Amanieu:btree_remove_tracking, r=Mark-Simulacrum | Dylan DPC | -49/+64 |
| 2020-04-05 | Rollup merge of #70777 - faern:use-assoc-int-consts2, r=dtolnay | Dylan DPC | -1/+0 |
| 2020-04-05 | Apply review feedback | Amanieu d'Antras | -15/+10 |
| 2020-04-05 | Keep track of position when deleting from a BTreeMap | Amanieu d'Antras | -39/+59 |
| 2020-04-05 | Stop importing integer modules in liballoc | Linus Färnstrand | -1/+0 |
| 2020-04-04 | use ManuallyDrop instead of forget inside collections | Trevor Spiteri | -14/+13 |
| 2020-04-02 | Auto merge of #70362 - TimDiekmann:alloc-overhaul, r=Amanieu | bors | -4/+5 |
| 2020-04-01 | Rollup merge of #68770 - ssomers:btree_drain_filter, r=Amanieu | Dylan DPC | -13/+298 |
| 2020-03-31 | Rollup merge of #69425 - lcnr:make_contiguous, r=Amanieu | Dylan DPC | -53/+235 |
| 2020-03-31 | fix docs | Bastian Kauschke | -1/+1 |
| 2020-03-31 | update `VecDeque::as_(mut)_slice` docs | Bastian Kauschke | -4/+4 |
| 2020-03-29 | BTreeMap/BTreeSet: implement and test drain_filter | Stein Somers | -13/+298 |
| 2020-03-26 | Remove alignment from `MemoryBlock` | Tim Diekmann | -8/+4 |
| 2020-03-26 | Fix issues from review and unsoundness of `RawVec::into_box` | Tim Diekmann | -7/+12 |
| 2020-03-24 | must_use on split_off | Kornel | -0/+1 |
| 2020-03-22 | update `make_contiguous` docs | Bastian Kauschke | -1/+3 |
| 2020-03-22 | document invariant of `VecDeque::as_(mut)_slice` | Bastian Kauschke | -0/+6 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -2/+2 |
| 2020-03-22 | add `fn make_contiguous` to VecDeque | Bastian Kauschke | -53/+227 |
| 2020-03-20 | Simplify ensure_root_is_owned callers | Mark Rousskov | -15/+13 |
| 2020-03-20 | Drop NodeHeader type from BTree code | Mark Rousskov | -41/+5 |
| 2020-03-20 | Make functions dependent only on shared root avoidance safe | Mark Rousskov | -58/+58 |
| 2020-03-20 | Remove shared root code and assertions from BTree nodes | Mark Rousskov | -59/+8 |
| 2020-03-20 | Replace shared root with optional root | Mark Rousskov | -77/+112 |
| 2020-03-14 | Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb | Yuki Okushi | -1/+1 |
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -1/+1 |
| 2020-03-12 | Rollup merge of #69792 - LenaWil:try_reserve_error/impl-error, r=sfackler | Mazdak Farrokhzad | -0/+18 |
| 2020-03-11 | Reformat match statement to make the check pass | Lena Wildervanck | -3/+1 |
| 2020-03-11 | Format the match statement | Lena Wildervanck | -3/+6 |
| 2020-03-08 | Rollup merge of #69668 - ssomers:btreemap_even_more_comments, r=Mark-Simulacrum | Mazdak Farrokhzad | -14/+19 |
| 2020-03-08 | Rollup merge of #69776 - ssomers:fix69769, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+10 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -5/+5 |
| 2020-03-07 | Implement Error for TryReserveError | Lena Wildervanck | -0/+17 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -5/+5 |
| 2020-03-06 | Fix & test leak of some BTreeMap nodes on panic during `into_iter` | Stein Somers | -1/+10 |
| 2020-03-04 | Documentation and slight simplification of BTreeMap's internals | Stein Somers | -14/+19 |
| 2020-03-03 | Simplify conditions like x + 1 <= y to x < y | Matthias Krüger | -1/+1 |
| 2020-02-29 | simplify boolean expressions | Matthias Krüger | -2/+2 |
| 2020-02-28 | Auto merge of #68827 - ssomers:btree_navigation_revisited, r=Mark-Simulacrum | bors | -150/+148 |
| 2020-02-28 | Make implementation of navigation simpler, safer and faster | Stein Somers | -150/+148 |
| 2020-02-28 | Fix and test implementation of BTreeMap's first_entry, last_entry, pop_first,... | Stein Somers | -10/+14 |
| 2020-02-26 | Auto merge of #67290 - jonas-schievink:leak-audit, r=KodrAus | bors | -112/+195 |
| 2020-02-20 | Rollup merge of #68705 - BijanT:ll_remove, r=Mark-Simulacrum | Dylan DPC | -0/+46 |
| 2020-02-19 | Add LinkedList::remove() | Bijan Tabatabai | -0/+46 |
| 2020-02-16 | Fix comments outdated during #66648 | Stein Somers | -5/+4 |
| 2020-02-09 | Rollup merge of #68834 - ssomers:btree_first_last_fix68829, r=KodrAus | Dylan DPC | -10/+14 |
| 2020-02-07 | Lift range_search up one level of abstraction | Stein Somers | -42/+45 |
| 2020-02-04 | Fix and test implementation of BTreeMap's first_entry, last_entry, pop_first,... | Stein Somers | -10/+14 |
| 2020-01-31 | Bundle and document 6 BTreeMap navigation algorithms | Stein Somers | -236/+314 |