| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-01-08 | Make inductive cycles in coherence ambiguous always | Michael Goulet | -12/+8 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -1/+4 |
| 2023-12-28 | Movability doesn't need to be a query anymore | Michael Goulet | -2/+2 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -32/+36 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -3/+3 |
| 2023-12-19 | Remove unnecessary param-env from lexical region resolution and fully structu... | Michael Goulet | -7/+2 |
| 2023-12-18 | Check FnPtr/FnDef built-in fn traits correctly with effects | Michael Goulet | -13/+24 |
| 2023-12-16 | Remove unnecessary constness from ProjectionCandidate | Michael Goulet | -15/+10 |
| 2023-12-15 | Annotate some bugs | Michael Goulet | -2/+6 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -0/+70 |
| 2023-12-08 | Auto merge of #118689 - compiler-errors:const-drop, r=fee1-dead | bors | -10/+21 |