| Age | Commit message (Expand) | Author | Lines |
| 2020-12-25 | Auto merge of #80296 - wesleywiser:revert_missing_fragment_specifier_hard_err... | bors | -12/+5 |
| 2020-12-25 | Rollup merge of #80160 - diondokter:move_async_fix, r=davidtwco | Dylan DPC | -0/+29 |
| 2020-12-22 | Revert "Promote missing_fragment_specifier to hard error" | Wesley Wiser | -12/+5 |
| 2020-12-21 | Implemented a compiler diagnostic for move async mistake | Dion Dokter | -0/+29 |
| 2020-12-19 | Auto merge of #77035 - mibac138:fn-fat-arrow-return, r=davidtwco | bors | -8/+44 |
| 2020-12-10 | Rollup merge of #79851 - camelid:better-error-for-default-fn, r=davidtwco | Tyler Mandry | -12/+12 |
| 2020-12-09 | Accept arbitrary expressions in key-value attributes at parse time | Vadim Petrochenkov | -3/+3 |
| 2020-12-08 | Clarify the 'default is only allowed on...' error | Camelid | -12/+12 |
| 2020-12-04 | Fix UI tests for 'const expression' change | Ryan Levick | -3/+3 |
| 2020-12-03 | Gracefully handle confusing -> with : in function return type | mibac138 | -8/+44 |
| 2020-11-30 | Auto merge of #79329 - camelid:int-lit-suffix-error, r=davidtwco | bors | -9/+9 |
| 2020-11-27 | Update error to reflect that integer literals can have float suffixes | Camelid | -9/+9 |
| 2020-11-27 | Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkov | bors | -10/+10 |
| 2020-11-25 | add tests | b-naber | -10/+10 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -1/+1 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -1/+1 |
| 2020-11-22 | resolve: Do not put macros into `module.unexpanded_invocations` unless necessary | Vadim Petrochenkov | -6/+6 |
| 2020-11-17 | Fix ui tests for `fn`s with qualifiers in `extern` blocks | ThePuzzlemaker | -21/+42 |
| 2020-11-16 | improve error message for const ty param mismatch | Bastian Kauschke | -4/+0 |
| 2020-11-03 | rustc_ast: `visit_mac` -> `visit_mac_call` | Vadim Petrochenkov | -1/+1 |
| 2020-10-30 | Rollup merge of #78523 - estebank:fix-return-type-parse-regression, r=dtolnay | Yuki Okushi | -4/+10 |
| 2020-10-29 | Add regression test | Esteban Küber | -0/+6 |
| 2020-10-29 | Revert invalid `fn` return type parsing change | Esteban Küber | -4/+4 |
| 2020-10-29 | Rollup merge of #78460 - varkor:turbofish-string-generic, r=lcnr | Yuki Okushi | -6/+6 |
| 2020-10-28 | Adjust turbofish help message for const generics | varkor | -6/+6 |
| 2020-10-28 | Rollup merge of #78379 - estebank:fn-signature-parse, r=varkor | Dylan DPC | -19/+30 |
| 2020-10-25 | Tweak invalid `fn` header and body parsing | Esteban Küber | -10/+9 |
| 2020-10-26 | Use ? in core/std macros | Taiki Endo | -1/+1 |
| 2020-10-25 | Rely on regular "expected"/"found" parser error for `fn` | Esteban Küber | -13/+25 |
| 2020-10-22 | Bless tests | Santiago Pastorino | -2/+2 |
| 2020-10-17 | Auto merge of #77124 - spastorino:const-exprs-rfc-2920, r=oli-obk | bors | -2/+2 |
| 2020-10-16 | Add inline const tests | Santiago Pastorino | -30/+0 |
| 2020-10-16 | Parse inline const patterns | Santiago Pastorino | -2/+22 |
| 2020-10-16 | Parse inline const expressions | Santiago Pastorino | -0/+10 |
| 2020-10-17 | Suggest minimal subset features in `incomplete_features` lint | Yuki Okushi | -0/+3 |
| 2020-10-15 | fix off-by-one in parameter spans | Andy Russell | -34/+34 |
| 2020-10-11 | rustc_parse: More precise spans for `tuple.0.0` | Vadim Petrochenkov | -5/+5 |
| 2020-10-07 | Detect blocks that could be struct expr bodies | Esteban Küber | -0/+56 |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -0/+1 |
| 2020-10-05 | Fix span for unicode escape suggestion. | Eric Huss | -3/+3 |
| 2020-10-02 | Rollup merge of #77444 - estebank:pat-field-label, r=davidtwco | Jonas Schievink | -4/+10 |
| 2020-10-02 | Fix span for incorrect pattern field and add label | Esteban Küber | -4/+10 |
| 2020-09-29 | `delay_span_bug` if const-checking an `async` function | Dylan MacKenzie | -47/+20 |
| 2020-09-26 | `char` not char | varkor | -24/+24 |
| 2020-09-22 | Bless tests | Dylan MacKenzie | -20/+47 |
| 2020-09-15 | improve diagnostics for lifetime after `&mut` | SNCPlay42 | -0/+74 |
| 2020-09-10 | Syntactically permit unsafety on mods | David Tolnay | -0/+55 |
| 2020-09-09 | Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasper | Tyler Mandry | -6/+6 |
| 2020-09-03 | Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkov | bors | -9/+9 |
| 2020-09-02 | Auto merge of #76160 - scileo:format-recovery, r=petrochenkov | bors | -2/+2 |