| Age | Commit message (Expand) | Author | Lines |
| 2023-05-08 | Suggest let for possible binding with ty | yukang | -9/+17 |
| 2023-05-06 | Rollup merge of #111230 - zacklukem:eq-less-to-less-eq, r=compiler-errors | Matthias Krüger | -1/+12 |
| 2023-05-05 | Add feature gate | est31 | -0/+1 |
| 2023-05-05 | Migrate offset_of from a macro to builtin # syntax | est31 | -1/+19 |
| 2023-05-05 | Add parsing for builtin # in expression and item context | est31 | -1/+55 |
| 2023-05-05 | add hint for =< as <= | Zachary Mayhew | -1/+12 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -0/+1 |
| 2023-05-04 | Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk | Dylan DPC | -90/+53 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -35/+35 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -90/+53 |
| 2023-05-02 | try gating early, add non-ascii test | Deadbeef | -0/+1 |
| 2023-05-01 | Do not recover when parsing stmt in cfg-eval. | Camille GILLOT | -1/+2 |
| 2023-05-01 | soften the wording for removing type ascription | yukang | -11/+4 |
| 2023-05-01 | fix tests | yukang | -20/+5 |
| 2023-05-01 | fix parser size | yukang | -1/+1 |
| 2023-05-01 | clean up debug code | yukang | -15/+1 |
| 2023-05-01 | Rip it out | Nilstrieb | -192/+274 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -3/+3 |
| 2023-04-27 | Tweak await span | Michael Goulet | -3/+3 |
| 2023-04-27 | Migrate trivially translatable `rustc_parse` diagnostics | clubby789 | -158/+60 |
| 2023-04-25 | Fix static string lints | clubby789 | -72/+29 |
| 2023-04-17 | Rollup merge of #110404 - matthiaskrgr:mapmap, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2023-04-16 | fix clippy::toplevel_ref_arg and ::manual_map | Matthias Krüger | -3/+3 |
| 2023-04-16 | use matches! macro in more places | Matthias Krüger | -14/+10 |
| 2023-04-15 | remove redundant clones | Matthias Krüger | -5/+3 |
| 2023-04-12 | Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk | Matthias Krüger | -9/+16 |
| 2023-04-10 | Remove `..` from return type notation | Michael Goulet | -9/+16 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -1/+1 |
| 2023-04-07 | fix: fix regression in #109203 | Ezra Shaw | -2/+2 |
| 2023-04-05 | Auto merge of #109117 - oli-obk:locks, r=michaelwoerister | bors | -2/+5 |
| 2023-04-04 | Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem` | Oli Scherer | -3/+3 |
| 2023-04-04 | box a bunch of large types | Oli Scherer | -6/+6 |
| 2023-04-04 | Split out ast::ItemKind::Const into its own struct | Oli Scherer | -5/+9 |
| 2023-04-04 | rust-analyzer guided tuple field to named field | Oli Scherer | -2/+2 |
| 2023-04-04 | rust-analyzer guided enum variant structification | Oli Scherer | -2/+3 |
| 2023-04-04 | Use a simpler atomic operation than the `compare_exchange` hammer | Oli Scherer | -3/+1 |
| 2023-04-04 | Replace a lock with an atomic | Oli Scherer | -2/+7 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -8/+31 |
| 2023-03-28 | RTN | Michael Goulet | -1/+5 |
| 2023-03-27 | Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2023-03-22 | Rollup merge of #109203 - Ezrashaw:refactor-ident-parsing, r=Nilstrieb | Matthias Krüger | -60/+121 |
| 2023-03-21 | Refactor `handle_missing_lit`. | Nicholas Nethercote | -14/+8 |
| 2023-03-20 | feat: implement error recovery in `expected_ident_found` | Ezra Shaw | -36/+79 |
| 2023-03-19 | Remove the `NodeId` of `ast::ExprKind::Async` | Arpad Borsos | -1/+1 |
| 2023-03-19 | refactor: improve "ident starts with number" error | Ezra Shaw | -15/+25 |
| 2023-03-19 | refactor: refactor identifier parsing somewhat | Ezra Shaw | -19/+27 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -3/+21 |
| 2023-03-12 | Add recovery for use of removed `box` syntax | clubby789 | -0/+28 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -10/+0 |