| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-30 | Rename directories for some crates from `syntax_x` to `rustc_x` | Vadim Petrochenkov | -20/+0 | |
| `syntax_expand` -> `rustc_expand` `syntax_pos` -> `rustc_span` `syntax_ext` -> `rustc_builtin_macros` | ||||
| 2019-12-22 | Format the world | Mark Rousskov | -5/+6 | |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -1/+1 | |
| 2019-09-03 | use TokenStream rather than &[TokenTree] for built-in macros | Aleksey Kladov | -2/+2 | |
| That way, we don't loose the jointness info | ||||
| 2019-02-04 | libsyntax_ext => 2018 | Taiki Endo | -3/+2 | |
| 2018-12-30 | Improve error recovery for some built-in macros | Vadim Petrochenkov | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-07-12 | Deny bare trait objects in src/libsyntax_ext | ljedrz | -1/+1 | |
| 2017-07-25 | Stabilize the `compile_error_macro` feature | Alex Crichton | -10/+0 | |
| Stabilizes: * `compile_error!` as a macro defined by rustc Closes #40872 | ||||
| 2017-06-19 | Add compile_error! | Wesley Wiser | -0/+40 | |
| Related to #40872 | ||||
