| Age | Commit message (Expand) | Author | Lines |
| 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/+374 |
| 2023-04-04 | FailureCode::Error0038 is unreachable, so can be removed | IQuant | -6/+0 |
| 2023-04-04 | Migrate TupleTrailingCommaSuggestion | IQuant | -14/+27 |
| 2023-04-04 | Migrate SuggestTuplePattern | IQuant | -23/+50 |
| 2023-04-04 | Migrate SuggestBoxingForReturnImplTrait, Fix typo in infer_fn_consider_casting | IQuant | -21/+35 |
| 2023-04-04 | Migrate SuggestAccessingField | IQuant | -22/+33 |
| 2023-04-04 | Migrate SuggestAsRefWhereAppropriate | IQuant | -29/+124 |
| 2023-04-04 | Ported FunctionPointerSuggestion | IQuant | -21/+70 |
| 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 |
| 2023-04-01 | fix clippy::iter_kv_map | Matthias Krüger | -1/+1 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -9/+5 |
| 2023-03-31 | Auto merge of #109165 - aliemjay:fix-ice-annotation, r=davidtwco | bors | -2/+2 |
| 2023-03-31 | allow ReError in CanonicalUserTypeAnnotation | Ali MJ Al-Nasrawy | -2/+2 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -1/+2 |
| 2023-03-28 | Rollup merge of #109629 - aliemjay:remove-givens, r=lcnr | nils | -129/+21 |
| 2023-03-28 | Rollup merge of #102472 - lcnr:static-in-eval, r=jackh726 | nils | -20/+4 |
| 2023-03-27 | Rollup merge of #109641 - compiler-errors:dont-elaborate-non-obl, r=oli-obk | Matthias Krüger | -35/+43 |
| 2023-03-26 | Don't elaborate non-obligations into obligations | Michael Goulet | -35/+43 |
| 2023-03-26 | tolerate region vars in implied bounds | Ali MJ Al-Nasrawy | -1/+4 |
| 2023-03-26 | exhaustive match on implied bounds regions | Ali MJ Al-Nasrawy | -15/+8 |
| 2023-03-26 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -126/+22 |
| 2023-03-25 | fix type suggestions in match arms | Lukas Markeffsky | -1/+2 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -12/+60 |
| 2023-03-23 | Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnr | Matthias Krüger | -12/+60 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -2/+2 |
| 2023-03-23 | Remove AliasRelationDirection::Supertype | Michael Goulet | -12/+30 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -6/+6 |
| 2023-03-23 | Include relation direction in AliasEq predicate | Michael Goulet | -3/+33 |
| 2023-03-23 | Auto merge of #108861 - b-naber:eager-nll-type-relating, r=lcnr | bors | -170/+141 |
| 2023-03-22 | Rollup merge of #109447 - lcnr:coherence, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-03-23 | Rollup merge of #109280 - compiler-errors:no-vec-map, r=Mark-Simulacrum | Dylan DPC | -5/+3 |
| 2023-03-22 | eager nll type relating | b-naber | -170/+104 |
| 2023-03-22 | assertion for only collection nll region variable information for debug in no... | b-naber | -0/+37 |