| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-10-19 | Small cleanups in assert!() and panic_fmt lint. | Mara Bos | -31/+29 | |
| (From the PR feedback.) Co-authored-by: Esteban Küber <esteban@kuber.com.ar> | ||||
| 2020-10-18 | Expand assert!(expr) to panic() function instead of panic!() macro. | Mara Bos | -26/+36 | |
| The panic message might contain braces which should never be interpreted as format placeholders, which panic!() will do in a future edition. | ||||
| 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 | |
