rust/compiler/rustc_const_eval
Scott McMurray b5b6def021 Use FieldIdx in various things related to aggregates
Shrank `AggregateKind` by 8 bytes on x64, since the active field of a union is tracked as an `Option<FieldIdx>` instead of `Option<usize>`.
2023-04-01 20:32:50 -07:00
..
src Use FieldIdx in various things related to aggregates 2023-04-01 20:32:50 -07:00
Cargo.toml remove unused imports 2023-02-06 17:40:18 +03:00
messages.ftl Check for escape sequences in Fluent resources 2023-03-29 18:34:29 +01:00