| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-28 | expand: Micro-optimize prelude injection | Vadim Petrochenkov | -2/+2 | |
| Use `splice` to avoid shifting the other items twice. Put `extern crate std;` first so it's already resolved when we resolve `::std::prelude::rust_20XX`. | ||||
| 2025-04-25 | Improve pretty printing of if/else. | Nicholas Nethercote | -47/+47 | |
| By removing some of the over-indenting. AST pretty printing now looks correct. HIR pretty printing is better, but still over-indents some. | ||||
| 2025-04-16 | Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` tests | Lukas Wirth | -0/+2 | |
| These emit prelude imports which means they are always edition dependent | ||||
| 2025-01-21 | make UI tests that use `--test` work on panic=abort targets | Jorge Aparicio | -2/+6 | |
| by adding `-Zpanic_abort_test`, which is a no-op on panic=unwind targets fixes #135819 | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -20/+20 | |
| 2023-05-24 | [RFC-2011] Expand more expressions | Caio | -80/+17 | |
| 2023-05-14 | Shorten lifetime of panic temporaries in panic_fmt case | David Tolnay | -9/+9 | |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -4/+1 | |
| 2023-03-02 | Fix UI test | bwmf2 | -1/+1 | |
| 2023-01-12 | Bless tests. | Mara Bos | -18/+18 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+488 | |
