| Age | Commit message (Expand) | Author | Lines |
| 2020-11-07 | remove needs_drop | The8472 | -8/+4 |
| 2020-10-03 | Rollup merge of #75377 - canova:map_debug_impl, r=dtolnay | Jonas Schievink | -7/+51 |
| 2020-10-01 | BTreeMap: use Unique::from to avoid a cast where type information exists | Stein Somers | -1/+1 |
| 2020-10-01 | Auto merge of #77383 - pickfire:patch-6, r=Mark-Simulacrum | bors | -3/+4 |
| 2020-10-01 | Fix typo in vec doc "tries to reserves" | Ivan Tham | -3/+4 |
| 2020-10-01 | Rollup merge of #77315 - exrook:rename-allocerror, r=joshtriplett | Dylan DPC | -17/+17 |
| 2020-09-30 | Rollup merge of #77340 - pickfire:patch-9, r=kennytm | Jonas Schievink | -1/+1 |
| 2020-09-30 | Rollup merge of #77338 - pickfire:patch-7, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-09-30 | Rollup merge of #77233 - ssomers:btree_size_matters, r=Mark-Simulacrum | Jonas Schievink | -0/+9 |
| 2020-09-29 | Alloc vec use imported path | Ivan Tham | -1/+1 |
| 2020-09-29 | Fix typo in alloc vec comment | Ivan Tham | -1/+1 |
| 2020-09-29 | Auto merge of #77253 - jyn514:crate-link, r=Manishearth | bors | -1/+1 |
| 2020-09-28 | Rename AllocErr to AllocError | Jacob Hughes | -17/+17 |
| 2020-09-28 | Rollup merge of #76454 - poliorcetics:ui-to-unit-test-1, r=matklad | Ralf Jung | -1/+409 |
| 2020-09-27 | Use relative links instead of intra-doc links | Joshua Nelson | -1/+1 |
| 2020-09-27 | Rollup merge of #77184 - pickfire:patch-4, r=kennytm | Jonas Schievink | -1/+1 |
| 2020-09-26 | BTreeMap: keep an eye out on the size of the main components | Stein Somers | -0/+9 |
| 2020-09-25 | Auto merge of #77201 - matthewjasper:rename-get-unchecked, r=spastorino | bors | -3/+9 |
| 2020-09-25 | review: fix nits and move panic safety tests to the correct place | Alexis Bourget | -13/+11 |
| 2020-09-25 | Rename Iterator::get_unchecked | Matthew Jasper | -1/+1 |
| 2020-09-25 | Improve <vec::IntoIter>::get_unchecked` safety comment | Matthew Jasper | -2/+8 |
| 2020-09-25 | Rollup merge of #77189 - pickfire:patch-5, r=Mark-Simulacrum | Jonas Schievink | -1/+0 |
| 2020-09-25 | Rollup merge of #77005 - ssomers:btree_cleanup_3, r=Mark-Simulacrum | Jonas Schievink | -110/+99 |
| 2020-09-25 | Remove extra space from vec drawing | Ivan Tham | -1/+0 |
| 2020-09-25 | Rust vec bench import specific rand::RngCore | Ivan Tham | -1/+1 |
| 2020-09-25 | BTreeMap: various tweaks | Stein Somers | -61/+50 |
| 2020-09-25 | BTreeMap: introduce edge methods similar to those of keys and values | Stein Somers | -24/+34 |
| 2020-09-25 | BTreeMap: refactor correct_childrens_parent_links | Stein Somers | -26/+16 |
| 2020-09-25 | Rollup merge of #77079 - poliorcetics:more-self-in-docs, r=jyn514 | Jonas Schievink | -2/+2 |
| 2020-09-25 | Rollup merge of #77050 - follower:patch-1, r=oli-obk | Jonas Schievink | -1/+1 |
| 2020-09-25 | Rollup merge of #77044 - pickfire:patch-4, r=jyn514 | Jonas Schievink | -3/+3 |
| 2020-09-23 | Rollup merge of #77017 - GuillaumeGomez:vec-missing-examples-iter, r=Dylan-DPC | Dylan DPC | -0/+31 |
| 2020-09-23 | Rollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu | Dylan DPC | -18/+19 |
| 2020-09-22 | a few more &mut self -> self changes | blitzerr | -4/+4 |
| 2020-09-23 | Use Self in alloc | Alexis Bourget | -2/+2 |
| 2020-09-22 | Update library functions with stability attributes | Dylan MacKenzie | -0/+6 |
| 2020-09-22 | removing &mut self for other methods of AllocRef | blitzerr | -5/+5 |
| 2020-09-22 | Add missing examples on Vec iter types | Guillaume Gomez | -0/+31 |
| 2020-09-22 | Typo fix: "satsify" -> "satisfy" | follower | -1/+1 |
| 2020-09-22 | Liballoc bench vec use mem take not replace | Ivan Tham | -3/+3 |
| 2020-09-21 | Rollup merge of #72734 - pickfire:liballoc, r=KodrAus | ecstatic-morse | -15/+13 |
| 2020-09-21 | replaced cell::update with cell::[g|s]et | blitzerr | -5/+1 |
| 2020-09-21 | Added feature flag to use cell_update | blitzerr | -0/+4 |
| 2020-09-21 | Changing the alloc() to accept &self instead of &mut self | blitzerr | -9/+10 |
| 2020-09-21 | Move vec-cycle-wrapped test | Alexis Bourget | -0/+41 |
| 2020-09-21 | Move vec-cycle test | Alexis Bourget | -0/+39 |
| 2020-09-21 | Move deref-lval test | Alexis Bourget | -0/+9 |
| 2020-09-21 | move format! interface tests | Alexis Bourget | -1/+322 |
| 2020-09-21 | Rollup merge of #76983 - ssomers:btree_extra_test, r=Mark-Simulacrum | Ralf Jung | -6/+25 |
| 2020-09-21 | Rollup merge of #76981 - pickfire:patch-5, r=Mark-Simulacrum | Ralf Jung | -14/+14 |