| Age | Commit message (Expand) | Author | Lines |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -34/+36 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -10/+10 |
| 2020-08-14 | Rollup merge of #75513 - estebank:confused-parser, r=davidtwco | Tyler Mandry | -1/+1 |
| 2020-08-13 | Recover gracefully from `struct ` parse errors | Esteban Küber | -1/+1 |
| 2020-08-13 | Rollup merge of #74650 - estebank:ambiguous-expr-binop, r=eddyb | Tyler Mandry | -2/+9 |
| 2020-08-12 | Auto merge of #75321 - estebank:js-goes-gaga, r=davidtwco | bors | -0/+23 |
| 2020-08-10 | Detect JS-style `===` and `!==` and recover | Esteban Küber | -0/+23 |
| 2020-08-10 | Rollup merge of #75320 - estebank:js-for-i-of-x, r=davidtwco | Yuki Okushi | -6/+13 |
| 2020-08-08 | Detect likely `for foo of bar` JS syntax | Esteban Küber | -6/+13 |
| 2020-08-08 | Auto merge of #75276 - JohnTitor:rollup-rz4hs0w, r=JohnTitor | bors | -0/+2 |
| 2020-08-08 | Rollup merge of #75267 - estebank:cleanup, r=Dylan-DPC | Yuki Okushi | -0/+2 |
| 2020-08-08 | Auto merge of #74877 - lcnr:min_const_generics, r=oli-obk | bors | -1/+1 |
| 2020-08-07 | Small cleanup | Esteban Küber | -0/+2 |
| 2020-08-06 | Add some comments for magic numbers + Add tests | Vadim Petrochenkov | -0/+3 |
| 2020-08-06 | rustc_expand: Don not beautify doc comments before passing them to macros | Vadim Petrochenkov | -11/+5 |
| 2020-08-06 | rustc_ast: Stop using "string typing" for doc comment tokens | Vadim Petrochenkov | -30/+30 |
| 2020-08-05 | impl review | Bastian Kauschke | -1/+1 |
| 2020-08-02 | Auto merge of #74826 - matklad:mbe-fragment, r=petrochenkov | bors | -13/+177 |
| 2020-08-02 | Auto merge of #74210 - estebank:type-ascriptomatic, r=petrochenkov | bors | -0/+1 |
| 2020-08-02 | Formatting: don't mix mod and use | Aleksey Kladov | -6/+5 |
| 2020-08-02 | Introduce NonterminalKind | Aleksey Kladov | -8/+173 |
| 2020-08-01 | Move 'probably equal' methods to librustc_parse | Aaron Hill | -3/+186 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-31 | Reduce verbosity of some type ascription errors | Esteban Küber | -0/+1 |
| 2020-07-23 | Account for trailing closing angle brackets | Esteban Küber | -22/+35 |
| 2020-07-23 | Detect turbofish missing surrounding angle brackets | Esteban Küber | -3/+44 |
| 2020-07-22 | Correctly parse `{} && false` in tail expression | Esteban Küber | -2/+9 |
| 2020-07-15 | Rollup merge of #74337 - estebank:ty-parse-recovery, r=varkor | Manish Goregaokar | -4/+10 |
| 2020-07-14 | Handle case of incomplete local ty more gracefully | Esteban Küber | -4/+10 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -3/+3 |
| 2020-07-10 | Rollup merge of #74125 - ayazhafiz:i/74050, r=matthewjasper | Manish Goregaokar | -1/+1 |
| 2020-07-10 | Rollup merge of #71322 - petrochenkov:tuple00, r=nikomatsakis | Manish Goregaokar | -38/+81 |
| 2020-07-09 | Rollup merge of #74188 - estebank:tweak-ascription-typo-heuristic, r=petroche... | Manish Goregaokar | -8/+13 |
| 2020-07-09 | Tweak `::` -> `:` typo heuristic and reduce verbosity | Esteban Küber | -8/+13 |
| 2020-07-08 | Correctly mark the ending span of a match arm | Ayaz Hafiz | -1/+1 |
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -3/+6 |
| 2020-07-04 | Create new E0768 error code for "no valid digits found for number" error | Guillaume Gomez | -1/+8 |
| 2020-07-02 | parser: Break float tokens into parts in tuple field positions | Vadim Petrochenkov | -38/+81 |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -3/+6 |
| 2020-07-01 | Rollup merge of #73803 - Aaron1011:feature/angle-field-recovery, r=matthewjasper | Manish Goregaokar | -8/+44 |
| 2020-07-01 | Rollup merge of #73345 - petrochenkov:nointerp, r=Aaron1011 | Manish Goregaokar | -8/+8 |
| 2020-07-01 | Remove `token::FlattenGroup` | Vadim Petrochenkov | -8/+8 |
| 2020-06-27 | Fix wording for anonymous parameter name help | James Box | -1/+1 |
| 2020-06-27 | Recover extra trailing angle brackets in struct definition | Aaron Hill | -8/+44 |
| 2020-06-26 | Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morse | Manish Goregaokar | -3/+3 |
| 2020-06-26 | Rollup merge of #73102 - petrochenkov:flatgroup, r=Aaron1011 | Manish Goregaokar | -8/+8 |
| 2020-06-26 | proc_macro: Stop flattening groups with dummy spans | Vadim Petrochenkov | -8/+8 |
| 2020-06-25 | Add E0766 error for unterminated double quote byte string | Guillaume Gomez | -6/+9 |
| 2020-06-24 | Auto merge of #73293 - Aaron1011:feature/macro-rules-arg-capture, r=petrochenkov | bors | -1/+1 |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -3/+3 |