| Age | Commit message (Expand) | Author | Lines |
| 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 | -1/+1 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -2/+2 |
| 2022-11-21 | Test generalization during coherence | Oli Scherer | -1/+5 |
| 2022-11-21 | Add some more assertions for type relations not used during coherence | Oli Scherer | -8/+13 |
| 2022-11-21 | Type generalization should not look at opaque type in coherence | Oli Scherer | -2/+1 |
| 2022-11-21 | Remove a function that doesn't actually do anything | Oli Scherer | -8/+7 |
| 2022-11-21 | Register obligations from type relation | Oli Scherer | -5/+12 |
| 2022-11-21 | Move a field around | Oli Scherer | -1/+2 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -11/+55 |
| 2022-11-21 | Treat different opaque types of the same def id as equal during coherence | Oli Scherer | -0/+73 |
| 2022-11-21 | Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgr | bors | -1/+1 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -28/+39 |
| 2022-11-19 | Rollup merge of #104554 - BoxyUwU:less_unchecked_pls, r=lcnr | Dylan DPC | -14/+21 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -2/+3 |
| 2022-11-19 | drive-by: PolyExistentialPredicate | Michael Goulet | -1/+1 |
| 2022-11-18 | require an `ErrorGuaranteed` to taint infcx with errors | Boxy | -11/+10 |
| 2022-11-18 | rename `is_tainted_by_errors` | Boxy | -8/+12 |
| 2022-11-18 | `InferCtxt::is_tainted_by_errors` returns `ErrorGuaranteed` | Boxy | -5/+9 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -30/+35 |
| 2022-11-15 | mv utility methods into separate module | lcnr | -5/+2 |
| 2022-11-15 | nll: correctly deal with bivariance | lcnr | -2/+6 |
| 2022-11-14 | Deduplicate visitor. | Camille GILLOT | -3/+3 |
| 2022-11-14 | Drop `relate_opaque_item_substs`. | Camille GILLOT | -0/+1 |
| 2022-11-12 | Inherit generics for impl-trait. | Camille GILLOT | -27/+37 |
| 2022-11-12 | Rollup merge of #104206 - compiler-errors:ocx-more-2, r=lcnr | Dylan DPC | -26/+0 |
| 2022-11-10 | Auto merge of #103636 - chenyukang:yukang/fix-103587-sugg-if-let, r=jackh276,... | bors | -0/+82 |
| 2022-11-09 | Remove save_and_restore_in_snapshot_flag | Michael Goulet | -26/+0 |
| 2022-11-09 | Auto merge of #103723 - CastilloDel:master, r=jackh726 | bors | -1/+2 |
| 2022-11-09 | Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillot | bors | -7/+95 |
| 2022-11-08 | Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_... | CastilloDel | -1/+2 |
| 2022-11-08 | use subdiagnostic for sugesting add let | yukang | -6/+14 |
| 2022-11-08 | fix #103587, Recover from common if let syntax mistakes/typos | yukang | -0/+74 |
| 2022-11-08 | Rollup merge of #103865 - compiler-errors:fallback-has-occurred-tracking, r=e... | Dylan DPC | -2/+3 |
| 2022-11-07 | Add a known that this is a known limitation | Jack Huey | -0/+1 |
| 2022-11-07 | Get spans for a couple more region types, add some optimizations, and extend ... | Jack Huey | -1/+1 |
| 2022-11-07 | Add an optional Span to BrAnon and use it to print better error for HRTB erro... | Jack Huey | -7/+94 |
| 2022-11-07 | Auto merge of #103218 - CastilloDel:infer, r=jackh726 | bors | -22/+27 |
| 2022-11-06 | Move fallback_has_occurred to FnCtxt | Michael Goulet | -2/+3 |
| 2022-11-06 | Auto merge of #103975 - oli-obk:tracing, r=jackh726 | bors | -1/+1 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -25/+20 |
| 2022-11-04 | Some tracing and comment cleanups | Oli Scherer | -1/+1 |
| 2022-11-01 | Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco | Manish Goregaokar | -5/+10 |
| 2022-11-01 | Auto merge of #103590 - compiler-errors:ocx-more, r=lcnr | bors | -1/+1 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -1/+1 |
| 2022-10-28 | Remove #![allow(rustc::potential_query_instability)] from rustc_infer | CastilloDel | -22/+27 |
| 2022-10-28 | Rollup merge of #103641 - compiler-errors:issue-103624, r=cjgillot | Matthias Krüger | -6/+6 |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -6/+6 |
| 2022-10-27 | (almost) Always use ObligationCtxt when dealing with canonical queries | Michael Goulet | -1/+1 |