| Age | Commit message (Expand) | Author | Lines |
| 2021-05-06 | Bootstrapping preparation for the library | Scott McMurray | -3/+4 |
| 2021-05-06 | Rollup merge of #84328 - Folyd:stablize_map_into_keys_values, r=m-ou-se | Dylan DPC | -16/+14 |
| 2021-05-05 | alloc: Add unstable Cfg feature `no-global_oom_handling` | John Ericson | -27/+322 |
| 2021-05-05 | Bump map_into_keys_values stable version to 1.54.0. | Mara Bos | -14/+14 |
| 2021-05-03 | Fix stability attributes of byte-to-string specialization | LingMan | -2/+2 |
| 2021-05-03 | Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplett | bors | -1/+1 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -1/+1 |
| 2021-05-02 | Auto merge of #82576 - gilescope:to_string, r=Amanieu | bors | -0/+41 |
| 2021-04-28 | Minor grammar tweaks for readability | Ben-Lichtman | -4/+4 |
| 2021-04-28 | Stabilize vec_extend_from_within | Amanieu d'Antras | -5/+1 |
| 2021-04-26 | Auto merge of #84174 - camsteffen:slice-diag, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-04-25 | get rid of min_const_fn references in library/ and rustdoc | Ralf Jung | -10/+4 |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -1/+2 |
| 2021-04-24 | Rollup merge of #84453 - notriddle:waker-from-docs, r=cramertj | Yuki Okushi | -0/+6 |
| 2021-04-24 | Rollup merge of #84248 - calebsander:refactor/vec-functions, r=Amanieu | Yuki Okushi | -2/+1 |
| 2021-04-22 | Document From implementations for Waker and RawWaker | Michael Howell | -0/+6 |
| 2021-04-22 | Add better test for BinaryHeap::retain. | Mara Bos | -3/+16 |
| 2021-04-22 | Improve BinaryHeap::retain. | Mara Bos | -32/+53 |
| 2021-04-21 | Remove duplicated fn(Box<[T]>) -> Vec<T> | Caleb Sander | -2/+1 |
| 2021-04-21 | Rollup merge of #84013 - CDirkx:fmt, r=m-ou-se | Mara Bos | -4/+4 |
| 2021-04-21 | Fix `alloc::test::test_show` | Christiaan Dirkx | -4/+4 |
| 2021-04-19 | Stablize {HashMap,BTreeMap}::into_{keys,values} | Folyd | -16/+14 |
| 2021-04-18 | separate feature flag for unsizing casts in const fn | Ralf Jung | -1/+1 |
| 2021-04-18 | move 'trait bounds on const fn' to separate feature gate | Ralf Jung | -0/+1 |
| 2021-04-18 | Slightly change wording and fix typo in vec/mod.rs | Waffle Lapkin | -2/+2 |
| 2021-04-16 | Rollup merge of #84145 - vojtechkral:vecdeque-binary-search, r=m-ou-se | Dylan DPC | -3/+87 |
| 2021-04-16 | Auto merge of #84220 - gpluscb:weak_doc, r=jyn514 | bors | -2/+2 |
| 2021-04-15 | VecDeque: Improve doc comments in binary search fns | Vojtech Kral | -5/+23 |
| 2021-04-15 | VecDeque: Add partition_point() #78021 | Vojtech Kral | -0/+63 |
| 2021-04-15 | VecDeque: binary_search_by(): return right away if hit found at back.first() ... | Vojtech Kral | -1/+4 |
| 2021-04-15 | Correct outdated rc::Weak::default documentation | MarRue | -2/+2 |
| 2021-04-15 | Merge same condition branch in vec spec_extend | Ivan Tham | -4/+2 |
| 2021-04-13 | Remove slice diagnostic item | Cameron Steffen | -1/+0 |
| 2021-04-13 | Auto merge of #84135 - rust-lang:GuillaumeGomez-patch-1, r=kennytm | bors | -1/+1 |
| 2021-04-12 | Improve code example for length comparison | Guillaume Gomez | -1/+1 |
| 2021-04-12 | Stabilize BTree{Map,Set}::retain | Jubilee Young | -4/+2 |
| 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 |