| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-12-02 | Add 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-30 | Extract llvm datalayout parsing out of spec module | hkalbasi | -0/+96 | |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -0/+1399 | |
