| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-27 | MatchBranchSimplification: Consider empty-unreachable otherwise branch | clubby789 | -0/+7 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+4 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-05-09 | Document `Pu128`. | Nicholas Nethercote | -1/+3 | |
| And move the `repr` line after the `derive` line, where it's harder to overlook. (I overlooked it initially, and didn't understand how this type worked.) | ||||
| 2024-01-19 | Add Pu128 = #[repr(packed(8))] u128 | Josh Stone | -0/+71 | |
