| Age | Commit message (Collapse) | Author | Lines |
|
|
|
initialization.
|
|
Refer https://github.com/rust-lang/rust/issues/49938
Previously tagged unions' tag was refered to as a discr(iminant).
Here the changes use tag instead which is the correct terminology
when refering to the memory representation of tagged unions.
|
|
|
|
|
|
This brings it into line with LLVM's maximum permitted alignment.
|
|
Introduce RangeInclusive::{new, start, end} methods and make the fields private.
cc #49022
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|