| Age | Commit message (Expand) | Author | Lines |
| 2021-04-26 | fix double-drop in in-place collect specialization | The8472 | -11/+20 |
| 2021-04-26 | add testcase for double-drop during Vec in-place collection | The8472 | -1/+37 |
| 2021-04-26 | Update the comment | Yechan Bae | -4/+4 |
| 2021-04-26 | Fixes #80335 | Yechan Bae | -18/+54 |
| 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 | 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-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 | Clarify BTree range searching comments | dylni | -1/+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-07 | Add documentation for string->Cow conversions | Michael Howell | -0/+33 |
| 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 | 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-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 |
| 2021-03-03 | Make Vec::split_at_spare_mut impl safer & simplier | Waffle | -9/+5 |
| 2021-03-03 | Add test that Vec::spare_capacity_mut doesn't invalidate pointers | Waffle | -0/+5 |
| 2021-03-02 | Auto merge of #82043 - tmiasko:may-have-side-effect, r=kennytm | bors | -3/+1 |
| 2021-03-02 | Rollup merge of #80189 - jyn514:convert-primitives, r=poliorcetics | Yuki Okushi | -17/+20 |
| 2021-03-01 | Rollup merge of #82578 - camsteffen:diag-items, r=oli-obk | Joshua Nelson | -0/+4 |
| 2021-03-01 | Rollup merge of #81210 - ssomers:btree_fix_node_size_test, r=Mark-Simulacrum | Joshua Nelson | -81/+6 |
| 2021-03-01 | Add diagnostic items | Cameron Steffen | -0/+4 |
| 2021-03-01 | Auto merge of #82440 - ssomers:btree_fix_casts, r=Mark-Simulacrum | bors | -8/+10 |
| 2021-03-01 | Auto merge of #81094 - ssomers:btree_drainy_refactor_3, r=Mark-Simulacrum | bors | -118/+228 |
| 2021-02-27 | Revert `Vec::spare_capacity_mut` impl to prevent pointers invalidation | Waffle | -1/+9 |
| 2021-02-26 | Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se | Guillaume Gomez | -1/+0 |