about summary refs log tree commit diff
path: root/src/libsyntax_expand/base.rs
AgeCommit message (Expand)AuthorLines
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-1181/+0
2019-12-22Format the worldMark Rousskov-144/+152
2019-12-20introduce 'type AttrVec'Mazdak Farrokhzad-2/+1
2019-12-20Rollup merge of #67131 - Centril:item-merge, r=petrochenkovMazdak Farrokhzad-12/+12
2019-12-13Address review commentsOliver Scherer-1/+1
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-1/+5
2019-12-12Remove `ast::{Impl,Trait}{Item,ItemKind}`.Mazdak Farrokhzad-12/+12
2019-12-03Remove dead cfg methodMark Rousskov-1/+0
2019-11-24rustc_plugin: Remove support for syntactic pluginsVadim Petrochenkov-2/+0
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-4/+4
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+1
2019-11-06Rollup merge of #65973 - eddyb:caller-location-panic, r=petrochenkovMazdak Farrokhzad-12/+1
2019-11-05Review feedback: Remove more stuff! Simplify simplify simplify!Felix S. Klock II-3/+2
2019-11-03Migrate resolver over to internal lint bufferMark Rousskov-2/+2
2019-10-30caller_location: point to macro invocation sites, like file!/line!.Eduard-Mihai Burtescu-12/+1
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-13/+3
2019-10-19Avoid ICE when include! is used by stdin crateNika Layzell-4/+11
2019-10-19expand: Simplify expansion of derivesVadim Petrochenkov-2/+1
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-0/+1189