| Age | Commit message (Expand) | Author | Lines |
| 2022-12-06 | Rollup merge of #105342 - compiler-errors:note_cause_code-takes-predicate, r=... | Matthias Krüger | -7/+5 |
| 2022-12-06 | Avoid noting cause code (which is usually misc, b/c codegen) for opaque type ... | Michael Goulet | -7/+5 |
| 2022-12-05 | Point at GAT where clause when unsatisfied | Michael Goulet | -5/+25 |
| 2022-12-01 | Document normalization methods on At | Michael Goulet | -33/+7 |
| 2022-11-30 | Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorino | bors | -5/+19 |
| 2022-11-28 | Make normalize and normalize_to pub(crate) | Michael Goulet | -5/+5 |
| 2022-11-28 | partially_normalize_... -> At::normalize | Michael Goulet | -0/+14 |
| 2022-11-28 | Simplify calls to `tcx.mk_const` | Maybe Waffle | -1/+1 |
| 2022-11-28 | Rollup merge of #104907 - compiler-errors:selcx-infcx, r=oli-obk | Dylan DPC | -29/+25 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -1/+1 |
| 2022-11-25 | Remove SelectionContext::infcx() in favor of field access | Michael Goulet | -29/+25 |
| 2022-11-25 | Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgr | bors | -176/+156 |
| 2022-11-25 | move 2 candidates into builtin candidate | lcnr | -176/+156 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -1/+3 |
| 2022-11-25 | get rid of to_poly_trait_predicate | Oli Scherer | -3/+2 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -1/+46 |
| 2022-11-24 | Auto merge of #104610 - ouz-a:revert-overflow, r=compiler-errors | bors | -16/+0 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -6/+4 |
| 2022-11-21 | Add helper to create the trait ref for a lang item | Oli Scherer | -5/+5 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -2/+2 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -4/+5 |
| 2022-11-19 | revert-overflow | ouz-a | -16/+0 |
| 2022-11-18 | Revert "Normalize opaques with escaping bound vars" | Michael Goulet | -1/+1 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -15/+16 |
| 2022-11-08 | Rollup merge of #103827 - compiler-errors:rpitit-substs-compat, r=wesleywiser | Manish Goregaokar | -3/+22 |
| 2022-11-07 | Don't normalize constants unless they need normalization | Michael Goulet | -1/+1 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -8/+3 |
| 2022-11-01 | Remap RPITIT substs properly | Michael Goulet | -0/+7 |
| 2022-11-01 | Check for substs compatibility for RPITITs | Michael Goulet | -3/+15 |
| 2022-10-21 | fix some typos | Rageking8 | -1/+1 |
| 2022-10-15 | Fix subst issues with RPITIT | Michael Goulet | -1/+4 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-12 | Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis | bors | -3/+45 |
| 2022-10-10 | Fix compiler docs | Guillaume Gomez | -2/+3 |
| 2022-10-10 | Rollup merge of #102786 - compiler-errors:no-tuple-candidate, r=lcnr | Dylan DPC | -4/+2 |
| 2022-10-07 | Remove tuple candidate, nothing special about it | Michael Goulet | -4/+2 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -5/+5 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -3/+3 |
| 2022-10-05 | Validate opaques in default trait bodies, don't normalize unless a body is pr... | Michael Goulet | -1/+2 |
| 2022-10-05 | Fix test for default body with impl | Michael Goulet | -2/+3 |
| 2022-10-05 | Support default-body trait functions with RPITIT | Michael Goulet | -3/+43 |
| 2022-10-04 | Rollup merge of #102651 - oli-obk:non_region_things, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -1/+1 |
| 2022-09-29 | Check generic argument compatibility when projecting assoc ty | Michael Goulet | -2/+40 |
| 2022-09-23 | Auto merge of #102056 - b-naber:unevaluated, r=lcnr | bors | -1/+1 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -1/+1 |
| 2022-09-22 | Normalize opaques with escaping bound vars | Michael Goulet | -1/+1 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -1/+0 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -2/+0 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -2/+4 |