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