about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2018-05-30resolve: Make sure indeterminate and inconsistent macro resolutions always ge...Vadim Petrochenkov-0/+10
2018-05-28Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearthbors-2/+6
2018-05-27innacurate -> inaccurateTakanori Ishibashi-1/+1
2018-05-26Add `Ident::as_str` helperVadim Petrochenkov-8/+8
2018-05-24Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkovbors-0/+1
2018-05-22add `Span` information into `Qself`Niko Matsakis-0/+1
2018-05-22rustc: Correctly pretty-print macro delimitersAlex Crichton-0/+1
2018-05-20suggestion applicabilities for libsyntax and librustc, run-rustfix testsZack M. Davis-2/+6
2018-05-20Auto merge of #50855 - nnethercote:fewer-macro_parser-allocs, r=petrochenkovbors-24/+73
2018-05-20Auto merge of #50820 - alexcrichton:no-modules, r=petrochenkovbors-5/+55
2018-05-18rustc: Disallow modules and macros in expansionsAlex Crichton-5/+55
2018-05-18Make `Directory::path` a `Cow`.Nicholas Nethercote-1/+2
2018-05-18Introduce `MatcherPosHandle`.Nicholas Nethercote-11/+59
2018-05-17Pass crate editions to macro expansions, update testsVadim Petrochenkov-21/+45
2018-05-17Add edition to expansion infoVadim Petrochenkov-2/+8
2018-05-17Change `TokenTreeOrTokenTreeVec` to `TokenTreeOrTokenTreeSlice`.Nicholas Nethercote-19/+19
2018-05-16Auto merge of #50045 - est31:label_break_value, r=eddybbors-1/+1
2018-05-16label-break-value: Parsing and AST/HIR changesest31-1/+1
2018-05-15Represent lifetimes as two joint tokens in proc macrosVadim Petrochenkov-0/+1
2018-05-13stabilize :lifetimeAlex Burka-13/+1
2018-05-13Macros: Add a 'literal' fragment specifierDan Aloni-2/+21
2018-05-03Auto merge of #50413 - kennytm:rollup, r=kennytmbors-1/+7
2018-05-03check if the token is a lifetime before parsingrleungx-1/+7
2018-05-02make it compile againflip1995-1/+1
2018-05-02Gate tool_attributes featureSeiichi Uchida-1/+5
2018-05-02Remove Option from the return type of Attribute::name()Seiichi Uchida-1/+2
2018-05-02Allow Path for name of MetaItemSeiichi Uchida-3/+2
2018-04-30Auto merge of #50092 - abonander:issue-49934, r=petrochenkovbors-13/+76
2018-04-29Warn on pointless `#[derive]` in more placesAustin Bonander-13/+76
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+1
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-1/+74
2018-04-18Auto merge of #49993 - nnethercote:shrink-Token, r=alexcrichtonbors-1/+6
2018-04-16Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkovbors-67/+22
2018-04-14Add error codes for libsyntax_extGuillaume Gomez-1/+4
2018-04-12Avoid comparing fields by name when possibleVadim Petrochenkov-2/+2
2018-04-12AST/HIR: Merge field access expressions for named and numeric fieldsVadim Petrochenkov-2/+2
2018-04-12Change the hashcounts in raw `Lit` variants from usize to u16.Nicholas Nethercote-1/+6
2018-04-10Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoeristerbors-9/+11
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-12/+14
2018-04-06Make lifetime nonterminals closer to identifier nonterminalsVadim Petrochenkov-2/+2
2018-04-06Remove more duplicated spansVadim Petrochenkov-11/+13
2018-04-06Rename `ast::Variant_::name` into `ident` + Fix rebaseVadim Petrochenkov-2/+2
2018-04-06Use `Span::apply_mark` where possibleVadim Petrochenkov-5/+5
2018-04-06Get rid of `SpannedIdent`Vadim Petrochenkov-19/+14
2018-04-06Rename `PathSegment::identifier` to `ident`Vadim Petrochenkov-9/+9
2018-04-06Use `Span` instead of `SyntaxContext` in `Ident`Vadim Petrochenkov-11/+8
2018-04-05No separator for `?`. No `?` as a separator.Mark Mansi-67/+22
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-0/+97
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-19/+78
2018-03-28Make SyntaxExtension thread-safeJohn Kåre Alsaker-9/+11