| Age | Commit message (Expand) | Author | Lines |
| 2022-11-13 | Make user_provided_sigs a LocalDefIdMap. | Camille GILLOT | -4/+3 |
| 2022-11-11 | Rollup merge of #103960 - AndyJado:var_path_only_diag, r=davidtwco | Manish Goregaokar | -60/+207 |
| 2022-11-09 | Rollup merge of #102763 - compiler-errors:nits, r=cjgillot | Michael Goulet | -14/+7 |
| 2022-11-09 | Rollup merge of #103464 - JakobDegen:mir-parsing, r=oli-obk | Manish Goregaokar | -0/+14 |
| 2022-11-09 | Rollup merge of #103307 - b4den:master, r=estebank | Manish Goregaokar | -1/+1 |
| 2022-11-09 | Make span_suggestions take IntoIterator | Michael Goulet | -1/+1 |
| 2022-11-09 | DiagnosticBuilder -> Diagnostic | Michael Goulet | -13/+6 |
| 2022-11-09 | struct error E0505 | AndyJado | -6/+31 |
| 2022-11-09 | var_subdiag refinement | AndyJado | -57/+64 |
| 2022-11-09 | remove old var_span_path_only | AndyJado | -17/+75 |
| 2022-11-09 | lint auto pass | AndyJado | -0/+57 |
| 2022-11-08 | Add support for custom MIR parsing | Jakob Degen | -0/+14 |
| 2022-11-09 | Auto merge of #104179 - Manishearth:rollup-yvsx5hh, r=Manishearth | bors | -4/+60 |
| 2022-11-08 | Rollup merge of #103559 - AndyJado:var_span_label, r=davidtwco | Manish Goregaokar | -4/+60 |
| 2022-11-09 | Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillot | bors | -1/+4 |
| 2022-11-08 | add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed' | yukang | -6/+7 |
| 2022-11-08 | Rollup merge of #103865 - compiler-errors:fallback-has-occurred-tracking, r=e... | Dylan DPC | -1/+1 |
| 2022-11-07 | Add an optional Span to BrAnon and use it to print better error for HRTB erro... | Jack Huey | -1/+4 |
| 2022-11-07 | Auto merge of #103218 - CastilloDel:infer, r=jackh726 | bors | -4/+4 |
| 2022-11-06 | Auto merge of #102618 - aliemjay:simplify-closure-promote, r=compiler-errors | bors | -258/+103 |
| 2022-11-06 | Move fallback_has_occurred to FnCtxt | Michael Goulet | -1/+1 |
| 2022-11-05 | first move on a nested span_label | AndyJado | -4/+60 |
| 2022-11-05 | use spans in TypeTest rather than mir::Location | Ali MJ Al-Nasrawy | -23/+11 |
| 2022-11-05 | simplify applying closure requirements | Ali MJ Al-Nasrawy | -235/+92 |
| 2022-11-05 | Rollup merge of #103868 - compiler-errors:trait-engine-less, r=jackh726 | Matthias Krüger | -35/+27 |
| 2022-11-04 | Rollup merge of #103780 - compiler-errors:bound-closure-lifetimes, r=jackh726 | Matthias Krüger | -35/+94 |
| 2022-11-02 | Use TraitEngine less | Michael Goulet | -35/+27 |
| 2022-11-01 | Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco | Manish Goregaokar | -1/+1 |
| 2022-11-01 | Auto merge of #103590 - compiler-errors:ocx-more, r=lcnr | bors | -23/+18 |
| 2022-10-31 | Add bug! back to late_bound_vars query | Michael Goulet | -0/+4 |
| 2022-10-31 | Make external/local late-bound region registration more explicit | Michael Goulet | -25/+68 |
| 2022-10-31 | Collect late-bound regions from all closure parents in `closure_mapping` | Michael Goulet | -40/+44 |
| 2022-10-31 | Create NLL infer vars for late-bound regions from closures | Michael Goulet | -27/+35 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2022-10-28 | Remove #![allow(rustc::potential_query_instability)] from rustc_infer | CastilloDel | -4/+4 |
| 2022-10-28 | Rollup merge of #103641 - compiler-errors:issue-103624, r=cjgillot | Matthias Krüger | -52/+53 |
| 2022-10-27 | Erase regions from CallArgument, add test + bless | Michael Goulet | -1/+1 |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -52/+53 |
| 2022-10-27 | (almost) Always use ObligationCtxt when dealing with canonical queries | Michael Goulet | -23/+18 |
| 2022-10-27 | Rollup merge of #103255 - oli-obk:opaque_wrong_eq_relation, r=compiler-errors | Matthias Krüger | -23/+10 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -1/+1 |
| 2022-10-26 | Convert all #[suggestion_*] attributes to #[suggestion(style = "...")] | Xiretza | -1/+1 |
| 2022-10-25 | Use the general type API instead of directly accessing register_hidden_type | Oli Scherer | -8/+6 |
| 2022-10-25 | Pull opaque type handling out of the type relating delegate | Oli Scherer | -15/+4 |
| 2022-10-25 | Rollup merge of #103382 - compiler-errors:anon-apit-lt-region-ice, r=cjgillot | Yuki Okushi | -8/+92 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -19/+19 |
| 2022-10-22 | Don't ICE on regions from anonymous_lifetime_in_impl_trait | Michael Goulet | -8/+92 |
| 2022-10-20 | Add context to compiler error message | b4den | -1/+1 |
| 2022-10-20 | Auto merge of #103290 - matthiaskrgr:rollup-ngozai3, r=matthiaskrgr | bors | -2/+9 |
| 2022-10-20 | Rollup merge of #103276 - compiler-errors:default-on-uninit-ice, r=TaKO8Ki | Matthias Krüger | -2/+9 |