about summary refs log tree commit diff
path: root/src/libsyntax_expand/expand.rs
AgeCommit message (Expand)AuthorLines
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-1725/+0
2019-12-30Rollup merge of #64273 - petrochenkov:stabattrmod, r=CentrilYuki Okushi-7/+4
2019-12-28Stabilize attribute macros on inline modulesVadim Petrochenkov-7/+4
2019-12-23extract parse_not_exprMazdak Farrokhzad-4/+2
2019-12-22Format the worldMark Rousskov-279/+408
2019-12-20Rollup merge of #67131 - Centril:item-merge, r=petrochenkovMazdak Farrokhzad-10/+10
2019-12-18Propagate cfg bootstrapMark Rousskov-1/+0
2019-12-12Remove `ast::{Impl,Trait}{Item,ItemKind}`.Mazdak Farrokhzad-2/+2
2019-12-12Unify associated item mut visitors.Mazdak Farrokhzad-8/+8
2019-12-02syntax: Use `ast::MacArgs` for attributesVadim Petrochenkov-21/+7
2019-12-02syntax: Remove redundant span from `ast::Mac`Vadim Petrochenkov-2/+2
2019-11-30move GateIssue to rustc_feature & simplify emit_feature_errMazdak Farrokhzad-13/+15
2019-11-30move is_builtin_attr to syntax::attrMazdak Farrokhzad-2/+2
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-2/+3
2019-11-24expand: Fully preserve visibilities on unnamed fields with attributesVadim Petrochenkov-2/+20
2019-11-19Move syntax_expand::config to rustc_parse::configMark Rousskov-1/+1
2019-11-16expand: Stop marking derive helper attributes as knownVadim Petrochenkov-16/+4
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-3/+3
2019-11-10move config.rs to libsyntax_expandMazdak Farrokhzad-2/+2
2019-11-09move attr meta grammar to parse::validate_atr + ast_validationMazdak Farrokhzad-1/+3
2019-11-08Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obkMazdak Farrokhzad-1/+1
2019-11-07move PResult to librustc_errorsMazdak Farrokhzad-2/+2
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+1
2019-11-06Make doc comments cheaper with `AttrKind`.Nicholas Nethercote-8/+10
2019-11-06Remove unnecessary `Deref` impl for `Attribute`.Nicholas Nethercote-4/+4
2019-11-06legacy_directory_ownership -> errorMazdak Farrokhzad-1/+1
2019-11-05Review feedback: Remove more stuff! Simplify simplify simplify!Felix S. Klock II-1/+1
2019-11-04expand: Feature gate out-of-line modules in proc macro inputVadim Petrochenkov-16/+50
2019-10-19Avoid ICE when include! is used by stdin crateNika Layzell-1/+8
2019-10-19expand: Simplify expansion of derivesVadim Petrochenkov-11/+22
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-0/+1551