rust/compiler/rustc_data_structures
Michael Woerister 3a58309798 Add StableOrd trait as proposed in MCP 533.
The StableOrd trait can be used to mark types as having a stable
sort order across compilation sessions. Collections that sort their
items in a stable way can safely implement HashStable by
hashing items in sort order.
2022-12-02 15:19:30 +01:00
..
src Add StableOrd trait as proposed in MCP 533. 2022-12-02 15:19:30 +01:00
Cargo.toml Update several crates for improved support of the new targets 2022-11-05 12:19:55 +01:00