| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2023-12-07 | add unused `NormalizesTo` predicate | lcnr | -1/+4 |
| 2023-12-07 | Fix const drop checking | Michael Goulet | -10/+21 |
| 2023-12-07 | Auto merge of #118685 - compiler-errors:stack-dependent, r=lcnr | bors | -3/+3 |
| 2023-12-06 | EvaluatedToUnknown -> EvaluatedToAmbigStackDependent, EvaluatedToRecur -> Eva... | Michael Goulet | -3/+3 |
| 2023-12-06 | Yeet PolyGenSig | Michael Goulet | -15/+12 |
| 2023-12-05 | Add more | Michael Goulet | -2/+2 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -2/+2 |
| 2023-11-24 | AmbiguityCause should not eagerly format strings | Michael Goulet | -42/+38 |
| 2023-11-22 | Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr | bors | -26/+6 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -51/+0 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -17/+14 |
| 2023-11-21 | Remove ClosureKind predicate kind | Michael Goulet | -26/+6 |
| 2023-11-17 | rename bound region instantiation | lcnr | -3/+4 |
| 2023-11-13 | Rollup merge of #117870 - lcnr:rename-args_ref, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-11-13 | update type flags | lcnr | -3/+3 |
| 2023-11-13 | continue renaming | lcnr | -3/+3 |