| Age | Commit message (Expand) | Author | Lines |
| 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 | Rollup merge of #76525 - fusion-engineering-forks:string-drain, r=dtolnay | Ralf Jung | -1/+35 |
| 2020-09-19 | Rollup merge of #76492 - fusion-engineering-forks:int-bits, r=dtolnay | Ralf Jung | -3/+4 |
| 2020-09-19 | Rollup merge of #76310 - scottmcm:array-try_from-vec, r=dtolnay | Ralf Jung | -0/+52 |
| 2020-09-19 | Add tracking issue number for string_drain_as_str. | Mara Bos | -3/+3 |
| 2020-09-19 | Use `T::BITS` instead of `size_of::<T> * 8`. | Mara Bos | -3/+4 |
| 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 | Remove unused libc feature gate | est31 | -1/+0 |
| 2020-09-18 | Auto merge of #76790 - ssomers:btree_slice_slasher_returns, r=Mark-Simulacrum | bors | -16/+29 |
| 2020-09-16 | Rollup merge of #75026 - JulianKnodt:array_windows, r=Amanieu | Tyler Mandry | -0/+3 |
| 2020-09-16 | Add array window fn | kadmin | -0/+3 |
| 2020-09-16 | Rollup merge of #76662 - RalfJung:lib-test-miri, r=Mark-Simulacrum | Ralf Jung | -7/+6 |
| 2020-09-16 | Rollup merge of #76534 - notriddle:doc-comments, r=jyn514 | Ralf Jung | -0/+4 |
| 2020-09-16 | Rollup merge of #76062 - pickfire:patch-13, r=jyn514 | Ralf Jung | -1/+3 |
| 2020-09-16 | Rollup merge of #76056 - pickfire:patch-10, r=jyn514 | Ralf Jung | -0/+1 |
| 2020-09-16 | BTreeMap: avoid slices even more | Stein Somers | -16/+29 |
| 2020-09-15 | fix slice::check_range aliasing problems | Ralf Jung | -7/+6 |
| 2020-09-15 | Test and fix Sync & Send traits of BTreeMap artefacts | Stein Somers | -0/+143 |
| 2020-09-15 | Vec doc use elision as code rather than comment | Ivan Tham | -1/+3 |
| 2020-09-15 | Auto merge of #76682 - richkadel:vec-take, r=Mark-Simulacrum | bors | -0/+5 |
| 2020-09-13 | Optimize behavior of vec.split_off(0) (take all) | Rich Kadel | -0/+5 |
| 2020-09-13 | Rollup merge of #76527 - fusion-engineering-forks:cleanup-uninit, r=jonas-sch... | Jonas Schievink | -5/+4 |
| 2020-09-12 | Auto merge of #76538 - fusion-engineering-forks:check-useless-unstable-trait-... | bors | -0/+2 |
| 2020-09-12 | Rollup merge of #76530 - carbotaniuman:fix-rc, r=RalfJung | Ralf Jung | -38/+75 |
| 2020-09-12 | Auto merge of #75021 - cuviper:array_chunks_mut, r=scottmcm | bors | -0/+2 |
| 2020-09-11 | Auto merge of #73951 - pickfire:liballoc-intoiter, r=Mark-Simulacrum | bors | -33/+25 |
| 2020-09-11 | Address review comments | carbotaniuman | -8/+14 |
| 2020-09-11 | Allow unstable From impl for [Raw]Waker. | Mara Bos | -0/+2 |
| 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 | -2/+2 |
| 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 | Format | carbotaniuman | -3/+3 |
| 2020-09-09 | Add WeakInner<'_> and have Weak::inner() return it | carbotaniuman | -39/+70 |
| 2020-09-09 | Disable AsRef implementations for String's Drain. | Mara Bos | -14/+15 |
| 2020-09-09 | Eliminate mut reference UB in Drop impl for Rc<T> | carbotaniuman | -1/+1 |
| 2020-09-09 | Mark AsRef impls for String's Drain as stable. | Mara Bos | -2/+2 |
| 2020-09-09 | Remove internal and unstable MaybeUninit::UNINIT. | Mara Bos | -5/+4 |
| 2020-09-09 | Add AsRef<[u8]> for String's Drain. | Mara Bos | -0/+7 |