| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-06 | Revert "Promote missing_fragment_specifier to hard error" | Mark Rousskov | -1/+18 | |
| This reverts commit 02eae432e7476a0686633a8c2b7cb1d5aab1bd2c. | ||||
| 2020-09-01 | interface: use `OnceCell` from standard library | marmeladema | -3/+3 | |
| 2020-08-30 | Add `-Z proc-macro-backtrace` to allow showing proc-macro panics | Aaron Hill | -0/+1 | |
| 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/+1004 | |
