Nilstrieb
|
81c320ea77
|
Fix some clippy::complexity
|
2023-04-09 23:22:14 +02:00 |
|
Michael Woerister
|
422208ae52
|
Use UnordSet instead of FxHashSet for names_imported_by_glob_use query.
|
2023-03-01 10:20:43 +01:00 |
|
Michael Woerister
|
f219771961
|
Clean up and document unord collections a bit.
|
2023-01-19 17:37:59 +01:00 |
|
Michael Woerister
|
72ee14ce39
|
Allow for more efficient sorting when exporting Unord collections.
|
2023-01-19 10:40:54 +01:00 |
|
Michael Woerister
|
c3d2573120
|
Use UnordMap instead of FxHashMap in define_id_collections!().
|
2023-01-19 10:40:47 +01:00 |
|
Michael Woerister
|
8a1de57a4a
|
Use UnordSet instead of FxHashSet in define_id_collections!().
|
2023-01-19 10:19:07 +01:00 |
|
Jeremy Stucki
|
3dde32ca97
|
rustc: Remove needless lifetimes
|
2022-12-20 22:10:40 +01:00 |
|
Michael Woerister
|
9117ea9758
|
Introduce UnordMap, UnordSet, and UnordBag (see MCP 533)
MCP 533: https://github.com/rust-lang/compiler-team/issues/533
Also, as an example, substitute UnordMap for FxHashMap in
used_trait_imports query result.
|
2022-10-27 13:23:26 +00:00 |
|