| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | rebase | lcnr | -1/+1 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -22/+45 |
| 2024-03-12 | Don't Create `ParamCandidate` When Obligation Contains Errors | Veera | -0/+7 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -7/+7 |
| 2024-02-29 | Rollup merge of #121681 - jswrenn:nix-visibility-analysis, r=compiler-errors | Matthias Krüger | -5/+2 |
| 2024-02-29 | Rollup merge of #121654 - compiler-errors:async-fn-for-fn-def, r=oli-obk | Guillaume Gomez | -6/+16 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -5/+2 |
| 2024-02-27 | Don't emit higher-ranked Future obligations when confirm async Fn goals | Michael Goulet | -6/+16 |
| 2024-02-27 | safe transmute: revise safety analysis | Jack Wrenn | -5/+2 |
| 2024-02-26 | Actually use the right closure kind when checking async Fn goals | Michael Goulet | -2/+3 |
| 2024-02-22 | freshen: resolve root vars | lcnr | -23/+2 |
| 2024-02-20 | Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav... | bors | -2/+5 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -2/+5 |
| 2024-02-19 | split `project` into multiple files | lcnr | -6/+7 |
| 2024-02-19 | never normalize without eager inference replacement | lcnr | -2/+1 |
| 2024-02-15 | Consider principal trait ref's auto-trait super-traits in dyn upcasting | Michael Goulet | -44/+64 |
| 2024-02-14 | Auto merge of #121055 - matthiaskrgr:rollup-bzn5sda, r=matthiaskrgr | bors | -6/+14 |
| 2024-02-14 | Auto merge of #120942 - compiler-errors:deep-assoc-hang, r=lcnr | bors | -0/+16 |
| 2024-02-13 | Rollup merge of #121047 - compiler-errors:default-impls, r=lcnr | Matthias Krüger | -0/+8 |
| 2024-02-13 | Rollup merge of #121002 - lcnr:cleanup-commit_if_ok, r=oli-obk | Matthias Krüger | -6/+6 |
| 2024-02-13 | Do not assemble candidates for default impls | Michael Goulet | -0/+8 |
| 2024-02-13 | remove questionable calls to `commit_if_ok` | lcnr | -6/+6 |
| 2024-02-13 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -14/+14 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -7/+7 |
| 2024-02-12 | Stop calling `impl_polarity` when `impl_trait_ref` was also called | Oli Scherer | -14/+14 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -7/+7 |
| 2024-02-12 | Check representation of unnamed fields | Frank King | -5/+3 |
| 2024-02-12 | Lowering field access for anonymous adts | Frank King | -2/+2 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -0/+10 |
| 2024-02-11 | Ignore own item bounds in parent alias types in `for_each_item_bound` | Michael Goulet | -0/+16 |
| 2024-02-10 | Auto merge of #120712 - compiler-errors:async-closures-harmonize, r=oli-obk | bors | -38/+139 |
| 2024-02-09 | make it recursive | Michael Goulet | -4/+2 |
| 2024-02-09 | For a rigid projection, recursively look at the self type's item bounds | Michael Goulet | -78/+100 |
| 2024-02-08 | Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb | Matthias Krüger | -3/+2 |
| 2024-02-08 | Prefer AsyncFn* over Fn* for coroutine-closures | Michael Goulet | -3/+15 |
| 2024-02-08 | reviews + rebase | Boxy | -49/+48 |
| 2024-02-08 | rename `instantiate_binder_with_placeholders` | Boxy | -9/+9 |
| 2024-02-06 | Coroutine closures implement regular Fn traits, when possible | Michael Goulet | -9/+42 |
| 2024-02-06 | Regular closures now built-in impls for AsyncFn* | Michael Goulet | -29/+85 |
| 2024-02-06 | More comments, final tweaks | Michael Goulet | -0/+6 |
| 2024-02-06 | Add some tests | Michael Goulet | -3/+13 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -0/+108 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -6/+21 |
| 2024-02-02 | Remove dead args from functions | Michael Goulet | -3/+2 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -0/+51 |
| 2024-01-15 | Rollup merge of #119897 - compiler-errors:fulfillment-errors, r=lcnr | Matthias Krüger | -5/+5 |
| 2024-01-12 | Remove unused ErrorReporting variant from overflow handling | Michael Goulet | -5/+3 |
| 2024-01-12 | OutputTypeParameterMismatch -> SignatureMismatch | Michael Goulet | -5/+5 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -1/+1 |
| 2024-01-09 | Rollup merge of #118649 - compiler-errors:coherence-ambig, r=lcnr | Matthias Krüger | -12/+8 |