| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -60/+66 |
| 2023-12-23 | Rollup merge of #119231 - aDotInTheVoid:PatKind-struct-bool-docs, r=compiler-... | Matthias Krüger | -1/+1 |
| 2023-12-23 | bool->enum for ast::PatKind::Struct presence of `..` | Alona Enraght-Moony | -1/+1 |
| 2023-12-22 | Rollup merge of #119222 - eholk:into-async-iterator, r=compiler-errors,dtolnay | Michael Goulet | -1/+19 |
| 2023-12-22 | Split coroutine desugaring kind from source | Michael Goulet | -12/+23 |
| 2023-12-22 | Use `IntoAsyncIterator` in `for await` loop desugaring | Eric Holk | -1/+19 |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -30/+97 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -27/+34 |
| 2023-12-20 | Rollup merge of #119145 - aDotInTheVoid:variantdata-struct-struct, r=compiler... | Matthias Krüger | -4/+5 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -27/+34 |
| 2023-12-20 | resolve: Eagerly feed closure visibilities | Vadim Petrochenkov | -5/+1 |