about summary refs log tree commit diff
path: root/src/libsyntax_ext
AgeCommit message (Expand)AuthorLines
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-8981/+0
2019-12-29Auto merge of #67112 - Centril:expr-polish, r=estebankbors-9/+11
2019-12-29Rollup merge of #67482 - ldm0:master, r=petrochenkovDylan DPC-3/+6
2019-12-24x.py fmt after previous deignoreMark Rousskov-144/+205
2019-12-23extract parse_not_exprMazdak Farrokhzad-9/+11
2019-12-22Format the worldMark Rousskov-1859/+2003
2019-12-22Fix outdated commentDonough Liu-3/+6
2019-12-21Rollup merge of #67355 - Centril:merge-mut, r=oli-obkMazdak Farrokhzad-14/+14
2019-12-20introduce 'type AttrVec'Mazdak Farrokhzad-11/+5
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-14/+14
2019-12-12`AssocImplKind::{Method -> Fn}`.Mazdak Farrokhzad-1/+1
2019-12-12Remove `ast::{Impl,Trait}{Item,ItemKind}`.Mazdak Farrokhzad-7/+7
2019-12-12Unify `{Trait,Impl}ItemKind::TyAlias` structures.Mazdak Farrokhzad-1/+3
2019-12-12Use `Option` in `ImplItemKind::Method`.Mazdak Farrokhzad-1/+1
2019-12-06Rename to `then_some` and `then`varkor-3/+3
2019-12-06Use `to_option` in various placesvarkor-3/+4
2019-12-03Move early lint declarations to librustc_sessionMark Rousskov-2/+2
2019-12-02syntax: Use `ast::MacArgs` for attributesVadim Petrochenkov-2/+2
2019-12-02syntax: Remove redundant span from `ast::Mac`Vadim Petrochenkov-13/+3
2019-12-02syntax: Introduce a struct `MacArgs` for macro argumentsVadim Petrochenkov-11/+12
2019-11-30builtin_attrs.rs -> rustc_featureMazdak Farrokhzad-1/+1
2019-11-30move AttributeTemplate to builtin_attrsMazdak Farrokhzad-1/+1
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-1/+2
2019-11-26Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPCTyler Mandry-2/+3
2019-11-25Various cleanupsEsteban Küber-1/+1
2019-11-25Tweak duplicate fmt arg errorEsteban Küber-1/+2
2019-11-24rustc_plugin: Remove support for syntactic pluginsVadim Petrochenkov-59/+0
2019-11-17Address review commentsVadim Petrochenkov-3/+2
2019-11-16parse: Use string literal parsing in the `asm` macroVadim Petrochenkov-14/+25
2019-11-16ast: Keep `extern` qualifiers in functions more preciselyVadim Petrochenkov-5/+2
2019-11-15Rollup merge of #66415 - tmandry:force-test-in-process, r=alexcrichtonMazdak Farrokhzad-1/+2
2019-11-15Improve error message for tests with panic=abortTyler Mandry-1/+2
2019-11-14Remove unused error_codes.rs filesGuillaume Gomez-120/+0
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-2/+5
2019-11-14Rollup merge of #66349 - euclio:def-site-builtins, r=petrochenkovYuki Okushi-0/+8
2019-11-12expand source_util macros with def-site contextAndy Russell-0/+8
2019-11-11Fix error message about exported symbols from proc-macro cratesLukas Kalbertodt-4/+6
2019-11-10Auto merge of #65324 - Centril:organize-syntax, r=petrochenkovbors-11/+12
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-10/+10
2019-11-09Rollup merge of #66134 - estebank:unknown-formatting-trait, r=nikomatsakisMazdak Farrokhzad-33/+55
2019-11-09move attr meta grammar to parse::validate_atr + ast_validationMazdak Farrokhzad-2/+3
2019-11-08ast::ItemKind::Fn: use ast::FnSigMazdak Farrokhzad-21/+15
2019-11-08ast::MethodSig -> ast::FnSigMazdak Farrokhzad-1/+1
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-10/+12
2019-11-07syntax: use distinct FloatTy from rustc_target.Mazdak Farrokhzad-2/+1
2019-11-07parser: don't hardcode ABIs into grammarMazdak Farrokhzad-14/+17
2019-11-06Make doc comments cheaper with `AttrKind`.Nicholas Nethercote-6/+8
2019-11-06Remove unnecessary `Deref` impl for `Attribute`.Nicholas Nethercote-6/+6
2019-11-06Rollup merge of #66139 - euclio:pluralize, r=nagisaMazdak Farrokhzad-2/+2
2019-11-06Rollup merge of #66086 - RalfJung:smallvec, r=nagisaMazdak Farrokhzad-1/+1