| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -26/+0 | |
| 2021-10-15 | Bless tests | Cameron Steffen | -1/+1 | |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -1/+1 | |
| When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error. | ||||
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -1/+1 | |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -1/+1 | |
| 2020-01-24 | Normalise notes with the/is | varkor | -1/+1 | |
| 2019-09-21 | Do not trigger unreachable lint in async body and Use span labels | Esteban Küber | -12/+6 | |
| 2019-09-18 | Point at original span when emitting unreachable lint | Aaron Hill | -0/+10 | |
| Fixes #64590 When we emit an 'unreachable' lint, we now add a note pointing at the expression that actually causes the code to be unreachable (e.g. `return`, `break`, `panic`). This is especially useful when macros are involved, since a diverging expression might be hidden inside of a macro invocation. | ||||
| 2019-03-11 | Update tests | Vadim Petrochenkov | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -2/+2 | |
| Replace feature(never_type) with feature(exhaustive_patterns). feature(exhaustive_patterns) only covers the pattern-exhaustives checks that used to be covered by feature(never_type) | ||||
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -3/+3 | |
| 2017-11-26 | mention nightly in -Z external-macro-backtrace note | Alex Burka | -1/+1 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -1/+1 | |
| 2017-11-20 | address review comments | Alex Burka | -1/+1 | |
| 2017-11-19 | use -Z flag instead of env var | Alex Burka | -1/+1 | |
| 2017-11-19 | update UI tests | Alex Burka | -1/+1 | |
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -1/+1 | |
| This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e. | ||||
| 2017-05-24 | Change error count messages | Michael Kohl | -1/+1 | |
| See #33525 for details. | ||||
| 2017-03-30 | cherry-pick over the tests I wrote for the reachability code | Niko Matsakis | -0/+22 | |
| For the most part, the current code performs similarly, although it differs in some particulars. I'll be nice to have these tests for judging future changes, as well. | ||||
