| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgr | bors | -7/+2 |
| 2023-04-12 | Rollup merge of #110135 - compiler-errors:revert-108031, r=davidtwco | Matthias Krüger | -7/+2 |
| 2023-04-12 | Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk | Matthias Krüger | -9/+28 |
| 2023-04-10 | Remove `..` from return type notation | Michael Goulet | -9/+28 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -6/+6 |
| 2023-04-10 | Revert "Don't recover lifetimes/labels containing emojis as character literals" | Michael Goulet | -7/+2 |
| 2023-04-09 | Remove identity casts | Nilstrieb | -2/+2 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -3/+3 |
| 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 | -3/+6 |
| 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 another lock with an append-only vec | Oli Scherer | -1/+1 |
| 2023-04-04 | Replace a lock with an atomic | Oli Scherer | -2/+7 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -8/+43 |
| 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 | -65/+129 |
| 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 | -16/+29 |
| 2023-03-19 | refactor: refactor identifier parsing somewhat | Ezra Shaw | -23/+31 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -3/+37 |
| 2023-03-12 | Rollup merge of #109029 - compiler-errors:parse-gating, r=jackh726 | Matthias Krüger | -4/+10 |
| 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/+16 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-11 | Gate const closures even when they appear in macros | Michael Goulet | -4/+8 |
| 2023-03-11 | Gate all usages of dyn*, even in macros | Michael Goulet | -0/+2 |
| 2023-03-10 | Rollup merge of #108900 - bvanjoi:issue-108275, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-03-09 | fix(lexer): not skipped whitespace warning for '\x0c' | bohan | -1/+1 |
| 2023-03-09 | Rollup merge of #108854 - Ezrashaw:improve-int-idents, r=oli-obk | Matthias Krüger | -36/+41 |
| 2023-03-09 | feat/refactor: improve errors in case of ident with number at start | Ezra Shaw | -36/+41 |
| 2023-03-07 | Simplify `sort_by` calls | Maybe Waffle | -1/+1 |
| 2023-03-04 | Rollup merge of #108715 - chenyukang:yukang/cleanup-parser-delims, r=compiler... | Matthias Krüger | -158/+12 |
| 2023-03-04 | Rollup merge of #108298 - TaKO8Ki:fix-104440, r=cjgillot | Dylan DPC | -2/+7 |
| 2023-03-03 | Remove unclosed_delims from parser | yukang | -158/+12 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -3/+3 |
| 2023-03-03 | check if snippet is `)` | Takayuki Maeda | -2/+7 |
| 2023-03-01 | recover from for-else and while-else | y21 | -0/+37 |
| 2023-03-01 | Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgr | bors | -2/+26 |
| 2023-03-01 | Rollup merge of #108496 - nx2k3:issue-108495-dec, r=WaffleLapkin | Matthias Krüger | -2/+26 |
| 2023-03-01 | Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov | Matthias Krüger | -56/+60 |