| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-27 | Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, ↵ | Michael Goulet | -48/+46 | |
| r=davidtwco,RalfJung" This reverts commit 122a55bb442bd1995df9cf9b36e6f65ed3ef4a1d. | ||||
| 2025-01-18 | Revert "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-03 | Bounds-check with PtrMetadata instead of Len in MIR | Scott McMurray | -48/+46 | |
| 2024-08-30 | add borrows to NLL MIR dumps | Ré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-18 | Bless *all* the mir-opt tests | Scott McMurray | -8/+8 | |
| 2024-06-03 | rustfmt `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-24 | don't elide shared parts of types in diagnostics when `--verbose` is passed | jyn | -2/+2 | |
| this also changes some parts of lifetime printing, which previously were not gated behind `-Z verbose` | ||||
| 2023-12-19 | rename to verbose-internals | jyn | -2/+2 | |
| 2023-10-19 | Allow to run filecheck in mir-opt tests. | Camille GILLOT | -12/+14 | |
| 2023-09-16 | make ty::Const debug printing less verbose | Ralf Jung | -2/+2 | |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -121/+109 | |
| 2023-05-16 | bless | Boxy | -2/+2 | |
| 2023-04-25 | vars are ? | Michael Goulet | -62/+62 | |
| 2023-01-18 | i am free | Boxy | -2/+2 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+309 | |
