| Age | Commit message (Expand) | Author | Lines |
| 2020-01-30 | Rollup merge of #68468 - ssomers:btreemap_prefer_middle, r=Mark-Simulacrum | Dylan DPC | -119/+132 |
| 2020-01-30 | Rollup merge of #66648 - crgl:btree-clone-from, r=Amanieu | Dylan DPC | -9/+106 |
| 2020-01-29 | BTreeMap: tag and explain unsafe internal functions or assert preconditions | Stein Somers | -119/+132 |
| 2020-01-29 | Rollup merge of #68592 - pdbrito:master, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-01-29 | Rollup merge of #68378 - billyrieger:btreemap-remove-entry, r=KodrAus | Yuki Okushi | -1/+30 |
| 2020-01-28 | Reformat truncation section of clone_from | Charles Gleason | -10/+10 |
| 2020-01-28 | Add private is_empty method to RangeMut | Charles Gleason | -3/+7 |
| 2020-01-28 | Include empty BTreeMap in clone_from tests | Charles Gleason | -2/+2 |
| 2020-01-28 | Format safety comment as per tidy | Charles Gleason | -1/+1 |
| 2020-01-28 | Auto merge of #68529 - TimDiekmann:rename-alloc, r=Amanieu | bors | -26/+26 |
| 2020-01-28 | fix: typo in vec.rs | Pedro de Brito | -1/+1 |
| 2020-01-28 | Add BTreeMap::remove_entry | Billy Rieger | -1/+30 |
| 2020-01-28 | Auto merge of #68234 - CAD97:slice-from-raw-parts, r=KodrAus | bors | -1/+0 |
| 2020-01-27 | Rename `Alloc` to `AllocRef` | Tim Diekmann | -26/+26 |
| 2020-01-21 | Rollup merge of #67686 - ssomers:keys_start_slasher, r=Mark-Simulacrum | Mazdak Farrokhzad | -65/+24 |
| 2020-01-21 | Declare unsafe functions that can no longer handle shared roots | Stein Somers | -6/+6 |
| 2020-01-21 | trade in outdated comments for correct ones | Stein Somers | -2/+2 |
| 2020-01-21 | Auto merge of #68154 - ssomers:btreemap_navigation_benches, r=Mark-Simulacrum | bors | -8/+69 |
| 2020-01-19 | Auto merge of #67758 - ssomers:testing_range, r=Mark-Simulacrum | bors | -31/+150 |
| 2020-01-17 | Allow added string.insert benchmarks to compile | Stein Somers | -1/+1 |
| 2020-01-16 | Auto merge of #67339 - CAD97:rc-provenance, r=sfackler | bors | -4/+24 |
| 2020-01-15 | Rollup merge of #68123 - crlf0710:linked_list_cursor, r=Amanieu | Dylan DPC | -24/+707 |
| 2020-01-14 | Stabilize ptr::slice_from_raw_parts[_mut] | CAD97 | -1/+0 |
| 2020-01-14 | Update APIs according to RFC change suggestions. | Charles Lew | -18/+85 |
| 2020-01-12 | Add more BTreeMap/BTreeSet benchmarks regarding iteration | Stein Somers | -8/+69 |
| 2020-01-12 | Address review comments. | Charles Lew | -2/+33 |
| 2020-01-12 | Address review comments. | Charles Lew | -83/+161 |
| 2020-01-12 | Implement Cursor for linked lists. (RFC 2570). | Charles Lew | -24/+531 |
| 2020-01-11 | Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrich... | Lzu Tao | -1/+3 |
| 2020-01-10 | Simplify NodeHeader by avoiding slices in BTreeMaps with shared roots | Stein Somers | -60/+19 |
| 2020-01-09 | Apply suggestions from code review | Stein Somers | -1/+2 |
| 2020-01-09 | Simplify into_key_slice_mut and document bits and bobs | Stein Somers | -13/+20 |
| 2020-01-07 | Auto merge of #67312 - cuviper:clone-box-slice, r=SimonSapin | bors | -42/+1 |
| 2020-01-07 | Rollup merge of #67929 - mgrachev:patch-1, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-01-06 | oh the one that was left behind | dylan_DPC | -1/+0 |
| 2020-01-06 | stabilise it | dylan_DPC | -1/+1 |
| 2020-01-06 | stabilise remove_item | dylan_DPC | -1/+0 |
| 2020-01-06 | Formatting an example for method Vec.retain | Grachev Mikhail | -1/+1 |
| 2020-01-06 | Rollup merge of #67873 - Dylan-DPC:feature/change-remove-to-partial, r=Amanieu | Dylan DPC | -1/+22 |
| 2020-01-05 | add feature gate | dylan_DPC | -0/+1 |
| 2020-01-05 | removed blank line | dylan_DPC | -1/+0 |
| 2020-01-04 | ef em ti ... :P | dylan_DPC | -7/+6 |
| 2020-01-04 | Rollup merge of #67812 - ssomers:btreemap_internal_doc, r=rkruppe | Dylan DPC | -15/+39 |
| 2020-01-04 | add tests | dylan_DPC | -0/+15 |
| 2020-01-04 | add partial eq bound to remove_item | dylan_DPC | -1/+8 |
| 2020-01-04 | Tweak and extend internal documentation, including debug asserts. | Stein Somers | -15/+39 |
| 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-28 | Auto merge of #67459 - ssomers:#67438, r=RalfJung | bors | -25/+152 |
| 2019-12-28 | Rollup merge of #67629 - kraai:remove-redundant-link-texts, r=steveklabnik | Oliver Scherer | -8/+8 |