| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-11-10 | More nits | Michael Goulet | -4/+1 |
| 2022-11-10 | make `Sized` coinductive | lcnr | -1/+4 |
| 2022-11-09 | Auto merge of #103723 - CastilloDel:master, r=jackh726 | bors | -1/+8 |
| 2022-11-09 | Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillot | bors | -0/+1 |
| 2022-11-08 | Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_... | CastilloDel | -1/+8 |
| 2022-11-08 | selection failure: recompute applicable impls | lcnr | -4/+0 |
| 2022-11-07 | Add an optional Span to BrAnon and use it to print better error for HRTB erro... | Jack Huey | -0/+1 |
| 2022-11-04 | Some tracing and comment cleanups | Oli Scherer | -1/+3 |
| 2022-10-17 | Rollup merge of #102466 - lcnr:const-equate-uwu, r=BoxyUwU | Matthias Krüger | -11/+13 |
| 2022-10-10 | Fix compiler docs | Guillaume Gomez | -1/+1 |
| 2022-10-10 | Rollup merge of #102786 - compiler-errors:no-tuple-candidate, r=lcnr | Dylan DPC | -5/+3 |
| 2022-10-08 | Rollup merge of #102785 - fee1-dead-contrib:rm_autoimpl_defid, r=compiler-errors | Matthias Krüger | -8/+8 |
| 2022-10-07 | Remove tuple candidate, nothing special about it | Michael Goulet | -5/+3 |
| 2022-10-07 | Remove `DefId` from some `SelectionCandidate` variants | Deadbeef | -8/+8 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -5/+5 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -2/+2 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -2/+2 |
| 2022-09-30 | Auto merge of #102304 - lcnr:coherence-cleanup, r=compiler-errors | bors | -33/+0 |