| Age | Commit message (Expand) | Author | Lines |
| 2020-12-28 | Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC | Dylan DPC | -4/+3 |
| 2020-12-26 | stabilize min_const_generics | Bastian Kauschke | -3/+1 |
| 2020-12-25 | Rollup merge of #80160 - diondokter:move_async_fix, r=davidtwco | Dylan DPC | -4/+32 |
| 2020-12-24 | use matches!() macro in more places | Matthias Krüger | -4/+3 |
| 2020-12-21 | Implemented a compiler diagnostic for move async mistake | Dion Dokter | -4/+32 |
| 2020-12-19 | implement edition-specific :pat behavior for 2015/18 | mark | -12/+41 |
| 2020-12-19 | Auto merge of #77035 - mibac138:fn-fat-arrow-return, r=davidtwco | bors | -17/+107 |
| 2020-12-17 | Don't allow `const` to begin a nonterminal | Camelid | -0/+2 |
| 2020-12-17 | Address review comments | mibac138 | -7/+21 |
| 2020-12-13 | Auto merge of #79978 - Aaron1011:fix/capture-broken-token, r=petrochenkov | bors | -9/+58 |
| 2020-12-13 | Auto merge of #79668 - coolreader18:recover-const-impl, r=petrochenkov | bors | -3/+38 |
| 2020-12-12 | Properly capture trailing 'unglued' token | Aaron Hill | -9/+58 |
| 2020-12-12 | Recover on `const impl<> X for Y` | Noah | -3/+38 |
| 2020-12-09 | Accept arbitrary expressions in key-value attributes at parse time | Vadim Petrochenkov | -9/+18 |
| 2020-12-04 | A slightly clearer diagnostic when misusing | Ryan Levick | -1/+1 |
| 2020-12-03 | Gracefully handle confusing -> with : in function return type | mibac138 | -21/+75 |
| 2020-12-02 | Auto merge of #79364 - nico-abram:unstable-or-pat-suggestion, r=matthewjasper | bors | -11/+22 |
| 2020-12-01 | Gracefully handle mistyping -> as => in function return type | mibac138 | -6/+28 |
| 2020-11-30 | Auto merge of #79329 - camelid:int-lit-suffix-error, r=davidtwco | bors | -2/+2 |
| 2020-11-29 | Fixes #79357 unstable or-pat suggestions | unknown | -11/+22 |
| 2020-11-28 | Rollup merge of #78853 - calebcartwright:fix-const-block-expr-span, r=spastorino | Jonas Schievink | -1/+2 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -58/+112 |
| 2020-11-27 | Update error to reflect that integer literals can have float suffixes | Camelid | -2/+2 |
| 2020-11-27 | Auto merge of #79433 - calebcartwright:parse-attr-vis, r=petrochenkov | bors | -2/+4 |
| 2020-11-27 | Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkov | bors | -26/+83 |
| 2020-11-26 | Only eat semicolons for statements that need them | Aaron Hill | -2/+1 |
| 2020-11-26 | Properly handle attributes on statements | Aaron Hill | -56/+111 |
| 2020-11-26 | Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkov | bors | -3/+35 |
| 2020-11-26 | rustc_parse: restore pub vis on parse_attribute | Caleb Cartwright | -2/+4 |
| 2020-11-25 | ast and parser | b-naber | -26/+83 |
| 2020-11-23 | Cache pretty-print/retokenize result to avoid compile time blowup | Aaron Hill | -3/+35 |
| 2020-11-22 | Rollup merge of #79299 - varkor:stabilise-then, r=m-ou-se | Mara Bos | -1/+0 |
| 2020-11-22 | Stabilise `then` | varkor | -1/+0 |
| 2020-11-22 | Fix typo in doc comment for report_too_many_hashes | Nicolas | -1/+1 |
| 2020-11-19 | Rollup merge of #79185 - petrochenkov:derattr2, r=Aaron1011 | Dylan DPC | -7/+6 |
| 2020-11-19 | resolve/expand: Misc cleanup | Vadim Petrochenkov | -7/+6 |
| 2020-11-18 | Permit standalone generic parameters as const generic arguments in macros | varkor | -3/+15 |
| 2020-11-15 | Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkov | Jonas Schievink | -0/+3 |
| 2020-11-14 | Add underscore expressions for destructuring assignments | Fabian Zaiser | -0/+3 |
| 2020-11-14 | Auto merge of #78736 - petrochenkov:lazyenum, r=Aaron1011 | bors | -9/+5 |
| 2020-11-12 | rustc_parse: Remove optimization for 0-length streams in `collect_tokens` | Vadim Petrochenkov | -9/+5 |
| 2020-11-12 | Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov | Mara Bos | -2/+8 |
| 2020-11-12 | Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011 | bors | -105/+75 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -2/+8 |
| 2020-11-09 | Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco | Dylan DPC | -5/+1 |
| 2020-11-09 | Do not collect tokens for doc comments | Vadim Petrochenkov | -105/+75 |
| 2020-11-07 | fix(rustc_parse): ConstBlock expr span | Caleb Cartwright | -1/+2 |
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -1/+1 |
| 2020-11-03 | rustc_ast: `visit_mac` -> `visit_mac_call` | Vadim Petrochenkov | -1/+1 |
| 2020-11-03 | rustc_ast: Do not panic by default when visiting macro calls | Vadim Petrochenkov | -4/+0 |