| Age | Commit message (Expand) | Author | Lines |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -0/+8 |
| 2022-11-22 | Auto merge of #104711 - Dylan-DPC:rollup-gkw1qr8, r=Dylan-DPC | bors | -43/+37 |
| 2022-11-22 | Rollup merge of #104701 - compiler-errors:rpitit-remove-reempty-hack, r=TaKO8Ki | Dylan DPC | -11/+1 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -1/+1 |
| 2022-11-22 | Remove a hack from compare_predicate_entailment | Michael Goulet | -11/+1 |
| 2022-11-22 | Delay bug to deduplicate diagnostics | Michael Goulet | -8/+10 |
| 2022-11-22 | drive-by: style nits | Michael Goulet | -25/+19 |
| 2022-11-22 | Check generics parity between impl and trait before collecting RPITITs | Michael Goulet | -3/+11 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -1/+1 |
| 2022-11-21 | Add helper to create the trait ref for a lang item | Oli Scherer | -1/+1 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -1/+1 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -4/+1 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -1/+1 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -0/+4 |
| 2022-11-21 | Treat different opaque types of the same def id as equal during coherence | Oli Scherer | -0/+4 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -63/+57 |
| 2022-11-19 | Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-... | Matthias Krüger | -3/+1 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -10/+6 |
| 2022-11-19 | drive-by: Add is_async fn to hir::IsAsync | Michael Goulet | -3/+1 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -17/+16 |
| 2022-11-17 | Rollup merge of #103852 - compiler-errors:rpitit-early-from-impl, r=lcnr | Matthias Krüger | -1/+7 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -1/+1 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -17/+16 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -1/+1 |
| 2022-11-15 | use `ocx` type relation routines | lcnr | -10/+6 |
| 2022-11-14 | Deduplicate visitor. | Camille GILLOT | -96/+19 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -1/+1 |
| 2022-11-13 | Create bidirectional bounds between original and duplicated parameters. | Camille GILLOT | -13/+16 |
| 2022-11-12 | Make impl_trait_projections a feature gate. | Camille GILLOT | -8/+11 |
| 2022-11-12 | Inherit generics for impl-trait. | Camille GILLOT | -14/+79 |
| 2022-11-12 | Auto merge of #104310 - Dylan-DPC:rollup-wgt1z4a, r=Dylan-DPC | bors | -105/+142 |
| 2022-11-12 | Rollup merge of #104214 - Nilstrieb:returns_impl_Ice, r=compiler-errors | Dylan DPC | -105/+142 |
| 2022-11-12 | Auto merge of #103530 - cjgillot:hir-lifetimes-direct, r=estebank | bors | -1/+1 |
| 2022-11-11 | Tweak signatures in rustc_middle::hir::map. | Camille GILLOT | -1/+1 |
| 2022-11-09 | Rollup merge of #104156 - oli-obk:autoderef, r=estebank | Manish Goregaokar | -2/+1 |
| 2022-11-09 | Emit error in `collecting_trait_impl_trait_tys` on mismatched signatures | Nilstrieb | -105/+142 |
| 2022-11-09 | Auto merge of #103723 - CastilloDel:master, r=jackh726 | bors | -11/+11 |
| 2022-11-09 | Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillot | bors | -6/+11 |
| 2022-11-08 | Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_... | CastilloDel | -11/+11 |
| 2022-11-08 | Remove overloaded_span argument from `new`, where it is usually redundant wit... | Oli Scherer | -2/+1 |
| 2022-11-08 | Rollup merge of #104094 - lcnr:on_unimplemented-move, r=wesleywiser | Dylan DPC | -1/+2 |
| 2022-11-08 | Rollup merge of #103865 - compiler-errors:fallback-has-occurred-tracking, r=e... | Dylan DPC | -7/+7 |
| 2022-11-08 | add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed' | yukang | -2/+2 |
| 2022-11-07 | Add an optional Span to BrAnon and use it to print better error for HRTB erro... | Jack Huey | -6/+11 |
| 2022-11-07 | fully move `on_unimplemented` to error reporting | lcnr | -1/+2 |
| 2022-11-06 | interpret: support for per-byte provenance | Ralf Jung | -1/+1 |
| 2022-11-06 | Move fallback_has_occurred to FnCtxt | Michael Goulet | -7/+7 |
| 2022-11-05 | Adjust diagnostics, bless tests | Michael Goulet | -2/+8 |
| 2022-11-05 | Enforce rust-check ABI in signatures, calls | Michael Goulet | -0/+22 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -7/+4 |