| Age | Commit message (Expand) | Author | Lines |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -1/+1 |
| 2023-04-26 | Rollup merge of #108760 - clubby789:autolintstuff, r=wesleywiser | Matthias Krüger | -1/+84 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -3/+3 |
| 2023-04-25 | Add deny lint to prevent untranslatable diagnostics using static strings | clubby789 | -1/+84 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-20 | add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder... | Kyle Matsuda | -26/+18 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -3/+3 |
| 2023-04-20 | change usages of explicit_item_bounds to bound_explicit_item_bounds | Kyle Matsuda | -18/+26 |
| 2023-04-20 | Rollup merge of #110545 - WaffleLapkin:generic_arg_as_x, r=cjgillot | Matthias Krüger | -4/+2 |
| 2023-04-20 | Rollup merge of #110575 - Ezrashaw:fix-regression-110573, r=compiler-errors | Yuki Okushi | -9/+12 |
| 2023-04-20 | reimpl `make non_upper_case_globals lint not report trait impls` | Ezra Shaw | -9/+12 |
| 2023-04-19 | Add `GenericArgKind::as_{type,const,region}` | Maybe Waffle | -4/+2 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+1 |
| 2023-04-19 | make `non_upper_case_globals` lint not report trait impls | Ezra Shaw | -6/+9 |
| 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 |