| Age | Commit message (Expand) | Author | Lines |
| 2020-04-27 | Rollup merge of #71589 - RalfJung:unique-no-shr, r=SimonSapin | Dylan DPC | -1/+1 |
| 2020-04-26 | remove Unique::from for shared pointer types | Ralf Jung | -1/+1 |
| 2020-04-26 | Rollup merge of #71575 - jplatte:patch-4, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-04-26 | Fix stable(since) attribute for BTreeMap::remove_entry | Jonas Platte | -1/+1 |
| 2020-04-26 | fix more clippy warnings | Matthias Krüger | -2/+2 |
| 2020-04-25 | Rollup merge of #71548 - crlf0710:cursor_bounds, r=Amanieu | Dylan DPC | -0/+12 |
| 2020-04-25 | Rollup merge of #71168 - SimonSapin:into_raw_non_null, r=Amanieu | Dylan DPC | -9/+7 |
| 2020-04-25 | Rollup merge of #70712 - :stabilize-remove-entry, r=Amanieu | Dylan DPC | -2/+1 |
| 2020-04-25 | Use the correct bound for `Cursor` `Send` | Charles Lew | -1/+1 |
| 2020-04-25 | Rollup merge of #71523 - Mark-Simulacrum:alloc-inline-dup, r=Amanieu | Dylan DPC | -10/+7 |
| 2020-04-25 | Add missing Send and Sync bounds for linked list Cursor and CursorMut. | Charles Lew | -0/+12 |
| 2020-04-25 | Rollup merge of #71485 - arlopurcell:binary_heap_retain, r=Amanieu | Dylan DPC | -0/+28 |
| 2020-04-24 | Take a single root node in range_search | Mark Rousskov | -10/+7 |
| 2020-04-24 | Rollup merge of #71476 - RalfJung:miri-test-sizes, r=kennytm | Dylan DPC | -4/+2 |
| 2020-04-24 | Add BinaryHeap::retain as suggested in #42849 | arlo | -0/+28 |
| 2020-04-23 | liballoc: more compact way to adjust test sizes for Miri | Ralf Jung | -4/+2 |
| 2020-04-23 | Fix doc link errors | Tyler Ruckinger | -1/+1 |
| 2020-04-22 | More diagnostic items for Clippy usage | Philipp Hansch | -0/+1 |
| 2020-04-17 | Rollup merge of #71167 - RalfJung:big-o, r=shepmaster | Dylan DPC | -29/+28 |
| 2020-04-17 | Implement `Clone` for `liballoc::collections::linked_list::Cursor`. | Charles Lew | -0/+8 |
| 2020-04-17 | Rollup merge of #71220 - cuviper:std_or_patterns, r=Mark-Simulacrum | Dylan DPC | -6/+1 |
| 2020-04-16 | Minor fixes to doc comments of 'VecDequeue' | Youngsuk Kim | -6/+6 |
| 2020-04-16 | Dogfood or_patterns in the standard library | Josh Stone | -6/+1 |
| 2020-04-15 | don't specify log base in big-O | Ralf Jung | -3/+3 |
| 2020-04-15 | Deprecate `Box::into_raw_non_null` | Simon Sapin | -9/+7 |
| 2020-04-15 | big-O notation: parenthesis, multiplication and backticks | Ralf Jung | -28/+27 |
| 2020-04-11 | Rollup merge of #70996 - ChaiTRex:master, r=Amanieu | Dylan DPC | -0/+28 |
| 2020-04-11 | Change issue number to point to tracking issue | Chai T. Rex | -1/+1 |
| 2020-04-10 | Fixed doc tests for added methods | Chai T. Rex | -0/+1 |
| 2020-04-10 | Add or_insert_with_key to Entry of HashMap/BTreeMap | Chai T. Rex | -0/+27 |
| 2020-04-10 | Rollup merge of #70981 - ssomers:btreemap_into_into_iter, r=Mark-Simulacrum | Mazdak Farrokhzad | -13/+13 |
| 2020-04-10 | Rollup merge of #70979 - ssomers:btreemap_the_alice_merton_variations, r=Amanieu | Mazdak Farrokhzad | -4/+2 |
| 2020-04-10 | Rollup merge of #70843 - ssomers:btree_drain_filter_epilogue, r=Amanieu | Mazdak Farrokhzad | -45/+21 |
| 2020-04-10 | Rearrange BTreeMap::into_iter to match range_mut. | Stein Somers | -13/+13 |
| 2020-04-09 | Respect the comment: no root unless the borrow type is `Mut` | Stein Somers | -2/+2 |
| 2020-04-09 | Kill comment left behind by a last minute change in #70795 | Stein Somers | -2/+0 |
| 2020-04-08 | Rollup merge of #70930 - lcnr:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-04-08 | add `VecDeque::make_contiguous` tracking issue | Bastian Kauschke | -1/+1 |
| 2020-04-06 | BTreeMap first/last: add pop methods | Stein Somers | -0/+48 |
| 2020-04-06 | BTreeMap first/last: make examples more to the point | Stein Somers | -10/+12 |
| 2020-04-06 | BTreeMap first/last: simplify implementations | Stein Somers | -38/+16 |
| 2020-04-06 | Remove the Ord bound that was plaguing drain_filter, and superfluous lifetimes | Stein Somers | -45/+21 |
| 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 | stabilize BTreeMap::remove_entry | DutchGhost | -2/+1 |
| 2020-04-02 | Auto merge of #70362 - TimDiekmann:alloc-overhaul, r=Amanieu | bors | -4/+5 |