Andrew Xie
|
0cac8455e6
|
Applied nits
|
2023-06-11 22:45:04 -04:00 |
|
Andrew Xie
|
54d7b327e5
|
Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few misc issues, added collect to UnordItems
|
2023-06-08 00:38:50 -04:00 |
|
Andrew Xie
|
6f2d3dee17
|
Fixed unord mistake
|
2023-06-04 21:55:32 -04:00 |
|
Andrew Xie
|
96b577860d
|
Fixed failing test + minor cleanup
|
2023-06-04 21:55:32 -04:00 |
|
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 |
|