| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-30 | Rename directories for some crates from `syntax_x` to `rustc_x` | Vadim Petrochenkov | -216/+0 | |
| `syntax_expand` -> `rustc_expand` `syntax_pos` -> `rustc_span` `syntax_ext` -> `rustc_builtin_macros` | ||||
| 2019-12-23 | extract parse_not_expr | Mazdak Farrokhzad | -9/+11 | |
| 2019-12-22 | Format the world | Mark Rousskov | -31/+58 | |
| 2019-12-03 | Move early lint declarations to librustc_session | Mark Rousskov | -2/+2 | |
| 2019-11-12 | expand source_util macros with def-site context | Andy Russell | -0/+8 | |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -5/+5 | |
| also move MACRO_ARGUMENTS -> librustc_parse | ||||
| 2019-11-07 | syntax::parser::token -> syntax::token | Mazdak Farrokhzad | -1/+2 | |
| 2019-10-19 | Avoid ICE when include! is used by stdin crate | Nika Layzell | -3/+21 | |
| This should also eliminate the ICE when using `include_bytes!`, `include_str!` and `#[doc(include = "...")]`. Fixes #63900 | ||||
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -2/+3 | |
| 2019-10-07 | Warn if include macro fails to include entire file | Mark Rousskov | -1/+11 | |
| 2019-09-03 | use TokenStream rather than &[TokenTree] for built-in macros | Aleksey Kladov | -9/+9 | |
| That way, we don't loose the jointness info | ||||
| 2019-08-15 | Make sure that all file loading happens via SourceMap | Aleksey Kladov | -26/+11 | |
| That way, callers don't need to repeat "let's add this to sm manually for tracking dependencies" trick. It should make it easier to switch to using `FileLoader` for binary files in the future as well | ||||
| 2019-08-13 | syntax: Remove `DummyResult::expn_only` | Vadim Petrochenkov | -5/+5 | |
| 2019-07-31 | Replace AstBuilder with inherent methods | Mark Rousskov | -1/+0 | |
| 2019-07-27 | Break dependencies between `syntax_ext` and some other crates | Vadim Petrochenkov | -0/+165 | |
| Move `source_uitil` macros into `syntax_ext` Cleanup dependencies of `rustc_driver` | ||||
