| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-19 | Fix known-bug, silence ICE stderr | Michael Goulet | -3/+1 | |
| 2023-01-18 | defer array len printing to const arg printing | Boxy | -12/+12 | |
| 2023-01-17 | Rollup merge of #101698 - raldone01:feat/const_cmp_typeid, r=scottmcm | Dylan DPC | -21/+16 | |
| Constify `TypeId` ordering impls Tracking issue: #101871 Adding const ordering to `TypeId` allows rtti crates to optimize some casting scenarios (without transmuting to `u64`). This would also prevent these crates from breaking if the underlying type is changed from `u64` to something different. Feature gate: `#![feature(const_cmp_type_id)]` | ||||
| 2023-01-16 | Constify `TypeId` ordering impls | onestacked | -21/+16 | |
| 2023-01-16 | Properly pluralize 'generic constants' | Michael Goulet | -4/+4 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+3057 | |
