| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-04-08 | Start handling pattern types at the HIR -> Ty conversion boundary | Oli Scherer | -2/+21 |
| 2024-04-08 | Thread pattern types through the HIR | Oli Scherer | -0/+1 |
| 2024-04-04 | cache type info for ParamEnv | Lukas Markeffsky | -7/+4 |
| 2024-04-04 | Auto merge of #123240 - compiler-errors:assert-args-compat, r=fmease | bors | -17/+27 |
| 2024-04-03 | Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2024-04-03 | Rollup merge of #122964 - joboet:pointer_expose, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -7/+7 |
| 2024-04-03 | Don't fill non-ty args with ty::Error | Michael Goulet | -17/+27 |
| 2024-04-03 | Rollup merge of #123382 - compiler-errors:assert-fndef-kind, r=fmease | Matthias Krüger | -2/+2 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -1/+1 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -1/+1 |
| 2024-04-02 | Rollup merge of #122865 - surechen:refactor_astconv_error_report_20240321, r=... | Jacob Pratt | -342/+448 |
| 2024-04-02 | Auto merge of #123385 - matthiaskrgr:rollup-v69vjbn, r=matthiaskrgr | bors | -5/+10 |
| 2024-04-02 | Rollup merge of #123302 - compiler-errors:sized-bound-first, r=estebank | Matthias Krüger | -2/+8 |
| 2024-04-02 | Rollup merge of #123226 - scottmcm:u32-shifts, r=WaffleLapkin | Matthias Krüger | -3/+2 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+5 |