| Age | Commit message (Expand) | Author | Lines |
| 2020-05-14 | Auto merge of #71321 - matthewjasper:alloc-min-spec, r=sfackler | bors | -53/+0 |
| 2020-05-13 | Auto merge of #72013 - nnethercote:make-RawVec-grow-mostly-non-generic, r=Ama... | bors | -6/+14 |
| 2020-05-12 | Rollup merge of #71737 - RalfJung:miri-test-threads, r=shepmaster | Dylan DPC | -5/+4 |
| 2020-05-12 | Remove `RawVec::double`. | Nicholas Nethercote | -6/+14 |
| 2020-05-09 | Rollup merge of #71839 - LG3696:master, r=cramertj | Dylan DPC | -2/+4 |
| 2020-05-06 | Rollup merge of #71510 - ssomers:btreemap_iter_intertwined, r=Mark-Simulacrum | Dylan DPC | -29/+47 |
| 2020-05-05 | Rollup merge of #71892 - integer32llc:btreemap-entry-vacant-docs, r=jonas-sch... | Dylan DPC | -6/+5 |
| 2020-05-04 | Update btree_map::VacantEntry::insert docs to actually call insert | Carol (Nichols || Goulding) | -6/+5 |
| 2020-05-04 | whoops | main() | -1/+1 |
| 2020-05-04 | Add remove_current_as_list to LinkedList's CursorMut | main() | -0/+25 |
| 2020-05-03 | Make BTreeMap::new and BTreeSet::new const | Luca Gladiator | -2/+4 |
| 2020-05-01 | liballoc tests: Miri supports threads now | Ralf Jung | -5/+4 |
| 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 | Use min_specialization in liballoc | Matthew Jasper | -53/+0 |
| 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-25 | Speed up BTreeMap iteration by intertwined descend to the initial leaf edges | Stein Somers | -29/+47 |
| 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 |