| Age | Commit message (Expand) | Author | Lines |
| 2021-10-11 | Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip... | Guillaume Gomez | -0/+6 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -0/+3 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+6 |
| 2021-10-04 | Stabilize try_reserve | Kornel | -5/+3 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -2/+2 |
| 2021-09-26 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -0/+1 |
| 2021-09-25 | Rollup merge of #89216 - r00ster91:bigo, r=dtolnay | Manish Goregaokar | -9/+9 |
| 2021-09-25 | Rollup merge of #89010 - est31:intra_doc_links, r=m-ou-se | Manish Goregaokar | -2/+4 |
| 2021-09-25 | Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514 | bors | -2/+2 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -2/+2 |
| 2021-09-24 | consistent big O notation | r00ster91 | -9/+9 |
| 2021-09-22 | PR fixup | Aman Arora | -0/+1 |
| 2021-09-16 | Add IntoIterator intra doc link to various collections | est31 | -2/+4 |
| 2021-09-09 | Fix typo in docs for iterators | Jesse Ruderman | -1/+1 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -3/+3 |
| 2021-08-23 | Auto merge of #87598 - ccqpein:master, r=yaahc | bors | -2/+10 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -3/+3 |
| 2021-08-22 | Add doctests for 's into_values and into_keys methods | ccQpein | -2/+10 |
| 2021-08-12 | Auto merge of #87843 - kornelski:try_reserve, r=m-ou-se | bors | -9/+12 |
| 2021-08-08 | Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnay | bors | -4/+2 |
| 2021-08-08 | Bump shrink_to stabilization to Rust 1.56 | David Tolnay | -2/+2 |
| 2021-08-07 | Use assert_matches! instead of if let {} else | Kornel | -9/+12 |
| 2021-08-07 | Auto merge of #87408 - kornelski:try_reserve_error, r=yaahc | bors | -5/+14 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -2/+0 |
| 2021-07-28 | Rollup merge of #87330 - inquisitivecrystal:extend-reserve, r=JohnTitor | Yuki Okushi | -9/+1 |
| 2021-07-25 | ignore comments in tidy-filelength | ibraheemdev | -2/+0 |
| 2021-07-24 | Auto merge of #84111 - bstrie:hashfrom, r=joshtriplett | bors | -21/+108 |
| 2021-07-24 | Hide allocator details from TryReserveError | Kornel | -5/+14 |
| 2021-07-24 | Update std_collections_from_array stability version | bstrie | -2/+2 |
| 2021-07-24 | Rollup merge of #86790 - janikrabe:retain-iter-order-doc, r=m-ou-se | Yuki Okushi | -0/+2 |
| 2021-07-20 | Use hashbrown's `extend_reserve()` in `HashMap` | inquisitivecrystal | -9/+1 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+1 |
| 2021-07-06 | Stabilize Vec<T>::shrink_to | Yoh Deadfall | -4/+2 |
| 2021-07-01 | Document iteration order of `retain` functions | Janik Rabe | -0/+2 |
| 2021-06-30 | impl From<[(K, V); N]> for std::collections | bstrie | -21/+108 |
| 2021-06-30 | Remove "length" doc aliases | Amanieu d'Antras | -2/+0 |
| 2021-06-30 | Remove "delete" doc aliases | Amanieu d'Antras | -2/+0 |
| 2021-05-06 | Rollup merge of #84328 - Folyd:stablize_map_into_keys_values, r=m-ou-se | Dylan DPC | -18/+12 |
| 2021-05-05 | Bump map_into_keys_values stable version to 1.54.0. | Mara Bos | -12/+12 |
| 2021-04-21 | Replace all `fmt.pad` with `debug_struct` | Christiaan Dirkx | -3/+3 |
| 2021-04-19 | Stablize {HashMap,BTreeMap}::into_{keys,values} | Folyd | -18/+12 |
| 2021-03-27 | Use DebugStruct::finish_non_exhaustive() in std. | Mara Bos | -6/+9 |
| 2021-03-18 | Revert the second deprecation of collections::Bound | bstrie | -2/+3 |
| 2021-03-18 | Rollup merge of #82434 - jyn514:hash, r=JohnTitor | Dylan DPC | -2/+4 |
| 2021-03-09 | Deprecate items that accidentally weren't deprecated | bstrie | -2/+3 |
| 2021-03-05 | Rollup merge of #82764 - m-ou-se:map-try-insert, r=Amanieu | Mara | -0/+68 |
| 2021-03-04 | Add tracking issue for map_try_insert. | Mara Bos | -4/+4 |
| 2021-03-04 | Remove unnecessary bound from HashMap::try_insert. | Mara Bos | -4/+1 |
| 2021-03-04 | Ignore file length tidy warning in hash/map.rs. | Mara Bos | -0/+2 |
| 2021-03-04 | Implement Error for OccupiedError. | Mara Bos | -0/+13 |