| Age | Commit message (Expand) | Author | Lines |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -0/+1 |
| 2018-02-02 | Rollup merge of #47914 - etaoins:improve-char-escape-in-lexer-msg, r=petroche... | kennytm | -12/+19 |
| 2018-02-02 | Auto merge of #47465 - estebank:include-space-after-mut, r=nikomatsakis | bors | -2/+24 |
| 2018-02-01 | Fix test after rebase | Esteban Küber | -5/+1 |
| 2018-02-01 | Remove support for `Self` in attributes | Esteban Küber | -7/+1 |
| 2018-02-01 | Fix tests | Esteban Küber | -1/+1 |
| 2018-02-01 | Rework `parse_ident_attr` | Esteban Küber | -25/+26 |
| 2018-02-01 | Add filtering options to `rustc_on_unimplemented` | Esteban Küber | -6/+12 |
| 2018-02-01 | Change offset to `0` | Esteban Küber | -1/+1 |
| 2018-02-01 | Auto merge of #47540 - Manishearth:suggestion, r=nrc | bors | -10/+36 |
| 2018-02-01 | Improve char escaping in lexer messages | Ryan Cumming | -12/+19 |
| 2018-01-31 | Auto merge of #45752 - estebank:highlight-primary, r=nikomatsakis | bors | -1/+3 |
| 2018-01-30 | Update a few comments | Mark Mansi | -1/+4 |
| 2018-01-30 | stabilize match_beginning_vert | Jonathan Goodman | -18/+4 |
| 2018-01-30 | Fix trailing whitespace | Mark Mansi | -1/+1 |
| 2018-01-30 | Improved tests + typo fixes + assert | Mark Mansi | -0/+2 |
| 2018-01-30 | Add feature gate + tests | Mark Mansi | -10/+76 |
| 2018-01-30 | Fix typo in error message + update tests | Mark Mansi | -1/+1 |
| 2018-01-30 | Attempted fix for `?` kleene op | Mark Mansi | -23/+21 |
| 2018-01-30 | Run rustfmt on macro_parser.rs | Mark Mansi | -4/+6 |
| 2018-01-30 | Run rustfmt on quoted.rs | Mark Mansi | -10/+21 |
| 2018-01-30 | Update the macro parser to allow at most once repetitions for `?` Kleene | Mark Mansi | -16/+22 |
| 2018-01-30 | Allow `?` as a KleeneOp in the macro parser | Mark Mansi | -46/+84 |
| 2018-01-30 | The `static` keyword can now begin expressions | John Kåre Alsaker | -0/+1 |
| 2018-01-30 | Auto merge of #47870 - kennytm:rollup, r=kennytm | bors | -165/+524 |
| 2018-01-30 | Rollup merge of #47732 - mark-i-m:markim_comments_0001, r=jseyfried | kennytm | -126/+351 |
| 2018-01-30 | Rollup merge of #47603 - mark-i-m:markim_comments_0000, r=jseyfried | kennytm | -39/+173 |
| 2018-01-30 | Auto merge of #45294 - petrochenkov:prioplus, r=nikomatsakis | bors | -10/+25 |
| 2018-01-29 | fix typos | Mark Mansi | -4/+4 |
| 2018-01-29 | Update comment | Mark Mansi | -1/+2 |
| 2018-01-29 | Toggle span highlighting on `-Zteach` | Esteban Küber | -1/+3 |
| 2018-01-29 | Add internal-only rustc_serialize_exclude_null attribute for making the field... | Manish Goregaokar | -0/+8 |
| 2018-01-29 | Add -Zapproximate-suggestions | Manish Goregaokar | -4/+18 |
| 2018-01-29 | Add approximate suggestions for rustfix | Manish Goregaokar | -7/+11 |
| 2018-01-28 | Auto merge of #47800 - Pulkit07:issue47755, r=sfackler | bors | -3/+1 |
| 2018-01-28 | Auto merge of #47767 - estebank:as-suggestion, r=petrochenkov | bors | -0/+1 |
| 2018-01-27 | Make `+` in `impl/dyn Trait` non-associative | Vadim Petrochenkov | -3/+19 |
| 2018-01-27 | syntax: Permit `+` in return types of function declarations | Vadim Petrochenkov | -6/+6 |
| 2018-01-27 | syntax: Lower priority of `+` in `impl Trait`/`dyn Trait` | Vadim Petrochenkov | -4/+3 |
| 2018-01-27 | Fixed infinite loop issues and added some improved logging. | David Wood | -6/+20 |
| 2018-01-27 | Now handling case where span has same lo and hi. | David Wood | -1/+6 |
| 2018-01-27 | next_point now handles creating spans over multibyte characters. | David Wood | -5/+9 |
| 2018-01-27 | Replaced multi-byte character handling in end_point with potentially more per... | David Wood | -23/+59 |
| 2018-01-27 | end_point handling multibyte characters correctly. | David Wood | -3/+42 |
| 2018-01-27 | don't mention tasks in stability warnings of #[thread_local] #47755 | Pulkit Goyal | -3/+1 |
| 2018-01-26 | Instead of modifying the item's span synthesize it | Esteban Küber | -2/+1 |
| 2018-01-26 | review comment | Esteban Küber | -6/+4 |
| 2018-01-26 | Consider all whitespace when preparing span | Esteban Küber | -2/+26 |
| 2018-01-26 | A few more comments | Mark Mansi | -0/+8 |
| 2018-01-26 | Still more comments | Mark Mansi | -2/+26 |