| Age | Commit message (Expand) | Author | Lines |
| 2021-01-09 | Synthesize a `TokenStream` for `StmtKind::Empty` | Aaron Hill | -1/+10 |
| 2021-01-09 | ast: Remove some indirection layers from values in key-value attributes | Vadim Petrochenkov | -4/+5 |
| 2021-01-08 | Use an empty `TokenCursorFrame` stack when capturing tokens | Aaron Hill | -1/+9 |
| 2021-01-08 | Add a note for `*` and `{}` usage on `use` | Yuki Okushi | -1/+16 |
| 2021-01-08 | rustc_ast_pretty: Remove `PrintState::insert_extra_parens` | Vadim Petrochenkov | -2/+1 |
| 2021-01-07 | rustc_parse: Better spans for synthesized token streams | Vadim Petrochenkov | -12/+8 |
| 2021-01-01 | make `const_generics_defaults` use the unstable syntax mechanism | Rémy Rakic | -3/+14 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -12/+22 |
| 2020-12-31 | Consistently call editions "Rust 20xx" in messages. | Mara Bos | -2/+2 |
| 2020-12-31 | Add edition 2021. | Mara Bos | -5/+6 |
| 2020-12-31 | Auto merge of #80459 - mark-i-m:or-pat-reg, r=petrochenkov | bors | -25/+10 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -3/+3 |
| 2020-12-30 | Implement edition-based macro pat feature | mark | -25/+10 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -3/+3 |
| 2020-12-30 | Fix ICE when pointing at multi bytes character | Yuki Okushi | -5/+1 |
| 2020-12-29 | Remove pretty-print/reparse hack, and add derive-specific hack | Aaron Hill | -359/+31 |
| 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 |