| Age | Commit message (Expand) | Author | Lines |
| 2020-10-13 | minor changes to pass the format check | Stefan Lankes | -1/+1 |
| 2020-10-13 | move __rg_oom to the libos to avoid duplicated symbols | Stefan Lankes | -1/+1 |
| 2020-10-13 | explicitly talk about integer literals | Ralf Jung | -3/+3 |
| 2020-10-12 | Use intra-doc links for links to module-level docs | Camelid | -3/+3 |
| 2020-10-12 | BTreeMap: refactor Entry out of map.rs into its own file | Jacob Hughes | -468/+480 |
| 2020-10-12 | Remove deprecated unstable Vec::resize_default | Kornel | -44/+0 |
| 2020-10-12 | clarify rules for ZST Boxes | Ralf Jung | -0/+9 |
| 2020-10-11 | Rollup merge of #77738 - RalfJung:alloc-error-handler-comment, r=Amanieu | Yuki Okushi | -5/+14 |
| 2020-10-11 | Rollup merge of #77709 - pickfire:patch-1, r=jyn514 | Yuki Okushi | -1/+2 |
| 2020-10-10 | Improve vec leak wording | Ivan Tham | -1/+1 |
| 2020-10-10 | Alloc vec doc mention cannot undo leak | Ivan Tham | -1/+2 |
| 2020-10-09 | liballoc: VecDeque: Add binary search functions | Vojtech Kral | -1/+189 |
| 2020-10-09 | rename __default_lib_allocator -> __default_alloc_error_handler | Ralf Jung | -1/+1 |
| 2020-10-09 | also extend global allocator comment | Ralf Jung | -2/+3 |
| 2020-10-09 | fix __rust_alloc_error_handler comment | Ralf Jung | -2/+10 |
| 2020-10-08 | Rollup merge of #77449 - ssomers:btree_drain_filter_size_hint, r=Mark-Simulacrum | Jonas Schievink | -0/+4 |
| 2020-10-08 | Link Vec leak doc to Box | Ivan Tham | -1/+1 |
| 2020-10-08 | Rename LayoutErr to LayoutError outside of core | Jacob Hughes | -5/+5 |
| 2020-10-07 | Auto merge of #74194 - mbrubeck:slice-eq, r=sfackler | bors | -1/+4 |
| 2020-10-07 | Support custom allocators in `Box` | Tim Diekmann | -149/+430 |
| 2020-10-06 | avoid unnecessary intermediate reference and improve safety comments | Ralf Jung | -6/+11 |
| 2020-10-05 | BTreeMap: derive type-specific variants of node_as_mut and cast_unchecked | Stein Somers | -24/+28 |
| 2020-10-05 | make IterMut Send/Sync again | Ralf Jung | -0/+7 |
| 2020-10-05 | VecDeque: avoid more aliasing issues by working with raw pointers instead of ... | Ralf Jung | -12/+31 |
| 2020-10-05 | VecDeque: fix incorrect &mut aliasing in IterMut::next/next_back | Ralf Jung | -7/+24 |
| 2020-10-05 | Rollup merge of #77514 - scottmcm:less-once-chain-once, r=estebank | Dylan DPC | -2/+4 |
| 2020-10-05 | Rollup merge of #77471 - ssomers:btree_cleanup_3, r=Mark-Simulacrum | Dylan DPC | -7/+7 |
| 2020-10-05 | Rollup merge of #77395 - ssomers:btree_love_the_leaf_edge_comments, r=Mark-Si... | Dylan DPC | -22/+12 |
| 2020-10-04 | Rollup merge of #77445 - ssomers:btree_cleanup_7, r=Mark-Simulacrum | Jonas Schievink | -27/+118 |
| 2020-10-04 | Auto merge of #76448 - haraldh:default_alloc_error_handler_reduced, r=Amanieu | bors | -0/+47 |
| 2020-10-04 | Rollup merge of #77447 - ssomers:btree_cleanup_8, r=Mark-Simulacrum | Yuki Okushi | -2/+6 |
| 2020-10-03 | Replace some once(x).chain(once(y)) with [x, y] IntoIter | Scott McMurray | -2/+4 |
| 2020-10-04 | BTreeMap/Set: complete the compile-time test cases | Stein Somers | -27/+118 |
| 2020-10-03 | BTreeMap: comment why drain_filter's size_hint is somewhat pessimistictid | Stein Somers | -0/+4 |
| 2020-10-03 | Auto merge of #74160 - CAD97:weak-as-unsized-ptr, r=RalfJung | bors | -44/+130 |
| 2020-10-03 | grammar nit | Ralf Jung | -2/+2 |
| 2020-10-03 | BTreeMap: refactoring around edges, missed spots | Stein Somers | -7/+7 |
| 2020-10-03 | Rollup merge of #75377 - canova:map_debug_impl, r=dtolnay | Jonas Schievink | -7/+51 |
| 2020-10-02 | BTreeMap: document DrainFilterInner better | Stein Somers | -2/+6 |
| 2020-10-02 | Implement Make `handle_alloc_error` default to panic (for no_std + liballoc) | Harald Hoyer | -0/+47 |
| 2020-10-01 | BTreeMap: use Unique::from to avoid a cast where type information exists | Stein Somers | -1/+1 |
| 2020-10-01 | BTreeMap: admit the existence of leaf edges in comments | Stein Somers | -22/+12 |
| 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 |