| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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` | ||||
