| Age | Commit message (Expand) | Author | Lines |
| 2024-02-06 | Auto merge of #120361 - compiler-errors:async-closures, r=oli-obk | bors | -36/+25 |
| 2024-02-06 | More comments, final tweaks | Michael Goulet | -0/+3 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -0/+8 |
| 2024-02-06 | Make async closures directly lower to ClosureKind::CoroutineClosure | Michael Goulet | -32/+9 |
| 2024-02-06 | Make sure that async closures (and fns) only capture their parent callable's ... | Michael Goulet | -4/+5 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-02-06 | Auto merge of #120392 - compiler-errors:async-bound-modifier, r=davidtwco,fmease | bors | -21/+128 |
| 2024-02-03 | hir: Remove the generic type parameter from `MaybeOwned` | Vadim Petrochenkov | -7/+4 |
| 2024-02-03 | hir: Stop keeping prefixes for most of `use` list stems | Vadim Petrochenkov | -9/+23 |
| 2024-01-31 | Error on incorrect item kind in async bound | Michael Goulet | -9/+35 |
| 2024-01-31 | Add async bound modifier to enable async Fn bounds | Michael Goulet | -20/+101 |
| 2024-01-29 | Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errors | Dylan DPC | -2/+4 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -10/+10 |
| 2024-01-28 | hir: Use `InferArg` in `ArrayLen::Infer` | Vadim Petrochenkov | -1/+4 |
| 2024-01-28 | hir: Remove unnecessary `HirId` from `hir::Let` | Vadim Petrochenkov | -1/+0 |
| 2024-01-25 | Remove unused features | clubby789 | -2/+0 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -2/+8 |
| 2024-01-19 | Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiser | bors | -3/+3 |
| 2024-01-18 | Rollup merge of #119978 - compiler-errors:async-closure-captures, r=oli-obk | Matthias Krüger | -202/+215 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -0/+1 |
| 2024-01-16 | Simplify BodyId hashing. | Camille GILLOT | -3/+3 |
| 2024-01-16 | Async closures will move params into the future always | Michael Goulet | -43/+33 |
| 2024-01-16 | Introduce helper that deals with moving async args into the coroutine | Michael Goulet | -170/+193 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -13/+8 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -4/+386 |
| 2024-01-09 | Add error code for missing base expression in struct update syntax | clubby789 | -2/+2 |
| 2024-01-08 | Rollup merge of #119705 - fmease:tilde-const-assoc-fns-trait-impls, r=compile... | Matthias Krüger | -13/+16 |
| 2024-01-07 | Split note, fix const/static impl trait error | Michael Goulet | -5/+10 |
| 2024-01-07 | effects: support ~const in assoc fns in trait impls | León Orell Valerian Liehr | -13/+16 |
| 2024-01-07 | Inline some helpers no longer needed due to RPITIT being stable | Michael Goulet | -47/+29 |
| 2024-01-07 | Make ImplTraitPosition display more descriptive | Michael Goulet | -9/+9 |
| 2024-01-05 | Remove `hir::Guard` | Matthew Jasper | -14/+1 |
| 2024-01-04 | Rollup merge of #119540 - fmease:no-effect-args-inside-dyn-trait, r=compiler-... | Matthias Krüger | -13/+15 |
| 2024-01-03 | Rollup merge of #119505 - fmease:no-host-param-for-trait-fns, r=fee1-dead | León Orell Valerian Liehr | -4/+6 |
| 2024-01-03 | Rollup merge of #119494 - fmease:deny-hr-param-defaults, r=compiler-errors | León Orell Valerian Liehr | -32/+42 |
| 2024-01-03 | Don't synthesize host effect args inside trait object types | León Orell Valerian Liehr | -13/+15 |
| 2024-01-02 | Don't synthesize host effect params for trait assoc fns marked const | León Orell Valerian Liehr | -4/+6 |
| 2024-01-01 | Deny defaults for higher-ranked generic parameters | León Orell Valerian Liehr | -32/+42 |
| 2023-12-30 | Auto merge of #119284 - Nadrieril:fix-bodiless-arm-parse, r=cjgillot | bors | -3/+1 |
| 2023-12-28 | Merge Coroutine lowering functions | Arpad Borsos | -224/+81 |
| 2023-12-27 | Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-dead | bors | -40/+57 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -40/+57 |
| 2023-12-26 | Auto merge of #119324 - compiler-errors:rollup-c6eqcg9, r=compiler-errors | bors | -7/+9 |
| 2023-12-26 | Rollup merge of #119240 - compiler-errors:lang-item-more, r=petrochenkov | Michael Goulet | -7/+9 |
| 2023-12-26 | Don't drop a hir node after lowering | Nadrieril | -3/+1 |
| 2023-12-26 | fallback `default` to `None` during ast-loweing for lifetime binder | bohan | -2/+30 |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -32/+39 |
| 2023-12-26 | Make some non-diagnostic-affecting QPath::LangItem into regular qpaths | Michael Goulet | -7/+9 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -8/+20 |
| 2023-12-25 | Make closures carry their own ClosureKind, rather than deducing what it is fr... | Michael Goulet | -28/+23 |