| Age | Commit message (Expand) | Author | Lines |
| 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 | Update APIs according to RFC change suggestions. | Charles Lew | -18/+85 |
| 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-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 |
| 2019-12-26 | prune ill-conceived BTreeMap iter_mut assertion and test more | Stein Somers | -25/+152 |
| 2019-12-26 | Remove redundant link texts | Matthew Kraai | -8/+8 |
| 2019-12-24 | reuse `capacity` variable in slice::repeat | king6cong | -4/+4 |
| 2019-12-23 | Simplify Clone for Box<[T]> | Josh Stone | -42/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -2061/+1698 |
| 2019-12-22 | Rollup merge of #67504 - Mark-Simulacrum:note-data-offset, r=Centril | Mazdak Farrokhzad | -0/+4 |
| 2019-12-21 | Warn against relying on ?Sized being last | Mark Rousskov | -0/+4 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -16/+16 |
| 2019-12-20 | Rollup merge of #66755 - mark-i-m:const-vec-new, r=ecstatic-morse | Mazdak Farrokhzad | -18/+4 |
| 2019-12-19 | Rollup merge of #67281 - llogiq:nonoverlapping-insert, r=alexcrichton | Mark Rousskov | -0/+40 |
| 2019-12-18 | no need to bootstrap | Mark Mansi | -9/+2 |
| 2019-12-18 | add fixme | Mark Mansi | -0/+1 |
| 2019-12-18 | fix import | Mark Mansi | -1/+1 |
| 2019-12-18 | use usize::MAX instead of !0 | Mark Mansi | -1/+1 |
| 2019-12-18 | remove a bit more hackery | Mark Mansi | -41/+9 |
| 2019-12-18 | Remove a const-if-hack in RawVec | Mark Mansi | -8/+32 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -14/+3 |
| 2019-12-18 | Add benchmarks for string::insert(_str) | Andre Bogus | -0/+40 |
| 2019-12-17 | Add internal safety docs to (A)Rc::into_raw | CAD97 | -0/+10 |
| 2019-12-16 | Rollup merge of #65778 - bdonlan:stable_weak_count, r=dtolnay | Mazdak Farrokhzad | -49/+35 |
| 2019-12-15 | Use pointer offset instead of deref for A/Rc::into_raw | cad97 | -4/+14 |