| Age | Commit message (Expand) | Author | Lines |
| 2024-03-04 | Improve wording of static_mut_ref | Obei Sideg | -52/+35 |
| 2024-01-31 | Auto merge of #120346 - petrochenkov:ownodes, r=oli-obk | bors | -3/+3 |
| 2024-01-30 | Auto merge of #119101 - compiler-errors:outlives, r=lcnr | bors | -22/+19 |
| 2024-01-30 | hir: Remove `hir::Map::{owner,expect_owner}` | Vadim Petrochenkov | -3/+3 |
| 2024-01-30 | Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obk | Guillaume Gomez | -11/+21 |
| 2024-01-30 | Apply suggestions from review | Michael Goulet | -1/+1 |
| 2024-01-30 | Deeply normalize when processing registered region obligations | Michael Goulet | -0/+5 |
| 2024-01-30 | No need to pass region bound pairs to resolve_regions_with_wf_tys | Michael Goulet | -22/+14 |
| 2024-01-29 | review comments | Esteban Küber | -16/+9 |
| 2024-01-29 | Auto merge of #120466 - Dylan-DPC:rollup-v0or19a, r=Dylan-DPC | bors | -3/+3 |
| 2024-01-29 | Avoid ICE in trait without `dyn` lint | Esteban Küber | -5/+3 |
| 2024-01-29 | Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errors | Dylan DPC | -3/+3 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -104/+110 |
| 2024-01-28 | hir: Use `InferArg` in `ArrayLen::Infer` | Vadim Petrochenkov | -3/+3 |
| 2024-01-26 | Use only one label for multiple unsatisfied bounds on type (astconv) | Esteban Küber | -11/+28 |
| 2024-01-25 | Remove unused features | clubby789 | -3/+0 |
| 2024-01-25 | Rollup merge of #119895 - oli-obk:track_errors_3, r=matthewjasper | Matthias Krüger | -105/+132 |
| 2024-01-25 | Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obk | bors | -0/+2 |
| 2024-01-23 | Auto merge of #120283 - fmease:rollup-rk0f6r5, r=fmease | bors | -7/+77 |
| 2024-01-23 | Rollup merge of #119766 - oli-obk:split_tait_and_atpit, r=compiler-errors | León Orell Valerian Liehr | -7/+77 |
| 2024-01-23 | Rollup merge of #120270 - compiler-errors:randos, r=lcnr | León Orell Valerian Liehr | -1/+4 |
| 2024-01-23 | Remove track_errors entirely | Oli Scherer | -105/+132 |
| 2024-01-23 | Random type checker changes | Michael Goulet | -1/+4 |
| 2024-01-23 | Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`. | Nicholas Nethercote | -3/+3 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -34/+22 |
| 2024-01-22 | Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgr | bors | -7/+9 |
| 2024-01-22 | Rollup merge of #120164 - trevyn:is_downgradable, r=compiler-errors | Matthias Krüger | -7/+9 |
| 2024-01-22 | Rollup merge of #120213 - compiler-errors:dont-make-non-lifetime-binders-in-r... | Matthias Krüger | -25/+9 |
| 2024-01-22 | Use an enum instead of a bool | Oli Scherer | -10/+17 |
| 2024-01-22 | Add a simpler and more targetted code path for impl trait in assoc items | Oli Scherer | -7/+70 |
| 2024-01-22 | Tweak error counting. | Nicholas Nethercote | -1/+1 |
| 2024-01-21 | Don't actually make bound ty/const for RTN | Michael Goulet | -25/+9 |
| 2024-01-21 | `maybe_lint_impl_trait`: separate `is_downgradable` from `is_object_safe` | trevyn | -7/+9 |
| 2024-01-21 | Auto merge of #120100 - oli-obk:astconv_lifetimes, r=BoxyUwU | bors | -43/+50 |
| 2024-01-19 | Account for traits using self-trait by name without `dyn` | Esteban Küber | -8/+16 |
| 2024-01-19 | Avoid ICE: Check diagnostic is error before downgrading | Esteban Küber | -3/+5 |
| 2024-01-19 | Add new intrinsic `is_constant` and optimize `pow` | Catherine Flores | -0/+2 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -143/+225 |
| 2024-01-18 | Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgr | bors | -1/+2 |
| 2024-01-18 | Don't forget that the lifetime on hir types is `'tcx` | Oli Scherer | -43/+50 |
| 2024-01-18 | Auto merge of #118553 - jackh726:lint-implied-bounds, r=lcnr | bors | -11/+65 |
| 2024-01-18 | Rollup merge of #119967 - ShE3py:patkind-err, r=WaffleLapkin | Matthias Krüger | -1/+2 |
| 2024-01-17 | Add -Zno-implied-bounds-compat option and use it | Jack Huey | -13/+18 |
| 2024-01-17 | Correctly handle normalization in implied bounds | Ali MJ Al-Nasrawy | -11/+60 |
| 2024-01-17 | Rollup merge of #119975 - lukas-code:inferring-return-types-and-opaque-types-... | Matthias Krüger | -12/+19 |
| 2024-01-17 | Make crate_inherent_impls fallible and stop using `track_errors` for it | Oli Scherer | -36/+52 |
| 2024-01-17 | Make crate_inherent_impls_overlap_check bubble up its errors | Oli Scherer | -19/+29 |
| 2024-01-17 | Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ... | Oli Scherer | -70/+123 |
| 2024-01-17 | Stop using track_errors for some forever unstable rustc_attr analyses | Oli Scherer | -18/+21 |
| 2024-01-17 | Auto merge of #119922 - nnethercote:fix-Diag-code-is_lint, r=oli-obk | bors | -12/+10 |