| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-09-09 | Show remaining data in string::Drain's Debug impl. | Mara Bos | -1/+1 |
| 2020-09-09 | Add as_str() and AsRef to string::Drain. | Mara Bos | -0/+26 |
| 2020-09-09 | BTreeMap: avoid aliasing by avoiding slices | Stein Somers | -167/+204 |
| 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 | -2/+2 |
| 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-07 | Auto merge of #76368 - ayushmishra2005:move_str_contact_library, r=jyn514 | bors | -0/+8 |
| 2020-09-07 | Typo fix
| scottmcm | -1/+1 |
| 2020-09-07 | Rollup merge of #76324 - ayushmishra2005:move_vec_tests_in_library, r=matklad | Dylan DPC | -0/+23 |
| 2020-09-07 | Rollup merge of #76305 - CDirkx:const-tests, r=matklad | Dylan DPC | -0/+14 |
| 2020-09-07 | Rollup merge of #76303 - jyn514:vec-assert-doc, r=Dylan-DPC | Dylan DPC | -0/+3 |
| 2020-09-07 | Rollup merge of #76273 - CraftSpider:master, r=matklad | Dylan DPC | -0/+56 |
| 2020-09-06 | Clean up vec benches bench_in_place style | Ivan Tham | -22/+21 |
| 2020-09-06 | Move test-cases in string.rs | Ayush Kumar Mishra | -8/+8 |
| 2020-09-05 | Auto merge of #76217 - RalfJung:maybe-uninit-slice, r=KodrAus | bors | -11/+15 |
| 2020-09-05 | Nightly is currently 1.48 | scottmcm | -1/+1 |
| 2020-09-05 | rename MaybeUninit slice methods | Ralf Jung | -11/+15 |
| 2020-09-05 | Rollup merge of #76060 - pickfire:patch-12, r=jyn514 | Dylan DPC | -1/+3 |
| 2020-09-05 | Rollup merge of #75994 - mental32:impl-rc-new-cyclic, r=KodrAus | Dylan DPC | -0/+110 |
| 2020-09-05 | Move Various str tests in library | Ayush Kumar Mishra | -0/+21 |
| 2020-09-05 | Added str tests in library | Ayush Kumar Mishra | -0/+8 |
| 2020-09-04 | Re-export ArrayChunksMut in alloc | Josh Stone | -0/+2 |
| 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 | -71/+22 |
| 2020-09-04 | Move Vec slice UI tests in library | Ayush Kumar Mishra | -0/+23 |
| 2020-09-03 | Add `[T; N]: TryFrom<Vec<T>>` | Scott McMurray | -0/+52 |
| 2020-09-04 | Add slice primitive link to vec | Ivan Tham | -1/+2 |
| 2020-09-04 | Move various ui const tests to `library` | Christiaan Dirkx | -0/+14 |
| 2020-09-04 | Add tests for overflow in String / VecDeque operations using ranges | Tomasz Miąsko | -0/+45 |
| 2020-09-04 | Add tests for overflow in Vec::drain | Tomasz Miąsko | -0/+25 |
| 2020-09-03 | Link to `#capacity-and-reallocation` when using with_capacity | Joshua Nelson | -0/+3 |