about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/unord.rs
AgeCommit message (Expand)AuthorLines
2025-04-11Avoid a reverse map that is only used in diagnostics pathsOli Scherer-0/+10
2025-03-15Auto merge of #138532 - matthiaskrgr:rollup-mgcynqu, r=matthiaskrgrbors-0/+6
2025-03-15Use {Decodable,Encodable}_NoContext in type_irMichael Goulet-4/+4
2025-03-14resolve: Avoid some unstable iterationVadim Petrochenkov-0/+6
2024-11-20Add `UnordMap::clear` methodGuillaume Gomez-0/+5
2024-07-29Reformat `use` declarations.Nicholas Nethercote-13/+9
2024-05-02Add `UnordMap::try_insert`Waffle Lapkin-0/+6
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-0/+1
2024-02-14clean up potential_query_instability with FxIndexMap and UnordMapyukang-0/+5
2024-01-06Auto merge of #119478 - bjorn3:no_serialize_specialization, r=wesleywiserbors-3/+3
2024-01-04Address review comments and add back some #[inline] attrs from removed commits.Michael Woerister-0/+2
2024-01-04Provide generalized collect methods for UnordItemsMichael Woerister-29/+45
2024-01-04Split StableCompare trait out of StableOrd trait.Michael Woerister-15/+65
2023-12-31Avoid specialization for the Span Encodable and Decodable implsbjorn3-3/+3
2023-07-14Introduce ExtentUnord trait for collections that can safely consume UnordItems.Michael Woerister-20/+32
2023-07-14Enable potential_query_instability lint in rustc_hir_typeck.Michael Woerister-2/+19
2023-06-11Applied nitsAndrew Xie-4/+4
2023-06-08Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...Andrew Xie-2/+6
2023-06-04Fixed unord mistakeAndrew Xie-5/+0
2023-06-04Fixed failing test + minor cleanupAndrew Xie-0/+5
2023-04-09Fix some clippy::complexityNilstrieb-2/+2
2023-03-01Use UnordSet instead of FxHashSet for names_imported_by_glob_use query.Michael Woerister-1/+32
2023-01-19Clean up and document unord collections a bit.Michael Woerister-38/+66
2023-01-19Allow for more efficient sorting when exporting Unord collections.Michael Woerister-7/+80
2023-01-19Use UnordMap instead of FxHashMap in define_id_collections!().Michael Woerister-2/+108
2023-01-19Use UnordSet instead of FxHashSet in define_id_collections!().Michael Woerister-3/+23
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-3/+3
2022-10-27Introduce UnordMap, UnordSet, and UnordBag (see MCP 533)Michael Woerister-0/+382