| Age | Commit message (Expand) | Author | Lines |
| 2020-08-23 | Convert from str -> prim@str for `alloc` | Joshua Nelson | -5/+7 |
| 2020-08-24 | add issue number | Dylan DPC | -1/+1 |
| 2020-08-23 | Auto merge of #74238 - RalfJung:offset_from, r=oli-obk | bors | -1/+0 |
| 2020-08-23 | Prefer https link for wikipedia URLs | Lzu Tao | -3/+3 |
| 2020-08-22 | Auto merge of #75171 - amosonn:new_zeroed_slice, r=Amanieu | bors | -30/+139 |
| 2020-08-22 | stabilize ptr_offset_from | Ralf Jung | -1/+0 |
| 2020-08-22 | Reduce duplicate in liballoc reserve error handling | Ivan Tham | -15/+13 |
| 2020-08-22 | Rollup merge of #75725 - LeSeulArtichaut:alloc-intra-doc, r=jyn514 | Dylan DPC | -223/+116 |
| 2020-08-21 | Update rc.rs | amosonn | -1/+1 |
| 2020-08-21 | Apply suggestions from code review | LeSeulArtichaut | -14/+6 |
| 2020-08-21 | Use intra-doc-links in `alloc` | LeSeulArtichaut | -220/+121 |
| 2020-08-20 | Rollup merge of #75733 - pickfire:patch-3, r=matklad | Josh Stone | -64/+15 |
| 2020-08-20 | Rollup merge of #75672 - kofls:intradoc-fix, r=jyn514 | Josh Stone | -48/+30 |
| 2020-08-20 | Liballoc bench rename push_all extend_from_slice | Ivan Tham | -15/+15 |
| 2020-08-20 | Assume same alignment in `RawVec` | Tim Diekmann | -1/+6 |
| 2020-08-20 | Remove duplicated alloc vec bench push_all_move | Ivan Tham | -49/+0 |
| 2020-08-20 | Add debug assertion for equal alignment in RawVec | Tim Diekmann | -0/+1 |
| 2020-08-19 | BTreeMap: introduce marker::ValMut and reserve marker::Mut for unique access | Stein Somers | -171/+319 |
| 2020-08-19 | Auto merge of #75480 - ssomers:btree_check_invariant, r=Mark-Simulacrum | bors | -41/+302 |
| 2020-08-19 | Apply suggestions from code review | Surya Midatala | -13/+12 |
| 2020-08-19 | Allow reallocation to different alignment | Tim Diekmann | -41/+61 |
| 2020-08-19 | Auto merge of #75677 - cuviper:shrink-towel, r=Mark-Simulacrum | bors | -1/+4 |
| 2020-08-18 | Don't panic in Vec::shrink_to_fit | Josh Stone | -1/+4 |
| 2020-08-18 | Move to intra-doc links for task.rs and vec.rs | Surya Midatala | -36/+19 |
| 2020-08-18 | Make `grow_impl` unsafe | Tim Diekmann | -3/+6 |
| 2020-08-18 | BTreeMap: check some invariants, avoid recursion in depth first search | Stein Somers | -41/+302 |
| 2020-08-18 | Clean up AllocRef implementation and documentation | Tim Diekmann | -74/+71 |
| 2020-08-17 | Fix typo in comment | Tim Diekmann | -2/+2 |
| 2020-08-17 | Remove fast path in reallocation for same layout sizes | Tim Diekmann | -17/+10 |
| 2020-08-16 | Replace ad hoc implementations with `slice::check_range` | dylni | -71/+20 |
| 2020-08-15 | Auto merge of #75488 - ssomers:btree_revert_75257, r=Mark-Simulacrum | bors | -49/+20 |
| 2020-08-15 | tidy up | DPC | -23/+23 |
| 2020-08-14 | Rollup merge of #75531 - ssomers:btree_tests_migration, r=Mark-Simulacrum | Tyler Mandry | -56/+68 |
| 2020-08-14 | Rollup merge of #75519 - ssomers:btree_splitpoint_cleanup, r=Mark-Simulacrum | Tyler Mandry | -31/+37 |
| 2020-08-14 | Rollup merge of #75195 - ssomers:btree_split_up_into_kv_mut, r=Mark-Simulacrum | Tyler Mandry | -9/+19 |
| 2020-08-14 | Rollup merge of #74185 - pickfire:liballoc-iter-doc, r=jyn514 | Tyler Mandry | -12/+3 |
| 2020-08-14 | Move btree unit test to their native, privileged location | Stein Somers | -56/+68 |
| 2020-08-14 | BTreeMap: refactor splitpoint and move testing over to unit test | Stein Somers | -31/+37 |
| 2020-08-14 | BTreeMap: refactor splitpoint and move testing over to unit test | Stein Somers | -31/+37 |
| 2020-08-14 | Auto merge of #74777 - ssomers:btree_cleanup_7, r=Mark-Simulacrum | bors | -20/+16 |
| 2020-08-14 | Update liballoc vec doc link | Ivan Tham | -8/+3 |
| 2020-08-14 | Update src/liballoc/vec.rs | Ivan Tham | -1/+0 |
| 2020-08-14 | Remove liballoc unneeded explicit link | Ivan Tham | -3/+0 |
| 2020-08-14 | add missing newline | DPC | -1/+1 |
| 2020-08-14 | fix duplicated feature gate | DPC | -1/+0 |
| 2020-08-13 | Auto merge of #75105 - ssomers:btree_respect_min_len_hard, r=Mark-Simulacrum | bors | -16/+65 |
| 2020-08-13 | Reverts the fundamental changes in #74762 and #75257 | Stein Somers | -49/+20 |
| 2020-08-13 | Stop BTreeMap casts from reborrowing | Stein Somers | -20/+16 |
| 2020-08-13 | Add Arc::new_cyclic | DPC | -4/+148 |
| 2020-08-12 | Put panic code path from `copy_from_slice` into cold function | Lukas Kalbertodt | -2/+2 |