| Age | Commit message (Expand) | Author | Lines |
| 2018-06-20 | Make GenericBound explicit | varkor | -1/+2 |
| 2018-06-20 | Rename ParamBound(s) to GenericBound(s) | varkor | -6/+6 |
| 2018-06-20 | Rename TraitTyParamBound to ParamBound::Trait | varkor | -1/+1 |
| 2018-06-20 | Remove name from GenericParamKind::Lifetime | varkor | -3/+1 |
| 2018-06-20 | Lift bounds into GenericParam | varkor | -8/+8 |
| 2018-06-20 | Rename structures in ast | varkor | -13/+13 |
| 2018-06-20 | Refactor ast::GenericParam as a struct | varkor | -10/+17 |
| 2018-06-20 | Rename ast::GenericParam and ast::GenericArg | varkor | -5/+5 |
| 2018-06-20 | Make method and variable names more consistent | varkor | -6/+6 |
| 2018-06-20 | Rename "parameter" to "arg" | varkor | -11/+11 |
| 2018-06-20 | Rename *Parameter to *Param | varkor | -5/+5 |
| 2018-06-20 | Consolidate PathParameters and AngleBracketedParameterData | varkor | -19/+14 |
| 2018-06-14 | create multiple HIR items for a use statement | QuietMisdreavus | -2/+2 |
| 2018-06-10 | Enable fall through past $:lifetime matcher | David Tolnay | -0/+8 |
| 2018-06-08 | Rollup merge of #51417 - pietroalbini:revert-49719, r=nikomatsakis | kennytm | -22/+67 |
| 2018-06-07 | Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov" | Pietro Albini | -22/+67 |
| 2018-06-02 | Deny #[cfg] and #[cfg_attr] on generic parameters. | kennytm | -0/+5 |
| 2018-05-30 | resolve: Make sure indeterminate and inconsistent macro resolutions always ge... | Vadim Petrochenkov | -0/+10 |
| 2018-05-28 | Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth | bors | -2/+6 |
| 2018-05-27 | innacurate -> inaccurate | Takanori Ishibashi | -1/+1 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -8/+8 |
| 2018-05-24 | Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkov | bors | -0/+1 |
| 2018-05-22 | add `Span` information into `Qself` | Niko Matsakis | -0/+1 |
| 2018-05-22 | rustc: Correctly pretty-print macro delimiters | Alex Crichton | -0/+1 |
| 2018-05-20 | suggestion applicabilities for libsyntax and librustc, run-rustfix tests | Zack M. Davis | -2/+6 |
| 2018-05-20 | Auto merge of #50855 - nnethercote:fewer-macro_parser-allocs, r=petrochenkov | bors | -24/+73 |
| 2018-05-20 | Auto merge of #50820 - alexcrichton:no-modules, r=petrochenkov | bors | -5/+55 |
| 2018-05-18 | rustc: Disallow modules and macros in expansions | Alex Crichton | -5/+55 |
| 2018-05-18 | Make `Directory::path` a `Cow`. | Nicholas Nethercote | -1/+2 |
| 2018-05-18 | Introduce `MatcherPosHandle`. | Nicholas Nethercote | -11/+59 |
| 2018-05-17 | Pass crate editions to macro expansions, update tests | Vadim Petrochenkov | -21/+45 |
| 2018-05-17 | Add edition to expansion info | Vadim Petrochenkov | -2/+8 |
| 2018-05-17 | Change `TokenTreeOrTokenTreeVec` to `TokenTreeOrTokenTreeSlice`. | Nicholas Nethercote | -19/+19 |
| 2018-05-16 | Auto merge of #50045 - est31:label_break_value, r=eddyb | bors | -1/+1 |
| 2018-05-16 | label-break-value: Parsing and AST/HIR changes | est31 | -1/+1 |
| 2018-05-15 | Represent lifetimes as two joint tokens in proc macros | Vadim Petrochenkov | -0/+1 |
| 2018-05-13 | stabilize :lifetime | Alex Burka | -13/+1 |
| 2018-05-13 | Macros: Add a 'literal' fragment specifier | Dan Aloni | -2/+21 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -1/+7 |
| 2018-05-03 | check if the token is a lifetime before parsing | rleungx | -1/+7 |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 |
| 2018-05-02 | Gate tool_attributes feature | Seiichi Uchida | -1/+5 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -1/+2 |
| 2018-05-02 | Allow Path for name of MetaItem | Seiichi Uchida | -3/+2 |
| 2018-04-30 | Auto merge of #50092 - abonander:issue-49934, r=petrochenkov | bors | -13/+76 |
| 2018-04-29 | Warn on pointless `#[derive]` in more places | Austin Bonander | -13/+76 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-04-20 | rustc: Tweak custom attribute capabilities | Alex Crichton | -1/+74 |
| 2018-04-18 | Auto merge of #49993 - nnethercote:shrink-Token, r=alexcrichton | bors | -1/+6 |
| 2018-04-16 | Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov | bors | -67/+22 |