| Age | Commit message (Expand) | Author | Lines |
| 2018-06-20 | Rename ast::GenericParam and ast::GenericArg | varkor | -60/+59 |
| 2018-06-20 | Make method and variable names more consistent | varkor | -39/+45 |
| 2018-06-20 | Rename "parameter" to "arg" | varkor | -82/+82 |
| 2018-06-20 | Rename PathParameter(s) to GenericArg(s) | varkor | -59/+55 |
| 2018-06-20 | Rename *Parameter to *Param | varkor | -24/+24 |
| 2018-06-20 | Consolidate PathParameters and AngleBracketedParameterData | varkor | -56/+86 |
| 2018-06-19 | Update error code numbers | Esteban Küber | -4/+4 |
| 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/+5 |
| 2018-06-19 | Add code to `invalid ABI` error | Esteban Küber | -5/+9 |
| 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-17 | Auto merge of #51425 - QuietMisdreavus:thats-def-a-namespace-there, r=petroch... | bors | -13/+18 |
| 2018-06-16 | Auto merge of #51562 - SimonSapin:transparent, r=cramertj | bors | -8/+2 |
| 2018-06-16 | Follow up on https://github.com/rust-lang/rust/pull/51508, make parse_block p... | PSeitz | -2/+2 |
| 2018-06-15 | Auto merge of #50296 - cmdd:master, r=nikomatsakis | bors | -0/+14 |
| 2018-06-14 | create multiple HIR items for a use statement | QuietMisdreavus | -13/+18 |
| 2018-06-12 | update wording, do not change parser | Niko Matsakis | -1/+1 |
| 2018-06-12 | Auto merge of #51521 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -3/+32 |
| 2018-06-12 | Rollup merge of #51510 - Havvy:diagnostic-list, r=GuillaumeGomez | Mark Rousskov | -1/+30 |
| 2018-06-12 | Rollup merge of #51502 - jebrosen:pub_parse_methods, r=Mark-Simulacrum | Mark Rousskov | -2/+2 |
| 2018-06-12 | Auto merge of #51519 - ExpHP:issue-51331-b, r=petrochenkov | bors | -25/+24 |
| 2018-06-12 | add fold::Folder::fold_qpath | Michael Lamparski | -25/+24 |
| 2018-06-12 | Auto merge of #51508 - PSeitz:master, r=Mark-Simulacrum | bors | -2/+2 |
| 2018-06-12 | Stabilize #[repr(transparent)] | Simon Sapin | -8/+2 |
| 2018-06-12 | Auto merge of #51498 - topecongiro:pub-parse_ident, r=petrochenkov | bors | -1/+1 |
| 2018-06-11 | Slightly better summary for E0538 | Havvy | -1/+1 |
| 2018-06-11 | Long diagnostic for E0538 | Havvy | -1/+30 |
| 2018-06-11 | Stabilize the #[global_allocator] attribute | Simon Sapin | -7/+3 |
| 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 | Auto merge of #51490 - Havvy:diagnostic-list, r=GuillaumeGomez | bors | -1/+32 |
| 2018-06-11 | Make parse_ident public | Seiichi Uchida | -1/+1 |
| 2018-06-11 | More E0541 long diagnostic wording tweaks | Havvy | -3/+3 |
| 2018-06-11 | Auto merge of #51480 - dtolnay:lifetime, r=kennytm | bors | -0/+8 |
| 2018-06-11 | Make tidy happy | Havvy | -7/+8 |
| 2018-06-11 | Fix typos in previous commit | Havvy | -1/+3 |
| 2018-06-11 | Long diagnostic for E0541 | Havvy | -1/+29 |
| 2018-06-10 | Enable fall through past $:lifetime matcher | David Tolnay | -0/+8 |
| 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 | -365/+191 |
| 2018-06-09 | Auto merge of #51068 - Crazycolorz5:pluseqsplitting, r=petrochenkov | bors | -10/+51 |
| 2018-06-08 | Rollup merge of #51298 - Dylan-DPC:stabilise/termination-test, r=nikomatsakis | Mark Rousskov | -37/+11 |
| 2018-06-08 | Rollup merge of #51099 - Crazycolorz5:expectedcloseparen, r=estebank | Mark Rousskov | -2/+7 |
| 2018-06-08 | provide error message when using more than 65535 hash symbols for raw strings | David Cao | -0/+14 |