Commit Graph

8 Commits

Author SHA1 Message Date
Scott McMurray 99cb0c6bc3 Bless *all* the mir-opt tests 2024-08-18 16:07:33 -07:00
Nicholas Nethercote c9c80d2c5f rustfmt `tests/mir-opt`.
The only non-obvious changes:
- `building/storage_live_dead_in_statics.rs` has a `#[rustfmt::skip]`
  attribute to avoid reformating a table of data.
- Two `.mir` files have slight changes involving line numbers.
- In `unusual_item_types.rs` an `EMIT_MIR` annotation is moved to
  outside a function, which is the usual spot, because `tidy` complains
  if such a comment is indented.

The commit also tweaks the comments in `rustfmt.toml`.
2024-06-03 14:17:16 +10:00
Matthew Jasper a277c901d9 Remove MIR unsafe check
This also remove safety information from MIR.
2024-04-03 08:50:12 +00:00
kirandevraj ba70528fd8 updating variable names in CHECK 2024-03-12 01:51:52 +05:30
kirandevraj 6f1156a9ff fixing mir pass name to text comment 2024-03-10 01:24:35 +05:30
kirandevraj 3ab693689a mir-opt unnamed-fields filecheck annotations 2024-03-01 23:33:24 +05:30
Frank King 7660d6bf2c Check representation of unnamed fields 2024-02-12 12:47:31 +08:00
Frank King 0c0df4efe0 Lowering field access for anonymous adts 2024-02-12 12:47:30 +08:00