rust/compiler/rustc_expand
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
..
src Shrink parser positions from `usize` to `u32`. 2024-07-02 17:03:53 +10:00
Cargo.toml Move some tests from `rustc_expand` to `rustc_parse`. 2024-05-06 09:06:02 +10:00
messages.ftl delegation: Do not crash on qpaths without a trait 2024-06-22 19:57:19 +03:00