| Age | Commit message (Expand) | Author | Lines |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-04-18 | Rollup merge of #110441 - kadiwa4:typos, r=thomcc | Guillaume Gomez | -1/+1 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -7/+7 |
| 2023-04-17 | Rollup merge of #110257 - lukas-code:why-would-anyone-write-code-like-that-an... | Matthias Krüger | -18/+32 |
| 2023-04-17 | typos | kadiwa | -1/+1 |
| 2023-04-16 | fix clippy::toplevel_ref_arg and ::manual_map | Matthias Krüger | -23/+16 |
| 2023-04-13 | emit `unused_parens` for `break` if it is not immediately followed by a block | Lukas Markeffsky | -4/+6 |
| 2023-04-13 | fix false positives for `unused_parens` around unary and binary operations | Lukas Markeffsky | -18/+30 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -16/+16 |
| 2023-04-11 | Allow the elaborator to only filter to real supertraits | Michael Goulet | -0/+2 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -16/+16 |
| 2023-04-09 | Use HashMap entry APIs more | Nilstrieb | -6/+6 |
| 2023-04-06 | Make elaborator generic | Michael Goulet | -19/+16 |
| 2023-04-05 | Auto merge of #109117 - oli-obk:locks, r=michaelwoerister | bors | -1/+1 |
| 2023-04-04 | Auto merge of #109944 - cjgillot:lint-cstring-macro, r=Nilstrieb | bors | -41/+8 |
| 2023-04-04 | Do not suppress temporary_cstring_as_ptr in macros. | Camille GILLOT | -41/+8 |
| 2023-04-04 | Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem` | Oli Scherer | -1/+1 |
| 2023-04-04 | box a bunch of large types | Oli Scherer | -2/+2 |
| 2023-04-04 | Split out ast::ItemKind::Const into its own struct | Oli Scherer | -1/+3 |
| 2023-04-04 | rust-analyzer guided tuple field to named field | Oli Scherer | -3/+2 |
| 2023-04-04 | rust-analyzer guided enum variant structification | Oli Scherer | -2/+3 |
| 2023-04-04 | Replace another lock with an append-only vec | Oli Scherer | -1/+1 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -1/+1 |
| 2023-03-29 | Rollup merge of #109554 - MU001999:master, r=WaffleLapkin | Matthias Krüger | -14/+56 |
| 2023-03-27 | Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errors | Guillaume Gomez | -2/+1 |
| 2023-03-27 | Rollup merge of #109641 - compiler-errors:dont-elaborate-non-obl, r=oli-obk | Matthias Krüger | -2/+2 |
| 2023-03-26 | Don't elaborate non-obligations into obligations | Michael Goulet | -2/+2 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -3/+2 |
| 2023-03-25 | Emits suggestions for expressions with parentheses or not separately | Mu001999 | -14/+47 |
| 2023-03-24 | Use independent suggestions | Mu42 | -22/+18 |
| 2023-03-24 | Suggest ..= when someone tries to create an overflowing range | Mu42 | -7/+20 |
| 2023-03-23 | Rollup merge of #109487 - GuillaumeGomez:move-useless-reexport-check, r=petro... | Matthias Krüger | -93/+0 |
| 2023-03-23 | Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkov | Matthias Krüger | -0/+4 |
| 2023-03-23 | Auto merge of #108221 - petrochenkov:cratecfg, r=michaelwoerister | bors | -5/+5 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -4/+19 |
| 2023-03-23 | rustc_interface: Add a new query `pre_configure` | Vadim Petrochenkov | -5/+5 |
| 2023-03-23 | Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnr | Matthias Krüger | -1/+1 |
| 2023-03-23 | Nested impl traits trigger opaque_hidden_inferred_bound too much | Michael Goulet | -3/+18 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -1/+1 |
| 2023-03-22 | Move useless_anynous_reexport lint into unused_imports | Guillaume Gomez | -93/+0 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -17/+15 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -4/+7 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -10/+5 |
| 2023-03-21 | use the correct param env | lcnr | -2/+1 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -3/+7 |
| 2023-03-20 | remove bad comment | DaniPopes | -1/+0 |
| 2023-03-20 | fix ClashingExternDeclarations lint ICE | DaniPopes | -13/+11 |
| 2023-03-20 | Lint ambiguous glob re-exports | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2023-03-19 | Remove the `NodeId` of `ast::ExprKind::Async` | Arpad Borsos | -2/+1 |
| 2023-03-19 | Rollup merge of #109003 - GuillaumeGomez:useless-anonymous-reexport-lint, r=c... | Dylan DPC | -0/+93 |