| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -2/+2 |
| 2022-06-02 | Basic compiler infra | Caio | -22/+48 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -6/+2 |
| 2022-01-31 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -1/+1 |
| 2021-10-07 | Use correct edition for panic in [debug_]assert!() etc. | Mara Bos | -3/+3 |
| 2021-02-01 | Fix bug with assert!() calling the wrong edition of panic!(). | Mara Bos | -2/+2 |
| 2021-01-24 | Only call span.rust_2021() when necessary. | Mara Bos | -7/+5 |
| 2021-01-09 | Expand assert!(expr, args..) to include $crate for hygiene on 2021. | Mara Bos | -1/+19 |
| 2020-10-19 | Small cleanups in assert!() and panic_fmt lint. | Mara Bos | -31/+29 |
| 2020-10-18 | Expand assert!(expr) to panic() function instead of panic!() macro. | Mara Bos | -26/+36 |
| 2020-10-06 | rustc_parse: Make `Parser::unexpected` public and use it in built-in macros | Vadim Petrochenkov | -2/+1 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+133 |
