| Age | Commit message (Expand) | Author | Lines |
| 2023-05-12 | Invert `IgnoreRegions` to `CheckRegions` | Oli Scherer | -2/+2 |
| 2023-05-12 | Require `impl Trait` in associated types to appear in method signatures | Oli Scherer | -3/+10 |
| 2023-05-11 | Rollup merge of #106038 - aliemjay:opaque-implied, r=lcnr | Michael Goulet | -3/+14 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -17/+29 |
| 2023-05-07 | use implied bounds when checking opaque types | Ali MJ Al-Nasrawy | -3/+14 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -17/+29 |
| 2023-05-04 | Use fulfillment to check Drop impl compatibility | Michael Goulet | -233/+91 |
| 2023-05-04 | Auto merge of #111174 - matthiaskrgr:rollup-ncnqivh, r=matthiaskrgr | bors | -1/+16 |
| 2023-05-04 | Rollup merge of #110859 - compiler-errors:no-negative-drop-impls, r=oli-obk | Matthias Krüger | -1/+16 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -2/+2 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -43/+40 |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -0/+1 |
| 2023-04-28 | remove unused `mut`s | Lukas Markeffsky | -1/+1 |
| 2023-04-28 | Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errors | bors | -1/+2 |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -1/+2 |
| 2023-04-27 | Explicitly reject negative and reservation drop impls | Michael Goulet | -1/+16 |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -4/+4 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -1/+1 |
| 2023-04-26 | Rollup merge of #110835 - nnethercote:strict-region-folders-2, r=compiler-errors | Matthias Krüger | -11/+4 |
| 2023-04-26 | Rollup merge of #108760 - clubby789:autolintstuff, r=wesleywiser | Matthias Krüger | -3/+1 |
| 2023-04-26 | Make some region folders a little stricter. | Nicholas Nethercote | -11/+4 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -6/+8 |
| 2023-04-25 | Fix static string lints | clubby789 | -3/+1 |
| 2023-04-25 | Remove some useless `ty::Binder::dummy` calls | Maybe Waffle | -1/+1 |
| 2023-04-25 | Replace `tcx.mk_trait_ref` with `ty::TraitRef::new` | Maybe Waffle | -2/+2 |
| 2023-04-25 | Auto merge of #110325 - obeis:hir-analysis-migrate-diagnostics-4, r=davidtwco | bors | -84/+76 |
| 2023-04-25 | Rollup merge of #110539 - WaffleLapkin:split_index_vec&slice, r=cjgillot | Yuki Okushi | -1/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 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 | allow array-style simd in inline asm | Ezra Shaw | -13/+25 |
| 2023-04-22 | Add `intrinsics::transmute_unchecked` | Scott McMurray | -1/+1 |
| 2023-04-21 | Allow `LocalDefId` as the argument to `def_path_str` | Oli Scherer | -3/+3 |
| 2023-04-21 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -84/+76 |
| 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 | -9/+6 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -9/+7 |
| 2023-04-20 | change usages of explicit_item_bounds to bound_explicit_item_bounds | Kyle Matsuda | -6/+13 |
| 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-18 | add EarlyBinder to return type of collect_return_position_impl_trait_in_trait... | Kyle Matsuda | -3/+3 |
| 2023-04-16 | Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-dead | bors | -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 lints via `lint_defs` instead of `lints` | Nilstrieb | -1/+1 |
| 2023-04-12 | region error cleanup | lcnr | -43/+15 |
| 2023-04-09 | Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naber | bors | -3/+3 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -6/+4 |
| 2023-04-06 | Make elaborator generic | Michael Goulet | -3/+3 |
| 2023-04-04 | Remove intercrate and mark_ambiguous from Relation | Michael Goulet | -8/+0 |