| Age | Commit message (Expand) | Author | Lines |
| 2020-11-29 | Rollup merge of #79363 - ssomers:btree_cleanup_comments, r=Mark-Simulacrum | Dylan DPC | -89/+118 |
| 2020-11-29 | Rollup merge of #79327 - TimDiekmann:static-alloc-pin-in-box, r=Mark-Simulacrum | Dylan DPC | -7/+25 |
| 2020-11-28 | Require allocator to be static for boxed `Pin`-API | Tim Diekmann | -7/+25 |
| 2020-11-28 | BTreeMap: try to enhance various comments & local identifiers | Stein Somers | -89/+118 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -1/+2 |
| 2020-11-24 | Rollup merge of #79358 - ssomers:btree_public_comments, r=Mark-Simulacrum | Jonas Schievink | -4/+6 |
| 2020-11-24 | Rollup merge of #79354 - ssomers:btree_bereave_BoxedNode, r=Mark-Simulacrum | Jonas Schievink | -38/+12 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -1/+2 |
| 2020-11-23 | BTreeMap/BTreeSet: make public doc more consistent | Stein Somers | -4/+6 |
| 2020-11-23 | Auto merge of #79345 - jonas-schievink:rollup-1yhhzx9, r=jonas-schievink | bors | -2/+2 |
| 2020-11-23 | BTreeMap: cut out the ceremony around BoxedNode | Stein Somers | -38/+12 |
| 2020-11-23 | Rollup merge of #79333 - o752d:patch-3, r=Mark-Simulacrum | Jonas Schievink | -2/+2 |
| 2020-11-23 | Auto merge of #79186 - JulianKnodt:str_from, r=Mark-Simulacrum | bors | -17/+75 |
| 2020-11-23 | doc typo | oliver | -2/+2 |
| 2020-11-23 | Auto merge of #79172 - a1phyr:cold_abort, r=Mark-Simulacrum | bors | -0/+1 |
| 2020-11-22 | Auto merge of #79319 - m-ou-se:rollup-d9n5viq, r=m-ou-se | bors | -65/+62 |
| 2020-11-22 | Change slice::to_vec to not use extend_from_slice | kadmin | -17/+75 |
| 2020-11-22 | Rollup merge of #79297 - ssomers:btree_post_redux, r=Mark-Simulacrum | Mara Bos | -14/+14 |
| 2020-11-22 | Rollup merge of #79295 - ssomers:btree_fix_78903, r=Mark-Simulacrum | Mara Bos | -16/+15 |
| 2020-11-22 | Rollup merge of #79267 - ssomers:btree_namespaces, r=Mark-Simulacrum | Mara Bos | -35/+33 |
| 2020-11-22 | Auto merge of #79219 - shepmaster:beta-bump, r=Mark-Simulacrum | bors | -22/+5 |
| 2020-11-22 | BTreeMap: swap the names of NodeRef::new and Root::new_leaf | Stein Somers | -14/+14 |
| 2020-11-22 | BTreeMap: fix minor testing mistakes in #78903 | Stein Somers | -16/+15 |
| 2020-11-22 | Auto merge of #79275 - integer32llc:doc-style, r=jonas-schievink | bors | -8/+8 |
| 2020-11-21 | Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieu | bors | -192/+487 |
| 2020-11-21 | More consistently use spaces after commas in lists in docs | Carol (Nichols || Goulding) | -8/+8 |
| 2020-11-21 | Rollup merge of #77844 - RalfJung:zst-box, r=nikomatsakis | Dylan DPC | -0/+11 |
| 2020-11-21 | BTreeMap: address namespace conflicts | Stein Somers | -35/+33 |
| 2020-11-20 | reference NonNull::dangling | Ralf Jung | -4/+6 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -22/+5 |
| 2020-11-18 | Add support for custom allocators in `Vec` | Tim Diekmann | -192/+487 |
| 2020-11-18 | Add #[cold] to `abort` and `handle_alloc_error` | BenoƮt du Garreau | -0/+1 |
| 2020-11-18 | BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique | Stein Somers | -141/+132 |
| 2020-11-17 | Rollup merge of #79077 - RalfJung:llvm-magic, r=Mark-Simulacrum | Mara Bos | -0/+2 |
| 2020-11-16 | mark raw_vec::ptr with inline | Andreas Jonson | -0/+1 |
| 2020-11-16 | Rollup merge of #78903 - ssomers:btree_order_chaos_testing, r=Mark-Simulacrum | Mara Bos | -26/+201 |
| 2020-11-16 | Rollup merge of #77691 - exrook:rename-layouterr, r=KodrAus | Mara Bos | -5/+5 |
| 2020-11-16 | Auto merge of #78631 - ssomers:btree-alias_for_underfull, r=Mark-Simulacrum | bors | -203/+320 |
| 2020-11-15 | document that __rust_alloc is also magic to our LLVM fork | Ralf Jung | -0/+2 |
| 2020-11-15 | Rollup merge of #79026 - mbrubeck:btree_retain, r=m-ou-se | Jonas Schievink | -0/+70 |
| 2020-11-15 | stabilize deque_range | Spyros Roum | -6/+2 |
| 2020-11-13 | Add BTreeMap::retain and BTreeSet::retain | Matt Brubeck | -0/+70 |
| 2020-11-13 | refactor: vec_deque ignore-tidy-filelength | C | -472/+514 |
| 2020-11-12 | Rollup merge of #78857 - SkiFire13:bheap-opt, r=KodrAus | Mara Bos | -13/+19 |
| 2020-11-12 | BTreeMap: test chaotic ordering & other bits & bobs | Stein Somers | -26/+201 |
| 2020-11-12 | BTreeMap: avoid aliasing while handling underfull nodes | Stein Somers | -203/+320 |
| 2020-11-11 | Rollup merge of #78417 - ssomers:btree_chop_up_2, r=Mark-Simulacrum | Jonas Schievink | -114/+176 |
| 2020-11-10 | Rollup merge of #78854 - the8472:workaround-normalization-regression-master, ... | Jonas Schievink | -8/+4 |
| 2020-11-09 | Added SAFETY comment as request | Giacomo Stevanato | -0/+4 |
| 2020-11-09 | BTreeMap: fix pointer provenance rules, make borrowing explicit | Stein Somers | -247/+328 |