summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2018-06-20Make GenericBound explicitvarkor-1/+2
2018-06-20Rename ParamBound(s) to GenericBound(s)varkor-6/+6
2018-06-20Rename TraitTyParamBound to ParamBound::Traitvarkor-1/+1
2018-06-20Remove name from GenericParamKind::Lifetimevarkor-3/+1
2018-06-20Lift bounds into GenericParamvarkor-8/+8
2018-06-20Rename structures in astvarkor-13/+13
2018-06-20Refactor ast::GenericParam as a structvarkor-10/+17
2018-06-20Rename ast::GenericParam and ast::GenericArgvarkor-5/+5
2018-06-20Make method and variable names more consistentvarkor-6/+6
2018-06-20Rename "parameter" to "arg"varkor-11/+11
2018-06-20Rename *Parameter to *Paramvarkor-5/+5
2018-06-20Consolidate PathParameters and AngleBracketedParameterDatavarkor-19/+14
2018-06-14create multiple HIR items for a use statementQuietMisdreavus-2/+2
2018-06-10Enable fall through past $:lifetime matcherDavid Tolnay-0/+8
2018-06-08Rollup merge of #51417 - pietroalbini:revert-49719, r=nikomatsakiskennytm-22/+67
2018-06-07Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov"Pietro Albini-22/+67
2018-06-02Deny #[cfg] and #[cfg_attr] on generic parameters.kennytm-0/+5
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