| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-19 | bless tests with new lint messages | Karol Zwolak | -1/+1 | |
| 2025-07-13 | Retire hir::*ItemRef. | Camille GILLOT | -2/+2 | |
| 2025-06-09 | refactor `AttributeGate` and `rustc_attr!` to emit notes during feature ↵ | mejrs | -3/+6 | |
| checking | ||||
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -17/+17 | |
| 2024-12-03 | Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiser | bors | -11/+11 | |
| Get rid of HIR const checker As far as I can tell, the HIR const checker was implemented in https://github.com/rust-lang/rust/pull/66170 because we were not able to issue useful const error messages in the MIR const checker. This seems to have changed in the last 5 years, probably due to work like #90532. I've tweaked the diagnostics slightly and think the error messages have gotten *better* in fact. Thus I think the HIR const checker has reached the end of its usefulness, and we can retire it. cc `@RalfJung` | ||||
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -1/+0 | |
| Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ``` | ||||
| 2024-11-22 | Get rid of HIR const checker | Michael Goulet | -11/+11 | |
| 2024-07-03 | Add `constness` to `TraitDef` | Deadbeef | -11/+11 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -17/+17 | |
| 2024-02-07 | Update tests | r0cky | -2/+15 | |
| 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-01-11 | Move /src/test to /tests | Albert Larsan | -0/+630 | |
