| Age | Commit message (Expand) | Author | Lines |
| 2020-04-07 | Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnay | Dylan DPC | -4/+4 |
| 2020-04-06 | Use split_at in slice's ToOwned::clone_into | Josh Stone | -6/+6 |
| 2020-04-06 | Use usize::MAX as assoc const in liballoc | Linus Färnstrand | -2/+2 |
| 2020-04-06 | Use assoc const f32::NAN in liballoc | Linus Färnstrand | -2/+2 |
| 2020-04-06 | add detailed panic messages for Vec functions | IgorPerikov | -6/+55 |
| 2020-04-05 | Rollup merge of #70795 - Amanieu:btree_remove_tracking, r=Mark-Simulacrum | Dylan DPC | -49/+64 |
| 2020-04-05 | Rollup merge of #70777 - faern:use-assoc-int-consts2, r=dtolnay | Dylan DPC | -10/+0 |
| 2020-04-05 | Apply review feedback | Amanieu d'Antras | -15/+10 |
| 2020-04-05 | Keep track of position when deleting from a BTreeMap | Amanieu d'Antras | -39/+59 |
| 2020-04-05 | Rollup merge of #70776 - RalfJung:raw-vec, r=Dylan-DPC,TimDiekmann | Dylan DPC | -3/+6 |
| 2020-04-05 | Rollup merge of #70558 - RalfJung:vec-extend-aliasing, r=Amanieu | Dylan DPC | -14/+79 |
| 2020-04-05 | clarify safety in RawVec::into_box | Ralf Jung | -3/+6 |
| 2020-04-05 | Stop importing integer modules in liballoc | Linus Färnstrand | -10/+0 |
| 2020-04-05 | tweak swap_remove | Ralf Jung | -3/+4 |
| 2020-04-04 | use ManuallyDrop instead of forget inside collections | Trevor Spiteri | -38/+34 |
| 2020-04-03 | Rollup merge of #69860 - faern:use-assoc-int-consts, r=dtolnay | Mazdak Farrokhzad | -2/+2 |
| 2020-04-03 | Fix link in task::Wake docs | Yoshua Wuyts | -2/+4 |
| 2020-04-03 | Replace max/min_value() with MAX/MIN assoc consts | Linus Färnstrand | -2/+2 |
| 2020-04-02 | Auto merge of #70362 - TimDiekmann:alloc-overhaul, r=Amanieu | bors | -474/+391 |
| 2020-04-01 | Add missing allocation guard in `RawVec::grow` | Tim Diekmann | -0/+1 |
| 2020-04-01 | Rollup merge of #70632 - tspiteri:vec-new, r=sfackler | Dylan DPC | -0/+6 |
| 2020-04-01 | Rollup merge of #68770 - ssomers:btree_drain_filter, r=Amanieu | Dylan DPC | -14/+671 |
| 2020-03-31 | expand vec![] to Vec::new() | Trevor Spiteri | -0/+6 |
| 2020-03-31 | Rollup merge of #69425 - lcnr:make_contiguous, r=Amanieu | Dylan DPC | -53/+235 |
| 2020-03-31 | fix docs | Bastian Kauschke | -1/+1 |
| 2020-03-31 | Rollup merge of #69784 - benesch:fast-strip-prefix-suffix, r=kennytm | Mazdak Farrokhzad | -0/+15 |
| 2020-03-31 | update `VecDeque::as_(mut)_slice` docs | Bastian Kauschke | -4/+4 |
| 2020-03-30 | Optimize strip_prefix and strip_suffix with str patterns | Nikhil Benesch | -0/+15 |
| 2020-03-30 | fix and test aliasing in swap_remove | Ralf Jung | -3/+9 |
| 2020-03-30 | fix aliasing in remove() | Ralf Jung | -5/+8 |
| 2020-03-30 | also cover next() path of draining iterators | Ralf Jung | -4/+11 |
| 2020-03-30 | test more mutating vector methods | Ralf Jung | -0/+30 |
| 2020-03-30 | fix BTreeMap test compilation with Miri | Ralf Jung | -1/+1 |
| 2020-03-30 | add some tests | Ralf Jung | -4/+18 |
| 2020-03-30 | fix ptr invalidation in Vec::truncate | Ralf Jung | -1/+2 |
| 2020-03-30 | fix pointer invalidation when extnding a vector from an untrusted iterator | Ralf Jung | -1/+3 |
| 2020-03-30 | fix Vec::extend invalidating unrelated pointers | Ralf Jung | -1/+2 |
| 2020-03-29 | BTreeMap/BTreeSet: implement and test drain_filter | Stein Somers | -20/+653 |
| 2020-03-29 | Add benchmarks of drain_filter-like behaviour | Stein Somers | -0/+24 |
| 2020-03-29 | Rollup merge of #70506 - ssomers:btreemap_testing_consts, r=RalfJung | Mazdak Farrokhzad | -41/+49 |
| 2020-03-29 | Rollup merge of #68692 - jyn514:vec-from-array, r=LukasKalbertodt | Mazdak Farrokhzad | -0/+16 |
| 2020-03-29 | Implement `init` and `init_offset` on `AllocInit` and mark it unsafe | Tim Diekmann | -4/+4 |
| 2020-03-28 | BTreeMap testing: introduce symbolic constants and refer to height consistently. | Stein Somers | -41/+49 |
| 2020-03-28 | Make fields in `MemoryBlock` public | Tim Diekmann | -28/+29 |
| 2020-03-26 | Remove alignment from `MemoryBlock` | Tim Diekmann | -89/+65 |
| 2020-03-26 | Fix safety section of `RawVec::into_box` | Tim Diekmann | -1/+2 |
| 2020-03-26 | Fix wording in `RawVec::from_raw_parts(_in)` | Tim Diekmann | -2/+2 |
| 2020-03-26 | Remove check for ZST in `RawVec::needs_to_grow` | Tim Diekmann | -2/+1 |
| 2020-03-26 | Refine docs for `RawVec::from_raw_parts(_in)` | Tim Diekmann | -4/+6 |
| 2020-03-26 | Remove the note on the internal capacity field in `RawVec` | Tim Diekmann | -3/+1 |