| Age | Commit message (Expand) | Author | Lines |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -6/+6 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -4/+4 |
| 2023-04-26 | Rollup merge of #110835 - nnethercote:strict-region-folders-2, r=compiler-errors | Matthias Krüger | -13/+8 |
| 2023-04-26 | Rollup merge of #108760 - clubby789:autolintstuff, r=wesleywiser | Matthias Krüger | -23/+70 |
| 2023-04-26 | Make some region folders a little stricter. | Nicholas Nethercote | -13/+8 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -18/+21 |
| 2023-04-25 | Fix static string lints | clubby789 | -23/+70 |
| 2023-04-25 | Auto merge of #110325 - obeis:hir-analysis-migrate-diagnostics-4, r=davidtwco | bors | -84/+251 |
| 2023-04-25 | Rollup merge of #110681 - klensy:cut-dep, r=lcnr | Yuki Okushi | -1/+0 |
| 2023-04-25 | Rollup merge of #110539 - WaffleLapkin:split_index_vec&slice, r=cjgillot | Yuki Okushi | -2/+2 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -2/+2 |
| 2023-04-24 | Auto merge of #110672 - Ezrashaw:allow-array-simd-in-inline-asm, r=workingjub... | bors | -13/+25 |
| 2023-04-24 | Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-04-23 | Rollup merge of #110700 - compiler-errors:fn-ret-fn, r=oli-obk | Matthias Krüger | -11/+20 |
| 2023-04-23 | allow array-style simd in inline asm | Ezra Shaw | -13/+25 |
| 2023-04-22 | Add `intrinsics::transmute_unchecked` | Scott McMurray | -1/+1 |
| 2023-04-22 | Don't infer fn return type to return itself | Michael Goulet | -11/+20 |
| 2023-04-22 | drop unused deps, gate libc under unix for one crate | klensy | -1/+0 |
| 2023-04-21 | Allow `LocalDefId` as the argument to `def_path_str` | Oli Scherer | -5/+5 |
| 2023-04-21 | Leave it to the query system to invoke the typeck query instead of invoking i... | Oli Scherer | -2/+0 |
| 2023-04-21 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -84/+251 |
| 2023-04-21 | Auto merge of #96840 - cjgillot:query-feed, r=oli-obk | bors | -168/+97 |
| 2023-04-21 | Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillot | Matthias Krüger | -11/+32 |
| 2023-04-20 | add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder... | Kyle Matsuda | -11/+7 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -16/+15 |
| 2023-04-20 | change usages of explicit_item_bounds to bound_explicit_item_bounds | Kyle Matsuda | -11/+19 |
| 2023-04-20 | Remove opt_const_param_of. | Camille GILLOT | -159/+94 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -1/+0 |
| 2023-04-20 | Feed type_of query instead of using WithOptconstParam. | Camille GILLOT | -8/+3 |
| 2023-04-19 | Format missing GATs correctly | Michael Goulet | -1/+7 |
| 2023-04-19 | Make missing impl item suggestions more obvious that they're missing | Michael Goulet | -2/+2 |
| 2023-04-19 | Substitute missing item suggestion correctly | Michael Goulet | -9/+24 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+2 |
| 2023-04-19 | Rollup merge of #110498 - kylematsuda:earlybinder-rpitit-tys, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2023-04-18 | add EarlyBinder to return type of collect_return_position_impl_trait_in_trait... | Kyle Matsuda | -4/+4 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+2 |
| 2023-04-18 | Rollup merge of #110417 - jsoref:spelling-compiler, r=Nilstrieb | Guillaume Gomez | -3/+3 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -3/+3 |
| 2023-04-17 | Use `Item::expect_*` and `ImplItem::expect_*` more | Maybe Waffle | -4/+3 |
| 2023-04-16 | Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-dead | bors | -5/+2 |
| 2023-04-16 | Rollup merge of #110400 - matthiaskrgr:style_mix, r=fee1-dead | fee1-dead | -1/+1 |
| 2023-04-16 | Rollup merge of #110396 - Nilstrieb:speedy-bootstrap, r=jyn514 | fee1-dead | -2/+2 |
| 2023-04-16 | Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-e... | fee1-dead | -1/+1 |
| 2023-04-16 | more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti... | Matthias Krüger | -1/+1 |
| 2023-04-16 | use matches! macro in more places | Matthias Krüger | -4/+1 |
| 2023-04-16 | Use lints via `lint_defs` instead of `lints` | Nilstrieb | -2/+2 |
| 2023-04-16 | Remove `TypeSuper{Foldable,Visitable}` impls for `Region`. | Nicholas Nethercote | -1/+1 |
| 2023-04-15 | fix clippy::{clone_on_copy, useless_conversion} | Matthias Krüger | -3/+2 |
| 2023-04-13 | Rollup merge of #110220 - lcnr:regionzz, r=compiler-errors | Matthias Krüger | -49/+18 |
| 2023-04-13 | Rollup merge of #110218 - nnethercote:rm-ToRegionVid, r=compiler-errors | Matthias Krüger | -26/+1 |