| Age | Commit message (Expand) | Author | Lines |
| 2020-12-04 | Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate` | Tim Diekmann | -254/+257 |
| 2020-12-02 | break formatting so rustfmt is happy | Ralf Jung | -1/+2 |
| 2020-12-02 | disable a ptr equality test on Miri | Ralf Jung | -1/+5 |
| 2020-12-01 | Update rustc version that or_insert_with_key landed | Chai T. Rex | -1/+1 |
| 2020-11-30 | Make ui test that are run-pass and do not test the compiler itself library tests | Christiaan Dirkx | -1/+95 |
| 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-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -3/+3 |
| 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 | Auto merge of #79070 - jonas-schievink:rollup-wacn2b8, r=jonas-schievink | bors | -0/+70 |
| 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 | -7/+2 |
| 2020-11-15 | Auto merge of #78472 - hermitcore:builtins, r=Mark-Simulacrum | bors | -0/+2 |
| 2020-11-15 | add options to use optimized and mangled compiler builtins | Stefan Lankes | -0/+2 |