about summary refs log tree commit diff
path: root/src/libsyntax_ext
AgeCommit message (Expand)AuthorLines
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
2019-10-23Tweak format string error to point at arguments alwaysEsteban Küber-1/+4
2019-10-22Deprecated proc_macro doesn't trigger warning on build librarywangxiangqing-0/+1
2019-10-22Deprecated proc_macro doesn't trigger warning on build librarywangxiangqing-0/+10
2019-10-19Avoid ICE when include! is used by stdin crateNika Layzell-3/+21
2019-10-18review comment: span bug labelEsteban Küber-1/+1
2019-10-17Refer to "associated functions" instead of "static methods"Esteban Küber-17/+11
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-45/+47
2019-10-16attr: remove dep on ExtCtxtMazdak Farrokhzad-2/+17
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-5/+6
2019-10-14Rollup merge of #65261 - nnethercote:rm-Option-from-TokenStream, r=petrochenkovTyler Mandry-1/+1
2019-10-14Rollup merge of #65363 - Centril:less-pprust, r=Mark-SimulacrumMazdak Farrokhzad-8/+20
2019-10-14Remove the `Option` in `TokenStream`.Nicholas Nethercote-1/+1
2019-10-13ast: remove implicit pprust dependency via Display.Mazdak Farrokhzad-8/+20
2019-10-12Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiserbors-0/+44