| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-04-17 | Rename `asm` test directory in favor of `llvm_asm` | Yuki Okushi | -68/+0 | |
| 2020-03-26 | Update tests to use llvm_asm! | Amanieu d'Antras | -32/+32 | |
| 2019-11-17 | Address review comments | Vadim Petrochenkov | -5/+5 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -11/+11 | |
| 2019-01-02 | make `panictry!` private to libsyntax | Andy Russell | -0/+68 | |
| 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. | ||||
