| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -82/+0 | |
| 2022-12-10 | Migrate parts of `rustc_expand` to session diagnostics | nils | -1/+1 | |
| This migrates everything but the `mbe` and `proc_macro` modules. It also contains a few cleanups and drive-by/accidental diagnostic improvements which can be seen in the diff for the UI tests. | ||||
| 2022-08-27 | use smaller span for suggestions | Takayuki Maeda | -1/+3 | |
| 2021-10-15 | Bless tests | Cameron Steffen | -2/+2 | |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -2/+2 | |
| When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error. | ||||
| 2020-11-03 | Expand `NtExpr` tokens only in key-value attributes | Vadim Petrochenkov | -1/+12 | |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -0/+2 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -9/+9 | |
| 2019-03-06 | Surround found token with ` | Esteban Küber | -1/+1 | |
| 2019-03-05 | On incorrect cfg literal/identifier, point at the right span | Esteban Küber | -2/+2 | |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -4/+4 | |
| 2018-10-23 | add expected error comment | Esteban Kuber | -1/+1 | |
| Co-Authored-By: csmoe <csmoe@msn.com> | ||||
| 2018-10-22 | optimize unsupported literal diag message | csmoe | -6/+12 | |
| 2018-10-20 | update meta item checking test | csmoe | -3/+4 | |
| 2018-10-05 | Move conditional configuration related UI tests into their own directory | Havvy (Ryan Scheel) | -0/+60 | |
