| Age | Commit message (Expand) | Author | Lines |
| 2023-12-09 | Auto merge of #116170 - matthewjasper:remove-thir-destruction-scopes, r=cjgillot | bors | -468/+235 |
| 2023-12-09 | Auto merge of #118771 - workingjubilee:rollup-q1p3riz, r=workingjubilee | bors | -111/+543 |
| 2023-12-09 | Rollup merge of #118764 - compiler-errors:fused-async-iterator, r=eholk | Jubilee | -11/+37 |
| 2023-12-09 | Rollup merge of #118762 - compiler-errors:gen-nits, r=eholk | Jubilee | -34/+35 |
| 2023-12-09 | Rollup merge of #118737 - nnethercote:tidy-alphabetical-in-testsa, r=Nilstrieb | Jubilee | -0/+1 |
| 2023-12-09 | Rollup merge of #118666 - Zalathar:body-closure, r=cjgillot | Jubilee | -31/+93 |
| 2023-12-09 | Rollup merge of #118610 - krasimirgg:llvm-18-dec, r=nikic | Jubilee | -3/+7 |
| 2023-12-09 | Rollup merge of #118512 - spastorino:add-implied-bounds-related-tests, r=jack... | Jubilee | -8/+202 |
| 2023-12-09 | Rollup merge of #118198 - Zalathar:if-not, r=cjgillot | Jubilee | -24/+168 |
| 2023-12-09 | Auto merge of #118150 - roblabla:new-win7-targets, r=davidtwco | bors | -0/+135 |
| 2023-12-09 | Auto merge of #117873 - quininer:android-emutls, r=Amanieu | bors | -28/+71 |
| 2023-12-09 | Auto merge of #114136 - TennyZhuang:linked-list-retain, r=thomcc | bors | -0/+93 |
| 2023-12-09 | Auto merge of #118763 - matthiaskrgr:rollup-mgyf5hp, r=matthiaskrgr | bors | -538/+1354 |
| 2023-12-08 | Add Bevy related test cases | Santiago Pastorino | -0/+97 |
| 2023-12-08 | Make async generators fused by default | Michael Goulet | -11/+37 |
| 2023-12-08 | Rollup merge of #118736 - aliemjay:revert-ice-on-ambig, r=compiler-errors | Matthias Krüger | -12/+28 |
| 2023-12-08 | Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errors | Matthias Krüger | -214/+224 |
| 2023-12-08 | Rollup merge of #118715 - davidtwco:issue-117997-privacy-visit-trait-ref-and-... | Matthias Krüger | -19/+89 |
| 2023-12-08 | Rollup merge of #118694 - celinval:smir-alloc-methods, r=ouz-a | Matthias Krüger | -29/+458 |
| 2023-12-08 | Rollup merge of #118502 - Young-Flash:fix, r=compiler-errors | Matthias Krüger | -3/+78 |
| 2023-12-08 | Rollup merge of #117586 - compiler-errors:the-canonicalizer, r=lcnr | Matthias Krüger | -261/+477 |
| 2023-12-08 | Auto merge of #117681 - Zoxc:tcx-sync, r=compiler-errors | bors | -1/+13 |
| 2023-12-08 | Rename some more coro_kind -> coroutine_kind | Michael Goulet | -8/+9 |
| 2023-12-08 | More nits | Michael Goulet | -4/+4 |
| 2023-12-08 | Introduce closure_id method on CoroutineKind | Michael Goulet | -24/+24 |
| 2023-12-08 | Add tests related to normalization in implied bounds | Santiago Pastorino | -8/+105 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -355/+1118 |
| 2023-12-08 | Make it not depend on nightly conditionally | Michael Goulet | -1/+7 |
| 2023-12-08 | Feedback | Michael Goulet | -229/+205 |
| 2023-12-08 | Uplift canonicalizer into new trait solver crate | Michael Goulet | -272/+506 |
| 2023-12-08 | Add tests | Michael Goulet | -19/+148 |
| 2023-12-08 | HACK: constrain yield type in check_fn so that projection is successful even ... | Michael Goulet | -3/+23 |
| 2023-12-08 | Make some matches exhaustive to avoid bugs, fix tools | Michael Goulet | -46/+72 |
| 2023-12-08 | Support async gen fn | Michael Goulet | -104/+115 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -75/+100 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -54/+563 |
| 2023-12-08 | Rework coroutine transform to be more flexible in preparation for async gener... | Michael Goulet | -80/+123 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -236/+772 |
| 2023-12-08 | privacy: visit trait def id of projections | David Wood | -19/+89 |
| 2023-12-08 | Auto merge of #118689 - compiler-errors:const-drop, r=fee1-dead | bors | -67/+57 |
| 2023-12-08 | update target feature following LLVM API change | Krasimir Georgiev | -3/+7 |
| 2023-12-08 | coverage: Regression test for unwrapping `prev` when there are no spans | Zalathar | -0/+67 |
| 2023-12-08 | coverage: Add `#[track_caller]` to the span generator's unwrap methods | Zalathar | -14/+12 |
| 2023-12-08 | coverage: Simplify the heuristic for ignoring `async fn` return spans | Zalathar | -17/+14 |
| 2023-12-08 | coverage: Use `SpanMarker` to mark the full condition of `if !` | Zalathar | -12/+17 |
| 2023-12-08 | coverage: Use `SpanMarker` to mark `continue` expressions. | Zalathar | -16/+8 |
| 2023-12-08 | coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIR | Zalathar | -3/+36 |
| 2023-12-08 | coverage: Add a dedicated test for coverage of `if !` | Zalathar | -0/+114 |
| 2023-12-08 | Extend tidy alphabetical checking to `tests/`. | Nicholas Nethercote | -0/+1 |
| 2023-12-08 | Auto merge of #118668 - fmease:resolve-assoc-item-bindings-by-namespace, r=co... | bors | -416/+598 |