about summary refs log tree commit diff
path: root/src/libsyntax_expand
AgeCommit message (Expand)AuthorLines
2019-11-07move syntax::parse::lexer::comments -> syntax::util::commentsMazdak Farrokhzad-2/+2
2019-11-07move PResult to librustc_errorsMazdak Farrokhzad-4/+4
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-13/+14
2019-11-07Rollup merge of #65974 - Centril:matcher-friendly-gating, r=petrochenkovMazdak Farrokhzad-2/+15
2019-11-07syntax: use distinct FloatTy from rustc_target.Mazdak Farrokhzad-1/+0
2019-11-06Make doc comments cheaper with `AttrKind`.Nicholas Nethercote-10/+12
2019-11-06Remove unnecessary `Deref` impl for `Attribute`.Nicholas Nethercote-6/+6
2019-11-06rollback gating for failing macro matchersMazdak Farrokhzad-2/+15
2019-11-06legacy_directory_ownership -> errorMazdak Farrokhzad-1/+1
2019-11-06Rollup merge of #66139 - euclio:pluralize, r=nagisaMazdak Farrokhzad-3/+3
2019-11-06Rollup merge of #66086 - RalfJung:smallvec, r=nagisaMazdak Farrokhzad-1/+1
2019-11-06Rollup merge of #65973 - eddyb:caller-location-panic, r=petrochenkovMazdak Farrokhzad-12/+1
2019-11-06Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e...Mazdak Farrokhzad-1/+1
2019-11-06Rollup merge of #66054 - petrochenkov:delspan, r=estebankMazdak Farrokhzad-20/+10
2019-11-05use American spelling for `pluralize!`Andy Russell-3/+3
2019-11-05Review feedback: Remove more stuff! Simplify simplify simplify!Felix S. Klock II-4/+3
2019-11-04bump smallvec to 1.0Ralf Jung-1/+1
2019-11-04Auto merge of #66078 - petrochenkov:gateout, r=Centrilbors-16/+50
2019-11-04expand: Feature gate out-of-line modules in proc macro inputVadim Petrochenkov-16/+50
2019-11-03Migrate resolver over to internal lint bufferMark Rousskov-2/+2
2019-11-03syntax: Avoid span arithmetics for delimiter tokensVadim Petrochenkov-20/+10
2019-11-02Convert `x.as_str().to_string()` to `x.to_string()` where possible.Nicholas Nethercote-1/+1
2019-10-30caller_location: point to macro invocation sites, like file!/line!.Eduard-Mihai Burtescu-12/+1
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-95/+4
2019-10-27syntax/attr: reduce reliance on parserMazdak Farrokhzad-1/+8
2019-10-21Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=CentrilMazdak Farrokhzad-1/+1
2019-10-21Remove many unnecessary trait derivations.Nicholas Nethercote-1/+1
2019-10-19Avoid ICE when include! is used by stdin crateNika Layzell-5/+19
2019-10-19Fix rebaseVadim Petrochenkov-1/+2
2019-10-19expand: Simplify expansion of derivesVadim Petrochenkov-23/+24
2019-10-16mbe: leave a FIXMEMazdak Farrokhzad-0/+3
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-0/+8388