| Age | Commit message (Expand) | Author | Lines |
| 2023-01-28 | Rename `is_object_safe` to `check_is_object_safe` to hint side effects | Gary Guo | -1/+1 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -0/+1 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -7/+4 |
| 2023-01-20 | Auto merge of #105102 - compiler-errors:copy-impl-considering-regions, r=lcnr | bors | -44/+66 |
| 2023-01-20 | Add and use expect methods to hir. | Maybe Waffle | -4/+2 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -14/+10 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -3/+3 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -2/+2 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 2023-01-17 | `rustc_hir_analysis`: remove `ref` patterns | Maybe Waffle | -9/+8 |
| 2023-01-17 | `rustc_hir_analysis`: some general code improvements | Maybe Waffle | -5/+2 |
| 2023-01-14 | fix various subst_identity vs skip_binder | Kyle Matsuda | -2/+3 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -7/+5 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -5/+7 |
| 2023-01-13 | Suggest lifetime bound in illegal Copy impl | Michael Goulet | -43/+63 |
| 2023-01-13 | Check ADT fields for copy implementations considering regions | Michael Goulet | -2/+4 |
| 2023-01-09 | Rollup merge of #106164 - compiler-errors:check-region-tweak, r=oli-obk | fee1-dead | -2/+4 |
| 2023-01-03 | Rollup merge of #106353 - lukas-code:reduce-red-lines-in-my-ide, r=wesleywiser | Michael Goulet | -3/+3 |
| 2023-01-03 | Move check_region_obligations_and_report_errors to TypeErrCtxt | Michael Goulet | -2/+4 |
| 2023-01-01 | Implement fix for #67535 | Troy Neubauer | -3/+11 |
| 2023-01-01 | reduce spans for `unsafe impl` errors | Lukas Markeffsky | -3/+3 |
| 2022-12-24 | Bubble up ErrorGuaranteed from region constraints in method item compare | Michael Goulet | -2/+2 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -2/+2 |
| 2022-12-21 | Give opaque types a better coherence error | Oli Scherer | -8/+15 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -2/+2 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -2/+2 |
| 2022-12-18 | Make `#[custom_encodable]` an attribute for `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -1/+1 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -1/+1 |
| 2022-11-26 | Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors | Guillaume Gomez | -2/+2 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -2/+2 |
| 2022-11-23 | Add `Mutability::{is_mut,is_not}` | Maybe Waffle | -1/+1 |
| 2022-11-23 | Depend on `Mutability` ordering | Maybe Waffle | -1/+1 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -53/+0 |
| 2022-11-22 | Use `tcx.require_lang_item` instead of unwrapping | Maybe Waffle | -1/+1 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -3/+2 |
| 2022-11-21 | Use iterators instead of slices at more sites | Oli Scherer | -2/+2 |
| 2022-11-21 | Allow opaque types in trait impl headers and rely on coherence to reject unso... | Oli Scherer | -53/+0 |
| 2022-11-14 | Add rustc_deny_explicit_impl | Michael Goulet | -50/+16 |
| 2022-11-06 | Move fallback_has_occurred to FnCtxt | Michael Goulet | -2/+2 |
| 2022-11-04 | Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnr | Matthias Krüger | -3/+1 |
| 2022-11-03 | change error_reported to use Result instead of an option | yukang | -3/+1 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -12/+12 |
| 2022-10-20 | Add fix suggestions for E0199, E0200, and E0569 | Nicolas Barrios | -0/+30 |
| 2022-10-16 | Auto merge of #102931 - camsteffen:inline-overlapping-impls, r=cjgillot | bors | -6/+5 |
| 2022-10-13 | Make overlapping_impls non-generic | Cameron Steffen | -6/+5 |
| 2022-10-13 | Report duplicate definition in impls with overlap check. | Camille GILLOT | -6/+35 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -331/+314 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -3/+4 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -11/+12 |