Files
rust/compiler/rustc_expand/src
Nicholas Nethercote 3d750e2702 Shrink parser positions from usize to u32.
The number of source code bytes can't exceed a `u32`'s range, so a token
position also can't. This reduces the size of `Parser` and
`LazyAttrTokenStreamImpl` by eight bytes each.
2024-07-02 17:03:53 +10:00
..
2024-06-06 20:27:25 -05:00
2024-06-25 14:29:25 +10:00
2024-05-23 06:03:17 +10:00
2024-06-05 10:37:59 +10:00