| Age | Commit message (Expand) | Author | Lines |
| 2021-03-21 | use BITS constant | The8472 | -1/+1 |
| 2021-03-21 | implement TrustedLen and TrustedRandomAccess for VecDeque iterators | The8472 | -3/+77 |
| 2021-03-21 | Auto merge of #83053 - oli-obk:const_stab_version, r=m-ou-se | bors | -1/+1 |
| 2021-03-20 | Update the comment | Yechan Bae | -4/+4 |
| 2021-03-19 | core/std/alloc: stabilize or_patterns | mark | -1/+1 |
| 2021-03-19 | Rollup merge of #83244 - cuviper:vec_deque-zst, r=m-ou-se | Dylan DPC | -19/+33 |
| 2021-03-19 | Auto merge of #71780 - jcotton42:string_remove_matches, r=joshtriplett | bors | -0/+84 |
| 2021-03-18 | BTree: no longer search arrays twice to check Ord | Stein Somers | -33/+27 |
| 2021-03-18 | Auto merge of #81312 - dylni:clarify-btree-range-search-comments, r=m-ou-se | bors | -3/+2 |
| 2021-03-18 | Rollup merge of #82434 - jyn514:hash, r=JohnTitor | Dylan DPC | -3/+4 |
| 2021-03-18 | Rollup merge of #82191 - Soveu:dedup, r=nagisa | Dylan DPC | -6/+306 |
| 2021-03-17 | Fix overflowing length in Vec<ZST> to VecDeque | Josh Stone | -19/+33 |
| 2021-03-17 | BTree: clarify order sanity enforced by range searches | Stein Somers | -7/+29 |
| 2021-03-16 | Fix comments based on review | dylni | -5/+2 |
| 2021-03-16 | Rollup merge of #83072 - henryboisdequin:patch-1, r=Dylan-DPC | Yuki Okushi | -3/+3 |
| 2021-03-16 | Vec::dedup optimization - add benches | Soveu | -1/+91 |
| 2021-03-15 | Merge branch 'master' into dedup | Soveu | -806/+1201 |
| 2021-03-15 | Vec::dedup optimization - add test for panic | Soveu | -0/+54 |
| 2021-03-15 | Vec::dedup optimization - finishing polishes | Soveu | -11/+7 |
| 2021-03-15 | Vec::dedup optimization - add tests | Soveu | -0/+74 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -1/+2 |
| 2021-03-15 | Fix const stability `since` versions. | Oli Scherer | -1/+1 |
| 2021-03-15 | Clarify BTree range searching comments | dylni | -1/+3 |
| 2021-03-13 | provide a more realistic example for BinaryHeap::as_slice | Vlad Frolov | -5/+3 |
| 2021-03-13 | Auto merge of #82760 - WaffleLapkin:unleak_extend_from_within, r=kennytm | bors | -15/+70 |
| 2021-03-13 | Update `Vec` docs | Henry Boisdequin | -3/+3 |
| 2021-03-12 | Rollup merge of #82950 - mockersf:slice-intra-doc-link, r=jyn514 | Yuki Okushi | -5/+5 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -1/+1 |
| 2021-03-09 | convert slice doc link to intra-doc links | François Mockers | -5/+5 |
| 2021-03-09 | Rollup merge of #81127 - hanmertens:binary_heap_sift_down_perf, r=dtolnay | Mara Bos | -2/+2 |
| 2021-03-08 | Closer similarities. | Giles Cope | -26/+16 |
| 2021-03-08 | Update library/alloc/src/string.rs | Squirrel | -6/+3 |
| 2021-03-07 | Add documentation for string->Cow conversions | Michael Howell | -0/+33 |
| 2021-03-07 | vec![0;4] is a fast path. | Giles Cope | -22/+20 |
| 2021-03-05 | Implement String::remove_matches | Josh Cotton | -0/+84 |
| 2021-03-05 | Rollup merge of #82764 - m-ou-se:map-try-insert, r=Amanieu | Mara | -1/+70 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -4/+4 |
| 2021-03-04 | less uB in i8 | Giles Cope | -2/+6 |
| 2021-03-04 | Add tracking issue for map_try_insert. | Mara Bos | -4/+4 |
| 2021-03-04 | Implement Error for OccupiedError. | Mara Bos | -0/+13 |
| 2021-03-04 | Improve Debug implementations of OccupiedError. | Mara Bos | -2/+3 |
| 2021-03-04 | Add BTreeMap::try_insert and btree_map::OccupiedError. | Mara Bos | -1/+56 |
| 2021-03-04 | Add regression test for `Vec::extend_from_within` leak | Waffle | -3/+47 |
| 2021-03-04 | Fix leak in Vec::extend_from_within | Waffle | -16/+27 |
| 2021-03-04 | Rollup merge of #82564 - WaffleLapkin:revert_spare_mut, r=RalfJung | Yuki Okushi | -10/+19 |
| 2021-03-04 | Alternative LUT rather than dividing. | Giles Cope | -1/+34 |
| 2021-03-03 | BTree: move blocks around in node.rs | Stein Somers | -167/+165 |
| 2021-03-03 | Update library/alloc/src/vec/mod.rs | Waffle Lapkin | -1/+1 |
| 2021-03-03 | Fix ui-full-deps suite | Ryan Levick | -4/+4 |
| 2021-03-03 | Rollup merge of #82439 - ssomers:btree_fix_unsafety, r=Mark-Simulacrum | Yuki Okushi | -16/+15 |