| Age | Commit message (Expand) | Author | Lines |
| 2021-10-30 | Add #[must_use] to remaining std functions (A-N) | John Kugelman | -0/+5 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -10/+0 |
| 2021-10-15 | add a `rustc::query_stability` lint | lcnr | -0/+10 |
| 2021-10-11 | Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip... | Guillaume Gomez | -0/+4 |
| 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/+4 |
| 2021-10-04 | Stabilize try_reserve | Kornel | -2/+1 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -1/+1 |
| 2021-09-26 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -0/+1 |
| 2021-09-22 | PR fixup | Aman Arora | -0/+1 |
| 2021-09-16 | Add IntoIterator intra doc link to various collections | est31 | -1/+2 |
| 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-08 | Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnay | bors | -2/+1 |
| 2021-08-08 | Bump shrink_to stabilization to Rust 1.56 | David Tolnay | -1/+1 |
| 2021-08-07 | Auto merge of #87408 - kornelski:try_reserve_error, r=yaahc | bors | -2/+5 |
| 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 | -17/+51 |
| 2021-07-24 | Hide allocator details from TryReserveError | Kornel | -2/+5 |
| 2021-07-24 | Update std_collections_from_array stability version | bstrie | -1/+1 |
| 2021-07-24 | Rollup merge of #86790 - janikrabe:retain-iter-order-doc, r=m-ou-se | Yuki Okushi | -0/+1 |
| 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 | -2/+1 |
| 2021-07-01 | Document iteration order of `retain` functions | Janik Rabe | -0/+1 |
| 2021-06-30 | impl From<[(K, V); N]> for std::collections | bstrie | -17/+51 |
| 2021-06-30 | Remove "length" doc aliases | Amanieu d'Antras | -1/+0 |
| 2021-06-30 | Remove "delete" doc aliases | Amanieu d'Antras | -1/+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 | -2/+2 |
| 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 | Rollup merge of #82434 - jyn514:hash, r=JohnTitor | Dylan DPC | -1/+2 |
| 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 |
| 2021-03-04 | Improve Debug implementations of OccupiedError. | Mara Bos | -1/+11 |
| 2021-03-04 | Add HashMap::try_insert and hash_map::OccupiedError. | Mara Bos | -0/+46 |
| 2021-02-23 | Add more links between hash and btree collections | Joshua Nelson | -1/+2 |
| 2021-01-31 | Add doc aliases for "delete" | Konrad Borowski | -0/+1 |
| 2021-01-26 | shrink_to shouldn't panic on len greater than capacity | Thom Wiggers | -3/+1 |
| 2021-01-16 | Clarify what the effects of a 'logic error' are | Chris Jefferson | -0/+3 |
| 2020-12-28 | Add "length" as doc alias to len methods | Konrad Borowski | -0/+1 |
| 2020-12-26 | Use the hashbrown::{HashMap,HashSet} `clone_from` impls. | David Adler | -1/+18 |