summary refs log tree commit diff
path: root/compiler/rustc_abi/src/lib.rs
AgeCommit message (Collapse)AuthorLines
2022-12-02Add StableOrd trait as proposed in MCP 533.Michael Woerister-0/+7
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-11-30Extract llvm datalayout parsing out of spec modulehkalbasi-0/+96
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-0/+1399