| Age | Commit message (Expand) | Author | Lines |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -6/+6 |
| 2023-02-13 | Pre-intern some commonly used type variables. | Nicholas Nethercote | -11/+6 |
| 2023-02-11 | Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr | bors | -153/+164 |
| 2023-02-10 | implement `compute_alias_eq_goal` | Boxy | -11/+23 |
| 2023-02-10 | emit `AliasEq` when relating type and const aliases | Boxy | -142/+137 |
| 2023-02-10 | Rollup merge of #107789 - jieyouxu:issue-107745, r=lcnr | Matthias Krüger | -9/+14 |
| 2023-02-10 | add `AliasEq` to `PredicateKind` | Boxy | -0/+4 |
| 2023-02-10 | Auto merge of #107652 - estebank:re_error, r=oli-obk | bors | -11/+44 |
| 2023-02-10 | Auto merge of #107870 - matthiaskrgr:rollup-3z1q4rm, r=matthiaskrgr | bors | -6/+4 |
| 2023-02-09 | Cleanup free_region_relations a bit | Jack Huey | -0/+1 |
| 2023-02-09 | Use `ErrorGuaranteed` more in `ReError` | Esteban Küber | -3/+5 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -15/+17 |
| 2023-02-09 | review comments | Esteban Küber | -1/+3 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -10/+37 |
| 2023-02-09 | Don't expose type parameters and implementation details from macro expansion | 许杰友 Jieyou Xu (Joe) | -9/+14 |
| 2023-02-09 | Avoid some `tls::with` calls. | Nicholas Nethercote | -6/+4 |
| 2023-02-08 | Rollup merge of #107780 - compiler-errors:instantiate-binder, r=lcnr | Matthias Krüger | -8/+15 |
| 2023-02-07 | Replacing bound vars is actually instantiating a binder | Michael Goulet | -8/+15 |
| 2023-02-07 | Auto merge of #107768 - matthiaskrgr:rollup-9u4cal4, r=matthiaskrgr | bors | -25/+16 |
| 2023-02-07 | Rollup merge of #107709 - tialaramex:master, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2023-02-07 | Rollup merge of #107555 - edward-shen:edward-shen/dup-trait-suggestion, r=com... | Matthias Krüger | -29/+66 |
| 2023-02-07 | remove binder from query constraints | lcnr | -25/+16 |
| 2023-02-06 | Fix problem noticed in PR106859 with char -> u8 suggestion | Nick Lamb | -1/+2 |
| 2023-02-06 | Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl... | Matthias Krüger | -24/+26 |
| 2023-02-06 | Modify existing bounds if they exist | Edward Shen | -29/+66 |
| 2023-02-06 | Split and inline `TypeFreshener::fold_ty`. | Nicholas Nethercote | -68/+61 |
| 2023-02-06 | Split and inline `ShallowResolver::fold_ty`. | Nicholas Nethercote | -24/+33 |
| 2023-02-06 | Inline `OpportunisticVarResolver::fold_ty`. | Nicholas Nethercote | -0/+1 |
| 2023-02-06 | Improve early bailout test in `resolve_vars_if_possible`. | Nicholas Nethercote | -2/+2 |
| 2023-02-06 | Put a `ShallowResolver` within `OpportunisticVarResolver`. | Nicholas Nethercote | -5/+7 |
| 2023-02-05 | emit `ConstEquate` in `TypeRelating<D>` | Boxy | -6/+7 |
| 2023-02-02 | Rollup merge of #107201 - compiler-errors:confusing-async-fn-note, r=estebank | Matthias Krüger | -46/+16 |
| 2023-01-31 | Rollup merge of #107486 - compiler-errors:bound-ty-keep-name, r=oli-obk | Guillaume Gomez | -4/+4 |
| 2023-01-30 | Track bound types like bound regions | Michael Goulet | -4/+4 |
| 2023-01-30 | Make structured suggestion for fn casting verbose | Esteban Küber | -1/+1 |
| 2023-01-30 | Mention fn coercion rules (needs to be expanded) | Esteban Küber | -0/+19 |
| 2023-01-30 | review comments | Esteban Küber | -1/+1 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -9/+25 |
| 2023-01-28 | Auto merge of #107303 - compiler-errors:intern-canonical-var-values, r=lcnr | bors | -18/+15 |
| 2023-01-28 | Rollup merge of #107385 - BoxyUwU:ConstInferUnifier_is_folder, r=compiler-errors | Matthias Krüger | -88/+26 |
| 2023-01-28 | Rollup merge of #107339 - aliemjay:covariant, r=lcnr | Matthias Krüger | -7/+10 |
| 2023-01-27 | Pacify tidy. | Camille GILLOT | -1/+1 |
| 2023-01-27 | Compute generator saved locals on MIR. | Camille GILLOT | -0/+8 |
| 2023-01-27 | yeet | Boxy | -88/+26 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -1/+3 |
| 2023-01-27 | Separate trait selection from ambiguity reporting. | Camille GILLOT | -3/+14 |
| 2023-01-26 | fixup new usages of fn_sig, bound_fn_sig after rebasing | Kyle Matsuda | -5/+5 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -5/+5 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -1/+1 |
| 2023-01-27 | internally change regions to be covariant | Ali MJ Al-Nasrawy | -7/+10 |