| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-26 | Renamed ui/dead-code-ret to ui/unreachable-code-ret | Pi Lanningham | -17/+0 | |
| This test was actually about the unreachable_code flag, not dead_code, so I renamed it for clarity (to prepare for the next commit, where I plan to move a bunch of the dead_code tests to a single folder) | ||||
| 2019-09-21 | Do not trigger unreachable lint in async body and Use span labels | Esteban Küber | -6/+3 | |
| 2019-09-18 | Point at original span when emitting unreachable lint | Aaron Hill | -0/+5 | |
| 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. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -2/+2 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+15 | |
