summary refs log tree commit diff
path: root/src/librustc_parse/config.rs
AgeCommit message (Expand)AuthorLines
2019-12-06Rollup merge of #67052 - Centril:config-1, r=petrochenkovMazdak Farrokhzad-44/+62
2019-12-06parse_meta: ditch parse_in_attrMazdak Farrokhzad-21/+4
2019-12-06cfg_attr: avoid .outer_tokensMazdak Farrokhzad-44/+79
2019-12-06Rename to `then_some` and `then`varkor-1/+1
2019-12-06Use `to_option` in various placesvarkor-1/+1
2019-12-05rustc_parser: cleanup importsMazdak Farrokhzad-1/+1
2019-12-02syntax: Use `ast::MacArgs` for attributesVadim Petrochenkov-1/+1
2019-11-30derive(Default) for FeaturesMazdak Farrokhzad-1/+1
2019-11-30move GateIssue to rustc_feature & simplify emit_feature_errMazdak Farrokhzad-2/+1
2019-11-30inline two explanation constantsMazdak Farrokhzad-7/+2
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-1/+1
2019-11-19Move syntax_expand::config to rustc_parse::configMark Rousskov-0/+375