| Age | Commit message (Expand) | Author | Lines |
| 2018-06-20 | Refactor ast::GenericParam as a struct | varkor | -25/+25 |
| 2018-06-20 | Rename ast::GenericParam and ast::GenericArg | varkor | -12/+11 |
| 2018-06-20 | Rename "parameter" to "arg" | varkor | -15/+15 |
| 2018-06-20 | Rename *Parameter to *Param | varkor | -4/+4 |
| 2018-06-20 | Consolidate PathParameters and AngleBracketedParameterData | varkor | -9/+11 |
| 2018-06-19 | Update error code numbers | Esteban Küber | -2/+2 |
| 2018-06-19 | Fix tidy and remove unused method | Esteban Küber | -2/+2 |
| 2018-06-19 | Point to previous line for single expected token | Esteban Küber | -1/+20 |
| 2018-06-19 | Add message to `rustc_on_unimplemented` attributes in core | Esteban Küber | -8/+0 |
| 2018-06-19 | Add code to incorrect `pub` restriction error | Esteban Küber | -3/+4 |
| 2018-06-19 | Add code to `invalid ABI` error | Esteban Küber | -5/+8 |
| 2018-06-19 | Do not consume semicolon twice while parsing local statement | Seiichi Uchida | -1/+1 |
| 2018-06-19 | Auto merge of #51278 - EPashkin:fix_mod_with_multilevel_paths_on_windows, r=n... | bors | -1/+13 |
| 2018-06-17 | Auto merge of #51549 - PSeitz:patch-1, r=kennytm | bors | -2/+2 |
| 2018-06-16 | Follow up on https://github.com/rust-lang/rust/pull/51508, make parse_block p... | PSeitz | -2/+2 |
| 2018-06-14 | create multiple HIR items for a use statement | QuietMisdreavus | -1/+1 |
| 2018-06-12 | Rollup merge of #51502 - jebrosen:pub_parse_methods, r=Mark-Simulacrum | Mark Rousskov | -2/+2 |
| 2018-06-12 | Auto merge of #51508 - PSeitz:master, r=Mark-Simulacrum | bors | -2/+2 |
| 2018-06-11 | Make span_fatal and parse_block public | PSeitz | -2/+2 |
| 2018-06-11 | Make parse_seq_to_end and parse_path public | jeb | -2/+2 |
| 2018-06-11 | Make parse_ident public | Seiichi Uchida | -1/+1 |
| 2018-06-10 | Auto merge of #50205 - topecongiro:include-parens-to-type-parameter, r=petroc... | bors | -8/+9 |
| 2018-06-10 | Simplify an error handling in the parser | Seiichi Uchida | -6/+2 |
| 2018-06-10 | Include parens to type parameter | Seiichi Uchida | -2/+7 |
| 2018-06-09 | Crate-ify and delete unused code in syntax::parse | Mark Simulacrum | -234/+105 |
| 2018-06-09 | Auto merge of #51068 - Crazycolorz5:pluseqsplitting, r=petrochenkov | bors | -10/+44 |
| 2018-06-08 | Rollup merge of #51099 - Crazycolorz5:expectedcloseparen, r=estebank | Mark Rousskov | -2/+7 |
| 2018-06-07 | add an explanatory comment | Niko Matsakis | -0/+5 |
| 2018-06-06 | Auto merge of #51201 - estebank:dotdot, r=petrochenkov | bors | -69/+135 |
| 2018-06-05 | Account for comma in suggestion | Esteban Küber | -1/+1 |
| 2018-06-05 | Improve diagnostics for incorrect `..` usage | Esteban Küber | -79/+135 |
| 2018-06-05 | Accept `..` in incorrect position to avoid further errors | Esteban Küber | -0/+10 |
| 2018-06-04 | Fixed indentation error. | Crazycolorz5 | -2/+2 |
| 2018-06-04 | Fixed incorrect check_plus to token.is_like_plus. | Crazycolorz5 | -1/+1 |
| 2018-06-04 | Tidy fixes. | Crazycolorz5 | -5/+5 |
| 2018-06-04 | Added is_like_plus to token, and used that in place of equality comparison to... | Crazycolorz5 | -9/+22 |
| 2018-06-04 | Implemented eat_plus and used it in parsing parse_ty_param_bounds_common. | Crazycolorz5 | -1/+22 |
| 2018-06-01 | Suggest not mutably borrowing a mutable reference | Yaron Tausky | -20/+22 |
| 2018-06-01 | Fix processing mod with multi-level path on Windows | Evgenii Pashkin | -1/+8 |
| 2018-06-01 | Add closing bracket expectation to sequences, modified appropriate test cases. | Crazycolorz5 | -2/+7 |
| 2018-05-28 | Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth | bors | -52/+140 |
| 2018-05-26 | Auto merge of #51072 - petrochenkov:ifield, r=eddyb | bors | -2/+2 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -2/+2 |
| 2018-05-24 | restore emplacement syntax (obsolete) | Niko Matsakis | -0/+13 |
| 2018-05-24 | Auto merge of #51023 - kennytm:rollup, r=kennytm | bors | -8/+8 |
| 2018-05-24 | Rollup merge of #50979 - Manishearth:type-only, r=estebank | kennytm | -8/+8 |
| 2018-05-24 | Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkov | bors | -28/+38 |
| 2018-05-22 | add `Span` information into `Qself` | Niko Matsakis | -7/+21 |
| 2018-05-22 | Fix span for type-only arguments | Manish Goregaokar | -8/+8 |
| 2018-05-22 | rustc: Correctly pretty-print macro delimiters | Alex Crichton | -28/+38 |