| Age | Commit message (Expand) | Author | Lines |
| 2023-01-17 | Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -5/+5 |
| 2023-01-17 | change item_bounds query to return EarlyBinder; remove bound_item_bounds query | Kyle Matsuda | -1/+1 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -5/+5 |
| 2023-01-15 | Remove bound_{explicit,}_item_bounds | Michael Goulet | -7/+6 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -1/+1 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -12/+15 |
| 2023-01-12 | attempt to make a minimal example work | Deadbeef | -12/+15 |
| 2023-01-11 | Filter impl and where-clause candidates that reference errors | Michael Goulet | -0/+3 |
| 2023-01-08 | Add type flags support for Ty and Const late-bound regions | Michael Goulet | -4/+3 |
| 2022-12-28 | Allow trait method paths to satisfy const Fn bounds | Deadbeef | -0/+8 |
| 2022-12-19 | implement the skeleton of the updated trait solver | lcnr | -13/+1 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -2/+2 |
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -7/+3 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -6/+9 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -2/+2 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -2/+2 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -2/+2 |
| 2022-12-06 | Avoid noting cause code (which is usually misc, b/c codegen) for opaque type ... | Michael Goulet | -10/+3 |
| 2022-12-03 | Don't add a note for implementing a trait if its inner type is erroneous | bhbs | -15/+20 |
| 2022-11-29 | Rollup merge of #105066 - lcnr:mv-candidate_from_obligation, r=compiler-errors | Matthias Krüger | -0/+204 |
| 2022-11-29 | move `candidate_from_obligation` out of assembly | lcnr | -0/+204 |
| 2022-11-29 | Explain why rematch_impl fails to be infallible | Michael Goulet | -0/+7 |
| 2022-11-28 | Rollup merge of #104907 - compiler-errors:selcx-infcx, r=oli-obk | Dylan DPC | -13/+6 |
| 2022-11-25 | Remove SelectionContext::infcx() in favor of field access | Michael Goulet | -13/+6 |
| 2022-11-25 | Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU | bors | -11/+55 |
| 2022-11-25 | Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgr | bors | -14/+2 |
| 2022-11-25 | Rollup merge of #104716 - lcnr:selection-candidate, r=jackh726 | Matthias Krüger | -14/+2 |
| 2022-11-25 | Auto merge of #104846 - spastorino:santa-clauses-make-goals-early-christmas-ð... | bors | -6/+10 |
| 2022-11-25 | move 2 candidates into builtin candidate | lcnr | -14/+2 |
| 2022-11-25 | Make `expand_abstract_consts` infallible | Boxy | -4/+2 |
| 2022-11-25 | also handle it in evaluate | Boxy | -24/+51 |
| 2022-11-25 | fmt | Boxy | -16/+18 |
| 2022-11-25 | Add expand_abstract_const | kadmin | -11/+8 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -4/+24 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -6/+10 |
| 2022-11-24 | Assert that we don't capture escaping bound vars in Fn trait selection | Michael Goulet | -5/+9 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -23/+8 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -36/+13 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -2/+1 |
| 2022-11-21 | Use iterators instead of slices at more sites | Oli Scherer | -1/+1 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -0/+1 |
| 2022-11-21 | Treat different opaque types of the same def id as equal during coherence | Oli Scherer | -36/+12 |
| 2022-11-19 | Rollup merge of #104469 - estebank:long-types, r=oli-obk | Matthias Krüger | -4/+17 |
| 2022-11-18 | On E0275 do not print out the full type in the msg | Esteban Küber | -4/+17 |
| 2022-11-18 | rename `is_tainted_by_errors` | Boxy | -1/+1 |
| 2022-11-18 | `InferCtxt::is_tainted_by_errors` returns `ErrorGuaranteed` | Boxy | -5/+3 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -2/+2 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -6/+0 |