| 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-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 | ||||
| 2024-09-14 | Fix lint levels not getting overridden by attrs on `Stmt` nodes | Gurinder Singh | -3/+39 | |
| 2024-09-07 | Do not ICE on expect(warnings). | Camille GILLOT | -0/+6 | |
| 2024-09-06 | Check AttrId for expectations. | Camille GILLOT | -8/+8 | |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` :tada: | xFrednet | -107/+51 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -30/+30 | |
| 2024-01-26 | remove illegal_floating_point_literal_pattern lint | Ralf Jung | -16/+8 | |
| 2024-01-13 | Bless tests | George-lewis | -0/+1 | |
| Update tests | ||||
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -2/+2 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, ↵ | Matthias Krüger | -30/+8 | |
| r=compiler-errors,estebank Add a note to duplicate diagnostics Helps explain why there may be a difference between manual testing and the test suite output and highlights them as something to potentially look into For existing duplicate diagnostics I just blessed them other than a few files that had other `NOTE` annotations in | ||||
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -30/+8 | |
| 2023-10-02 | Address misc feedback | Chinedu Francis Nwafili | -3/+1 | |
| 2023-09-12 | Tests passing | Chinedu Francis Nwafili | -2/+6 | |
| 2023-08-15 | Misc progress | Chinedu Francis Nwafili | -0/+3 | |
| 2023-08-08 | Fix multiple `expect` attribs in impl block | Chinedu Francis Nwafili | -0/+25 | |
| Closes #114416 | ||||
| 2023-05-18 | Stop confusing specification levels when computing expectations. | Camille GILLOT | -0/+7 | |
| 2023-04-21 | Run `check_match` and `check_liveness` when MIR is built instead of having ↵ | Oli Scherer | -18/+18 | |
| an explicit phase for them | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+1143 | |
