| Age | Commit message (Expand) | Author | Lines |
| 2020-06-20 | Update stability attribute of new Vec PartialEq impls | David Tolnay | -13/+13 |
| 2020-06-20 | impl PartialEq<Vec<B>> for &[A], &mut [A] | Solomon Ucko | -0/+59 |
| 2020-06-20 | Satisfy tidy | Oliver Scherer | -1/+1 |
| 2020-06-20 | Remove uses of `Vec::remove_item` | Lukas Kalbertodt | -16/+0 |
| 2020-06-20 | Deprecate `Vec::remove_item` | Lukas Kalbertodt | -10/+8 |
| 2020-06-20 | Add liballoc impl SpecFromElem for i8 | Ivan Tham | -1/+15 |
| 2020-06-19 | Rollup merge of #73465 - lzutao:spec-char-tostring, r=sfackler | Manish Goregaokar | -0/+8 |
| 2020-06-19 | Rollup merge of #72709 - LeSeulArtichaut:unsafe-liballoc, r=nikomatsakis | Manish Goregaokar | -257/+387 |
| 2020-06-19 | Apply suggestions from code review | LeSeulArtichaut | -9/+11 |
| 2020-06-19 | `#[deny(unsafe_op_in_unsafe_fn)]` in liballoc | LeSeulArtichaut | -261/+389 |
| 2020-06-19 | Rollup merge of #73479 - pickfire:liballoc-spell, r=dtolnay | Ralf Jung | -3/+3 |
| 2020-06-19 | Rollup merge of #73459 - cuviper:into_boxed_slice-unicast, r=dtolnay | Ralf Jung | -1/+1 |
| 2020-06-19 | Rearrange liballoc __impl_slice_eq1 | Ivan Tham | -1/+1 |
| 2020-06-19 | Liballoc clean up macro_rules style | Ivan Tham | -1/+1 |
| 2020-06-19 | Fix liballoc doc spelling | Ivan Tham | -1/+1 |
| 2020-06-18 | Ensure std benchmarks get tested. | Eric Huss | -0/+1 |
| 2020-06-18 | add test for char into string | Matthias Krüger | -0/+7 |
| 2020-06-18 | impl From<char> for String | Matthias Krüger | -0/+8 |
| 2020-06-18 | Add specialization of `ToString for char` | Lzu Tao | -0/+8 |
| 2020-06-17 | Reduce pointer casts in Box::into_boxed_slice | Josh Stone | -1/+1 |
| 2020-06-15 | Rollup merge of #72584 - CAD97:stabilize-58957, r=dtolnay | Ralf Jung | -2/+8 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -17/+17 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -17/+17 |
| 2020-06-09 | Rename some identifiers in `RawVec` and `libarena`. | Nicholas Nethercote | -53/+36 |
| 2020-06-09 | Remove `RawVec::reserve_in_place`. | Nicholas Nethercote | -39/+6 |
| 2020-06-08 | Rollup merge of #72811 - pickfire:liballoc-impl, r=Amanieu | Ralf Jung | -42/+40 |
| 2020-06-08 | Rollup merge of #72583 - CAD97:vec-iter-asref-slice, r=dtolnay | Ralf Jung | -0/+7 |
| 2020-06-06 | Elide type on liballoc vec | Ivan Tham | -1/+1 |
| 2020-06-05 | Auto merge of #73025 - Dylan-DPC:rollup-a1uzj5u, r=Dylan-DPC | bors | -1/+1 |
| 2020-06-05 | Auto merge of #72957 - Mark-Simulacrum:bootstrap-bump, r=sfackler | bors | -24/+5 |
| 2020-06-05 | Use assert_eq for liballoc test | Ivan Tham | -1/+1 |
| 2020-06-05 | Add more assert to Vec with_capacity docs | Ivan Tham | -0/+3 |
| 2020-06-03 | Bump to 1.46 | Mark Rousskov | -24/+5 |
| 2020-06-03 | Add assert to Vec with_capacity docs | Ivan Tham | -0/+2 |
| 2020-06-01 | Mention that BTreeMap::new() doesn't allocate | TrolledWoods | -0/+2 |
| 2020-05-31 | Merge raw_vec into_box with previous impl<T, Global> | Ivan Tham | -26/+24 |
| 2020-05-31 | Rearrange impl blocks with Deref as first | Ivan Tham | -16/+16 |
| 2020-05-30 | Rollup merge of #72499 - mendess:master, r=dtolnay | Ralf Jung | -0/+41 |
| 2020-05-30 | Rollup merge of #72162 - cuviper:extend_one, r=Mark-Simulacrum | Yuki Okushi | -0/+126 |
| 2020-05-29 | Add Extend::{extend_one,extend_reserve} | Josh Stone | -0/+126 |
| 2020-05-29 | Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJung | bors | -0/+19 |
| 2020-05-29 | Rollup merge of #71095 - pickfire:box-from-array, r=dtolnay | Ralf Jung | -0/+19 |
| 2020-05-29 | Rollup merge of #72701 - pickfire:patch-1, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-05-29 | Remove flaky test and document the other's flakiness | mendess | -8/+5 |
| 2020-05-29 | Rollup merge of #72288 - vorner:stabilize-weak-into-raw, r=dtolnay | Yuki Okushi | -24/+8 |
| 2020-05-29 | Fix grammar in liballoc raw_vec | Ivan Tham | -1/+1 |
| 2020-05-27 | added .collect() into String from Box<str> with fake feature/stability annota... | djugei | -0/+16 |
| 2020-05-27 | Rollup merge of #72533 - Diggsey:db-fix-arc-ub2, r=dtolnay | Dylan DPC | -9/+26 |
| 2020-05-25 | stabilize vec_drain_as_slice | CAD97 | -2/+8 |
| 2020-05-25 | impl AsRef<[T]> for vec::IntoIter<T> | CAD97 | -0/+7 |