| Age | Commit message (Expand) | Author | Lines |
| 2022-11-23 | OpaqueCast projections are always overlapping, they can't possibly be disjoint | Oli Scherer | -10/+4 |
| 2022-11-23 | Fix #104639, find the right lower bound region in the scenario of partial ord... | yukang | -20/+7 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -14/+2 |
| 2022-11-23 | Rollup merge of #104728 - WaffleLapkin:require-lang-items-politely, r=compile... | Yuki Okushi | -2/+2 |
| 2022-11-22 | Use `tcx.require_lang_item` instead of unwrapping | Maybe Waffle | -2/+2 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -1/+1 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -18/+10 |
| 2022-11-21 | Add helper to create the trait ref for a lang item | Oli Scherer | -28/+9 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -6/+6 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -23/+28 |
| 2022-11-21 | Add more regression tests | Oli Scherer | -6/+6 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -1/+1 |
| 2022-11-21 | Remove a function that doesn't actually do anything | Oli Scherer | -8/+1 |
| 2022-11-21 | Register obligations from type relation | Oli Scherer | -1/+1 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -6/+1 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -11/+40 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -4/+1 |
| 2022-11-18 | require an `ErrorGuaranteed` to taint infcx with errors | Boxy | -2/+5 |
| 2022-11-18 | rename `is_tainted_by_errors` | Boxy | -4/+8 |
| 2022-11-18 | `InferCtxt::is_tainted_by_errors` returns `ErrorGuaranteed` | Boxy | -3/+3 |
| 2022-11-18 | dont unchecked create `ErrorGuaranteed` in `BorrowckErrors` | Boxy | -10/+12 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -16/+11 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -16/+11 |
| 2022-11-16 | Generalize the `ToPredicate` trait | Oli Scherer | -1/+1 |
| 2022-11-14 | Give precendence to regions from member constaints when inferring concrete ty... | Camille GILLOT | -11/+40 |
| 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 |