about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/unord.rs
AgeCommit message (Expand)AuthorLines
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