summary refs log tree commit diff
path: root/src/libsyntax_ext
AgeCommit message (Expand)AuthorLines
2020-01-17Change `next_point` when `shrink_to_hi` is more appropriateEsteban Küber-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
2019-11-06Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e...Mazdak Farrokhzad-2/+2
2019-11-06Rollup merge of #66093 - estebank:fmt-ice, r=CentrilMazdak Farrokhzad-4/+6
2019-11-05Provide structured suggestions for valid formatting descriptorsEsteban Küber-1/+22
2019-11-05Point at formatting descriptor string when it is invalidEsteban Küber-33/+34
2019-11-05use American spelling for `pluralize!`Andy Russell-2/+2
2019-11-05Do not ICE whith a precision flag in formatting str and no format argumentsEsteban Küber-4/+6
2019-11-05Review feedback: Remove more stuff! Simplify simplify simplify!Felix S. Klock II-7/+3
2019-11-05Remove `PartialEq` and `Eq` from the `SpecialDerives`.Felix S. Klock II-6/+0
2019-11-04bump smallvec to 1.0Ralf Jung-1/+1
2019-11-02Simplify various `Symbol` use points.Nicholas Nethercote-2/+2
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-10/+14
2019-10-25Migrate from `#[structural_match]` attribute a lang-item trait.Felix S. Klock II-2/+95
2019-10-25Rollup merge of #65666 - XiangQingW:proc_macro, r=petrochenkovMazdak Farrokhzad-0/+11