| Age | Commit message (Expand) | Author | Lines |
| 2020-09-20 | Rollup merge of #76722 - ssomers:btree_send_sync, r=Mark-Simulacrum | Ralf Jung | -0/+143 |
| 2020-09-20 | Fix time complexity in BinaryHeap::peek_mut docs | Giacomo Stevanato | -1/+2 |
| 2020-09-20 | Set sift=true only when PeekMut yields a mutable reference | Giacomo Stevanato | -1/+2 |
| 2020-09-19 | Use intra-doc links | Denis Vasilik | -12/+8 |
| 2020-09-19 | Auto merge of #76929 - ssomers:btree_cleanup_2, r=Mark-Simulacrum | bors | -20/+22 |
| 2020-09-19 | BTreeMap: wrap node's raw parent pointer in NonNull | Stein Somers | -20/+22 |
| 2020-09-19 | BTreeMap: code readability tweaks | Stein Somers | -7/+7 |
| 2020-09-19 | Use `T::BITS` instead of `size_of::<T> * 8`. | Mara Bos | -2/+2 |
| 2020-09-18 | Rename method to `assert_len` | dylni | -1/+1 |
| 2020-09-18 | Move `slice::check_range` to `RangeBounds` | dylni | -1/+1 |
| 2020-09-18 | Update library/alloc/src/collections/binary_heap.rs | Denis Vasilik | -1/+1 |
| 2020-09-18 | Update library/alloc/src/collections/binary_heap.rs | Denis Vasilik | -1/+1 |
| 2020-09-18 | Update library/alloc/src/collections/binary_heap.rs | Denis Vasilik | -1/+1 |
| 2020-09-18 | Update library/alloc/src/collections/binary_heap.rs | Denis Vasilik | -1/+1 |
| 2020-09-18 | Use intra-doc links | Denis Vasilik | -2/+1 |
| 2020-09-18 | Move to intra-doc links | Denis Vasilik | -21/+27 |
| 2020-09-18 | Use intra-doc links | Denis Vasilik | -16/+10 |
| 2020-09-18 | Auto merge of #76790 - ssomers:btree_slice_slasher_returns, r=Mark-Simulacrum | bors | -16/+29 |
| 2020-09-16 | Rollup merge of #76662 - RalfJung:lib-test-miri, r=Mark-Simulacrum | Ralf Jung | -5/+1 |
| 2020-09-16 | Rollup merge of #76534 - notriddle:doc-comments, r=jyn514 | Ralf Jung | -0/+4 |
| 2020-09-16 | BTreeMap: avoid slices even more | Stein Somers | -16/+29 |
| 2020-09-15 | fix slice::check_range aliasing problems | Ralf Jung | -5/+1 |
| 2020-09-15 | Test and fix Sync & Send traits of BTreeMap artefacts | Stein Somers | -0/+143 |
| 2020-09-13 | Rollup merge of #76527 - fusion-engineering-forks:cleanup-uninit, r=jonas-sch... | Jonas Schievink | -3/+3 |
| 2020-09-10 | Auto merge of #74437 - ssomers:btree_no_root_in_noderef, r=Mark-Simulacrum | bors | -117/+163 |
| 2020-09-09 | Rollup merge of #76543 - ssomers:btree_cleanup_4, r=Mark-Simulacrum | Tyler Mandry | -0/+3 |
| 2020-09-10 | Document btree's unwrap_unchecked | Stein Somers | -0/+3 |
| 2020-09-09 | Rollup merge of #76504 - Flying-Toast:master, r=lcnr | Tyler Mandry | -1/+1 |
| 2020-09-09 | Rollup merge of #76481 - moonheart08:vec_deque_constify, r=sfackler | Tyler Mandry | -6/+2 |
| 2020-09-10 | BTreeMap: pull the map's root out of NodeRef | Stein Somers | -117/+163 |
| 2020-09-09 | Add documentation for `impl<T> From<BinaryHeap<T>> for Vec<T>` | Michael Howell | -0/+4 |
| 2020-09-09 | Remove internal and unstable MaybeUninit::UNINIT. | Mara Bos | -3/+3 |
| 2020-09-09 | BTreeMap: avoid aliasing by avoiding slices | Stein Somers | -167/+203 |
| 2020-09-09 | make as_leaf return a raw pointer, to reduce aliasing assumptions | Ralf Jung | -7/+12 |
| 2020-09-08 | Capitalize safety comments | Flying-Toast | -1/+1 |
| 2020-09-08 | Update library/alloc/src/collections/vec_deque.rs
| Braden Nelson | -1/+1 |
| 2020-09-08 | Convert MAXIMUM_ZST_CAPACITY to be calculated in a | moonheart08 | -6/+2 |
| 2020-09-05 | rename MaybeUninit slice methods | Ralf Jung | -11/+15 |
| 2020-09-04 | Auto merge of #75200 - ssomers:btree_valmut, r=Mark-Simulacrum | bors | -171/+319 |
| 2020-09-04 | Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus | bors | -26/+13 |
| 2020-09-03 | generalize in-place collect to types of same size and alignment | The8472 | -2/+4 |
| 2020-09-03 | pacify tidy | The8472 | -3/+3 |
| 2020-09-03 | mark as_inner as unsafe and update comments | The8472 | -1/+1 |
| 2020-09-03 | avoid exposing that binary heap's IntoIter is backed by vec::IntoIter, use a ... | The8472 | -3/+9 |
| 2020-09-03 | hide binary_heap::IntoIter internals behind impl Trait | The8472 | -1/+1 |
| 2020-09-03 | mark SourceIter as unsafe, document invariants | The8472 | -1/+1 |
| 2020-09-03 | in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters | The8472 | -1/+14 |
| 2020-09-02 | Same typos in vec_deque | Anton | -2/+2 |
| 2020-09-01 | Will land in 1.48, not 1.47 | Jon Gjengset | -1/+1 |
| 2020-09-01 | Merge branch 'master' into stabilize-vecdeque-make_contiguous | Jon Gjengset | -387/+3021 |