| Age | Commit message (Expand) | Author | Lines |
| 2024-04-17 | Auto merge of #123674 - oli-obk:bogus_note, r=estebank | bors | -2/+8 |
| 2024-04-17 | Rollup merge of #123997 - compiler-errors:self-res, r=fmease | Matthias Krüger | -0/+11 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -38/+21 |
| 2024-04-16 | Prefer identity equality over equating types during coercion. | Oli Scherer | -22/+13 |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -2/+242 |
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -37/+20 |
| 2024-04-16 | Avoid unnecessary `rustc_span::DUMMY_SP` usage. | Nicholas Nethercote | -1/+1 |
| 2024-04-15 | Delay span bug when Self resolves to DefKind::{Mod,Trait} | Michael Goulet | -0/+11 |
| 2024-04-16 | Rollup merge of #123926 - compiler-errors:no-ann, r=estebank | León Orell Valerian Liehr | -4/+4 |
| 2024-04-16 | Rollup merge of #123016 - compiler-errors:no-type-var-origin, r=lcnr | León Orell Valerian Liehr | -5/+5 |
| 2024-04-15 | Fix pretty hir for anon consts in diagnostics | Michael Goulet | -4/+4 |
| 2024-04-15 | Remove TypeVariableOriginKind | Michael Goulet | -5/+5 |
| 2024-04-15 | More polishing | Michael Goulet | -0/+8 |
| 2024-04-15 | Use a path instead of an ident (and stop manually resolving) | Michael Goulet | -3/+23 |
| 2024-04-15 | Some ordering and duplication checks | Michael Goulet | -15/+64 |
| 2024-04-15 | Add hir::Node::PreciseCapturingNonLifetimeArg | Michael Goulet | -3/+5 |
| 2024-04-15 | Validation and other things | Michael Goulet | -4/+140 |
| 2024-04-15 | Lower and resolve precise captures in HIR | Michael Goulet | -0/+25 |
| 2024-04-15 | Rollup merge of #123924 - compiler-errors:tuple-sugg, r=estebank | Michael Goulet | -65/+9 |
| 2024-04-14 | Don't leak unnameable types in -> _ recover | Michael Goulet | -17/+12 |
| 2024-04-14 | Consolidate two copies of ty_kind_suggestion | Michael Goulet | -65/+9 |
| 2024-04-14 | Rollup merge of #123898 - fmease:gci-cmp-impl-item-lt-params, r=compiler-errors | Matthias Krüger | -4/+2 |
| 2024-04-13 | Check regions earlier when comparing impl with trait item def | León Orell Valerian Liehr | -4/+2 |
| 2024-04-13 | remove some ancient debug output, looks unused? | klensy | -3/+0 |
| 2024-04-11 | remove some things that do not need to be | Matthias Krüger | -1/+1 |
| 2024-04-11 | Rollup merge of #123774 - Lee-Janggun:master, r=lqd | Matthias Krüger | -1/+1 |
| 2024-04-11 | Rollup merge of #123738 - spastorino:reuse-lower-const-param, r=compiler-errors | Matthias Krüger | -5/+6 |
| 2024-04-11 | Call lower_const_param instead of duplicating the code | Santiago Pastorino | -5/+6 |
| 2024-04-11 | Rollup merge of #123704 - estebank:diag-changes, r=compiler-errors | Matthias Krüger | -11/+62 |
| 2024-04-11 | Fix small typo | Janggun Lee | -1/+1 |
| 2024-04-10 | Handle more cases of "values to suggest" given a type | Esteban Küber | -0/+12 |
| 2024-04-10 | Use suggest_impl_trait in return type suggestion | Michael Goulet | -42/+56 |
| 2024-04-10 | Handle more cases of value suggestions | Esteban Küber | -10/+38 |
| 2024-04-10 | Auto merge of #121346 - m-ou-se:temp-lifetime-if-else-match, r=compiler-errors | bors | -0/+13 |
| 2024-04-10 | Rollup merge of #123689 - spastorino:pattern_types_const_generics, r=oli-obk | Guillaume Gomez | -0/+18 |
| 2024-04-09 | Tweak value suggestions in `borrowck` and `hir_analysis` | Esteban Küber | -5/+16 |
| 2024-04-09 | Handle const generic pattern types | Santiago Pastorino | -0/+18 |
| 2024-04-09 | Clarifying comment | Michael Goulet | -3/+9 |
| 2024-04-09 | Split back out unused_lifetimes -> redundant_lifetimes | Michael Goulet | -2/+2 |
| 2024-04-09 | Lint redundant lifetimes in impl header | Michael Goulet | -5/+6 |
| 2024-04-09 | Move check to wfcheck | Michael Goulet | -0/+128 |
| 2024-04-09 | Actually, just reuse the UNUSED_LIFETIMES lint | Michael Goulet | -26/+0 |
| 2024-04-09 | Silence some follow-up errors on trait impls in case the trait has conflictin... | Oli Scherer | -2/+8 |
| 2024-04-09 | Auto merge of #123631 - oli-obk:fail_slow, r=jieyouxu | bors | -7/+4 |
| 2024-04-09 | Rollup merge of #123648 - oli-obk:pattern_types_syntax, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2024-04-08 | Auto merge of #122077 - oli-obk:eager_opaque_checks4, r=lcnr | bors | -6/+3 |
| 2024-04-08 | Avoid ICEing without the `pattern_types` feature gate | Oli Scherer | -1/+5 |
| 2024-04-08 | Eliminate `DefiningAnchor` now that is just a single-variant enum | Oli Scherer | -6/+3 |
| 2024-04-08 | Ensure we do not accidentally insert new early aborts in the analysis passes | Oli Scherer | -7/+4 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -10/+92 |