| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-24 | Invoke attributes on the statement for statement items | Aaron Hill | -1/+20 | |
| 2020-11-19 | expand: Mark some dead code in derive expansion as unreachable | Vadim Petrochenkov | -31/+2 | |
| 2020-10-02 | Improve E0777 help message | Guillaume Gomez | -4/+13 | |
| 2020-10-01 | Create E0777 error code for "invalid literal in derive" | Guillaume Gomez | -4/+9 | |
| 2020-08-30 | Add `-Z proc-macro-backtrace` to allow showing proc-macro panics | Aaron Hill | -19/+22 | |
| Fixes #75050 Previously, we would unconditionally suppress the panic hook during proc-macro execution. This commit adds a new flag -Z proc-macro-backtrace, which allows running the panic hook for easier debugging. | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+224 | |
