about summary refs log tree commit diff
path: root/tests/mir-opt/nll
AgeCommit message (Collapse)AuthorLines
2025-01-27Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, ↵Michael Goulet-48/+46
r=davidtwco,RalfJung" This reverts commit 122a55bb442bd1995df9cf9b36e6f65ed3ef4a1d.
2025-01-18Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, ↵Rémy Rakic-46/+48
r=davidtwco,RalfJung" This reverts commit b57d93d8b9525fa261404b4cd9c0670eeb1264b8, reversing changes made to 0aeaa5eb22180fdf12a8489e63c4daa18da6f236.
2024-12-03Bounds-check with PtrMetadata instead of Len in MIRScott McMurray-48/+46
2024-08-30add borrows to NLL MIR dumpsRémy Rakic-0/+6
explicitly disable `-Zmir-include-spans` in mir-opt tests This will override the NLL default of true, and keep the blessed dumps easier to work with.
2024-08-18Bless *all* the mir-opt testsScott McMurray-8/+8
2024-06-03rustfmt `tests/mir-opt`.Nicholas Nethercote-3/+4
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-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2023-12-24don't elide shared parts of types in diagnostics when `--verbose` is passedjyn-2/+2
this also changes some parts of lifetime printing, which previously were not gated behind `-Z verbose`
2023-12-19rename to verbose-internalsjyn-2/+2
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-12/+14
2023-09-16make ty::Const debug printing less verboseRalf Jung-2/+2
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-121/+109
2023-05-16blessBoxy-2/+2
2023-04-25vars are ?Michael Goulet-62/+62
2023-01-18i am freeBoxy-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+309