| Age | Commit message (Expand) | Author | Lines |
| 2021-04-10 | fix incorrect from_raw_in doctest | Ralf Jung | -1/+1 |
| 2021-04-08 | add TrustedRandomAccess specialization to vec::extend | The8472 | -25/+59 |
| 2021-04-07 | Rollup merge of #83476 - mystor:rc_mutate_strong_count, r=m-ou-se | Dylan DPC | -0/+67 |
| 2021-04-04 | Auto merge of #83530 - Mark-Simulacrum:bootstrap-bump, r=Mark-Simulacrum | bors | -3/+1 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -3/+1 |
| 2021-04-04 | Rollup merge of #83827 - the8472:fix-inplace-panic-on-drop, r=RalfJung | Dylan DPC | -1/+10 |
| 2021-04-04 | Rollup merge of #82726 - ssomers:btree_node_rearange, r=Mark-Simulacrum | Dylan DPC | -167/+165 |
| 2021-04-04 | Rollup merge of #81619 - SkiFire13:resultshunt-inplace, r=the8472 | Dylan DPC | -2/+2 |
| 2021-04-04 | Auto merge of #83267 - ssomers:btree_prune_range_search_overlap, r=Mark-Simul... | bors | -27/+43 |
| 2021-04-04 | suggestion from review | the8472 | -1/+1 |
| 2021-04-04 | cleanup leak after test to make miri happy | The8472 | -1/+10 |
| 2021-04-02 | Rollup merge of #83629 - the8472:fix-inplace-panic-on-drop, r=m-ou-se | Dylan DPC | -12/+57 |
| 2021-03-31 | panic early when TrustedLen indicates a length > usize::MAX | The8472 | -8/+30 |
| 2021-03-30 | Auto merge of #83458 - saethlin:improve-vec-benches, r=dtolnay | bors | -68/+25 |
| 2021-03-30 | Auto merge of #83357 - saethlin:vec-reserve-inlining, r=dtolnay | bors | -1/+17 |
| 2021-03-30 | Rollup merge of #82331 - frol:feat/std-binary-heap-as-slice, r=Amanieu | Dylan DPC | -0/+22 |
| 2021-03-29 | Updated the tracking issue # | Vlad Frolov | -1/+1 |
| 2021-03-29 | fix double-drop in in-place collect specialization | The8472 | -11/+20 |
| 2021-03-29 | add testcase for double-drop during Vec in-place collection | The8472 | -1/+37 |
| 2021-03-28 | Auto merge of #83582 - jyn514:might-not, r=joshtriplett | bors | -3/+3 |
| 2021-03-28 | Auto merge of #83577 - geeklint:slice_to_ascii_case_doc_links, r=m-ou-se | bors | -2/+2 |
| 2021-03-28 | Auto merge of #81728 - Qwaz:fix-80335, r=joshtriplett | bors | -19/+55 |
| 2021-03-27 | may not -> might not | Joshua Nelson | -3/+3 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -6/+4 |
| 2021-03-27 | adjust documentation links for slice ascii case functions to use newer rustdo... | Violet | -2/+2 |
| 2021-03-27 | update links to make_ascii_lowercase for slice to point to methods on the sam... | Violet | -2/+2 |
| 2021-03-27 | Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-se | bors | -5/+3 |
| 2021-03-27 | Rollup merge of #83388 - alamb:alamb/fmt-dcs, r=Mark-Simulacrum | Yuki Okushi | -1/+5 |
| 2021-03-26 | Use iter::zip in library/ | Josh Stone | -6/+4 |
| 2021-03-26 | Update char::escape_debug_ext to handle different escapes in strings vs. chars | Ömer Sinan Ağacan | -4/+1 |
| 2021-03-26 | Rollup merge of #83456 - notriddle:vec-from-docs, r=JohnTitor | Dylan DPC | -0/+61 |
| 2021-03-25 | Add strong_count mutation methods to Rc | Nika Layzell | -0/+67 |
| 2021-03-25 | Change wording | Michael Howell | -2/+2 |
| 2021-03-25 | Try to make Vec benchmarks only run code they are benchmarking | Ben Kimock | -68/+25 |
| 2021-03-24 | Add docs for Vec::from functions | Michael Howell | -0/+61 |
| 2021-03-24 | Revert "Revert stabilizing integer::BITS." | Mara Bos | -2/+0 |
| 2021-03-23 | Bump alloc::str::SplitInclusive to 1.53.0 release | David Tolnay | -1/+1 |
| 2021-03-23 | Expose str::SplitInclusive in alloc and therefore in std | Ian Jackson | -0/+2 |
| 2021-03-22 | Update signed fmt/-0f32 docs | Jubilee Young | -3/+2 |
| 2021-03-22 | Preserve signed zero on roundtrip | Jubilee Young | -2/+1 |
| 2021-03-22 | Update library/alloc/src/fmt.rs | Andrew Lamb | -1/+1 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -1/+1 |
| 2021-03-22 | Make # format easier to discover | Andrew Lamb | -1/+5 |
| 2021-03-22 | Rollup merge of #82374 - clehner:licenses, r=joshtriplett | Dylan DPC | -0/+3 |
| 2021-03-22 | Auto merge of #83360 - Dylan-DPC:rollup-17xulpv, r=Dylan-DPC | bors | -19/+100 |
| 2021-03-22 | Rollup merge of #82554 - SkiFire13:fix-string-retain-unsoundness, r=m-ou-se | Dylan DPC | -15/+22 |
| 2021-03-21 | fmt, change to cold | Ben Kimock | -2/+6 |
| 2021-03-21 | Mark RawVec::reserve as inline and outline the resizing logic | Ben Kimock | -1/+13 |
| 2021-03-21 | specialize in-place collection further via TrustedRandomAccess | The8472 | -16/+53 |
| 2021-03-21 | add transmute-via-iterators bench | The8472 | -0/+16 |