| Age | Commit message (Expand) | Author | Lines |
| 2023-04-14 | suggest lifetime for closure parameter type when mismatch | Alex Chi | -1/+58 |
| 2023-04-13 | Rollup merge of #110220 - lcnr:regionzz, r=compiler-errors | Matthias Krüger | -179/+147 |
| 2023-04-12 | Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgr | bors | -4/+9 |
| 2023-04-12 | Rollup merge of #110103 - compiler-errors:new-solver-overflows, r=lcnr | Matthias Krüger | -4/+9 |
| 2023-04-12 | Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr | bors | -10/+10 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -10/+10 |
| 2023-04-12 | Rollup merge of #110210 - nnethercote:DescriptionCtx-cleanups, r=davidtwco | Matthias Krüger | -119/+79 |
| 2023-04-12 | `#[must_use]` for fns returning a list of errors | lcnr | -0/+3 |
| 2023-04-12 | region error cleanup | lcnr | -179/+144 |
| 2023-04-12 | Inline and remove `msg_span_from_early_bound_and_free_regions`. | Nicholas Nethercote | -42/+32 |
| 2023-04-12 | Inline and remove `DescriptionCtx::from_early_bound_and_free_regions`. | Nicholas Nethercote | -67/+44 |
| 2023-04-12 | Inline and remove `DescriptionCtx::add_to`. | Nicholas Nethercote | -8/+4 |
| 2023-04-11 | Allow the elaborator to only filter to real supertraits | Michael Goulet | -15/+26 |
| 2023-04-11 | Split implied and super predicate queries | Michael Goulet | -1/+1 |
| 2023-04-11 | Split super_predicates_that_define_assoc_type query from super_predicates_of | Michael Goulet | -4/+2 |
| 2023-04-11 | Remove the unused `anon_num_here` error. | Nicholas Nethercote | -3/+0 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -10/+10 |
| 2023-04-10 | Auto merge of #108698 - IntQuant:issue-100717-infer-6, r=davidtwco | bors | -347/+742 |
| 2023-04-10 | Report overflows gracefully with new solver | Michael Goulet | -4/+9 |
| 2023-04-09 | Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naber | bors | -97/+112 |
| 2023-04-08 | Auto merge of #110043 - ickk:fix_infer_message, r=eholk | bors | -2/+2 |
| 2023-04-07 | fix infer_source_kind_subdiag_let help message - remove double "the" | ickk | -2/+2 |
| 2023-04-06 | Remove u32 on BoundTyKind::Anon | Jack Huey | -1/+1 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -7/+7 |
| 2023-04-06 | Don't use BrAnon index in diagnostics | Jack Huey | -5/+4 |
| 2023-04-06 | Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR... | Jack Huey | -27/+43 |
| 2023-04-06 | Get rid of elaborate_trait_ref{s} too | Michael Goulet | -17/+7 |
| 2023-04-06 | Make elaborator generic | Michael Goulet | -92/+117 |
| 2023-04-07 | Rollup merge of #109957 - fmease:fix-109905, r=petrochenkov | Matthias Krüger | -1/+4 |
| 2023-04-05 | account for self type when looking for source of unsolved ty var | León Orell Valerian Liehr | -1/+4 |
| 2023-04-04 | Rollup merge of #109913 - scottmcm:index-slice, r=WaffleLapkin | Michael Goulet | -1/+1 |
| 2023-04-04 | Now passes tests | IQuant | -1/+2 |
| 2023-04-04 | Rename tuple_wrap_err_subdiag to suggest_wrap_to_build_a_tuple, making it mor... | IQuant | -4/+4 |
| 2023-04-04 | Extract suggest_specify_actual_length into a separate function | IQuant | -59/+61 |
| 2023-04-04 | A more general implementation of `IntoDiagnosticArg` for `Binder` (Also remov... | IQuant | -13/+5 |
| 2023-04-04 | Renamed TypeErrorAdditionalDiags (was Error0308Subdiags) and ObligationCauseF... | IQuant | -48/+52 |
| 2023-04-04 | Move and document escape_literal function | IQuant | -19/+22 |
| 2023-04-04 | Update compiler/rustc_infer/src/infer/error_reporting/suggest.rs | IQuant | -1/+1 |
| 2023-04-04 | Migrate (most of) report_and_explain_type_error | IQuant | -228/+396 |
| 2023-04-04 | FailureCode::Error0038 is unreachable, so can be removed | IQuant | -6/+0 |
| 2023-04-04 | Migrate TupleTrailingCommaSuggestion | IQuant | -14/+29 |
| 2023-04-04 | Migrate SuggestTuplePattern | IQuant | -24/+54 |
| 2023-04-04 | Migrate SuggestBoxingForReturnImplTrait, Fix typo in infer_fn_consider_casting | IQuant | -21/+38 |
| 2023-04-04 | Migrate SuggestAccessingField | IQuant | -22/+35 |
| 2023-04-04 | Migrate SuggestAsRefWhereAppropriate | IQuant | -29/+131 |
| 2023-04-04 | Ported FunctionPointerSuggestion | IQuant | -21/+75 |
| 2023-04-04 | Remove intercrate and mark_ambiguous from Relation | Michael Goulet | -87/+12 |
| 2023-04-03 | Doc-comment `IndexVec::from_elem` and use it in a few more places | Scott McMurray | -1/+1 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -3/+3 |
| 2023-04-02 | Rollup merge of #109846 - matthiaskrgr:clippy2023_04_III, r=Nilstrieb | Nilstrieb | -1/+1 |