| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -4/+4 | |
| 2019-01-02 | make `panictry!` private to libsyntax | Andy Russell | -2/+14 | |
| This commit completely removes usage of the `panictry!` macro from outside libsyntax. The macro causes parse errors to be fatal, so using it in libsyntax_ext caused parse failures *within* a syntax extension to be fatal, which is probably not intended. Furthermore, this commit adds spans to diagnostics emitted by empty extensions if they were missing, à la #56491. | ||||
| 2018-12-04 | emit error with span for empty asserts | Andy Russell | -0/+16 | |
| Fixes #55547. | ||||
