about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/packed.rs
AgeCommit message (Collapse)AuthorLines
2024-12-27MatchBranchSimplification: Consider empty-unreachable otherwise branchclubby789-0/+7
2024-07-29Reformat `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-09Document `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-19Add Pu128 = #[repr(packed(8))] u128Josh Stone-0/+71