about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-02-06Auto merge of #120361 - compiler-errors:async-closures, r=oli-obkbors-366/+3643
2024-02-06Auto merge of #120368 - klensy:llvm-fixme, r=nikicbors-12/+3
2024-02-06reviewklensy-6/+2
2024-02-06llvm-wrapper: remove llvm 12 hackklensy-6/+1
2024-02-06Auto merge of #120509 - shepmaster:m1-runners-redux, r=jdnobors-19/+39
2024-02-06Auto merge of #120326 - tmandry:abort-in-tests, r=cuviperbors-44/+38
2024-02-06Fudge coroutine argument for CoroutineKindShim in fn_sig_for_fn_abiMichael Goulet-4/+34
2024-02-06Document `async_fn_traits`Oli Scherer-0/+13
2024-02-06Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closureMichael Goulet-67/+595
2024-02-06More comments, final tweaksMichael Goulet-42/+169
2024-02-06Add some testsMichael Goulet-9/+402
2024-02-06Bless tests, add commentsMichael Goulet-126/+201
2024-02-06Construct body for by-move coroutine closure outputMichael Goulet-15/+233
2024-02-06Build a shim to call async closures with different AsyncFn trait kindsMichael Goulet-11/+175
2024-02-06Teach typeck/borrowck/solvers how to deal with async closuresMichael Goulet-66/+1221
2024-02-06Add CoroutineClosure to TyKind, AggregateKind, UpvarArgsMichael Goulet-101/+579
2024-02-06Make async closures directly lower to ClosureKind::CoroutineClosureMichael Goulet-88/+93
2024-02-06Make sure that async closures (and fns) only capture their parent callable's ...Michael Goulet-36/+127
2024-02-06Auto merge of #120392 - compiler-errors:async-bound-modifier, r=davidtwco,fmeasebors-62/+516
2024-02-05Auto merge of #120313 - Nadrieril:graceful-error, r=compiler-errorsbors-14/+18
2024-02-05Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrumbors-31/+104
2024-02-05Auto merge of #120671 - matthiaskrgr:rollup-spjnpno, r=matthiaskrgrbors-604/+1010
2024-02-05Rollup merge of #120661 - xen0n:loong-medium-cmodel, r=heiher,NilstriebMatthias Krüger-3/+4
2024-02-05Rollup merge of #120657 - mu001999:clean, r=NilstriebMatthias Krüger-9/+0
2024-02-05Rollup merge of #120518 - kxxt:riscv-split-debug-info, r=compiler-errorsMatthias Krüger-5/+20
2024-02-05Rollup merge of #120384 - wackbyte:array-equality-generics, r=Mark-SimulacrumMatthias Krüger-42/+42
2024-02-05Rollup merge of #118960 - tvallotton:local_waker, r=Mark-SimulacrumMatthias Krüger-43/+535
2024-02-05Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillotMatthias Krüger-486/+349
2024-02-05Rollup merge of #115386 - RalfJung:partial-eq-chain, r=dtolnayMatthias Krüger-8/+52
2024-02-05Rollup merge of #113833 - WiktorPrzetacznik:master, r=dtolnayMatthias Krüger-8/+8
2024-02-05Auto merge of #120660 - matthiaskrgr:rollup-zuqljul, r=matthiaskrgrbors-2121/+3480
2024-02-05target: default to the medium code model on LoongArch targetsWANG Xuerui-3/+4
2024-02-05Rollup merge of #120641 - klensy:copypaste-me, r=notriddleMatthias Krüger-10/+21
2024-02-05Rollup merge of #120636 - lnicola:sync-from-ra, r=lnicolaMatthias Krüger-2004/+3103
2024-02-05Rollup merge of #120607 - conradludgate:fix-120603, r=dtolnayMatthias Krüger-2/+36
2024-02-05Rollup merge of #120587 - lukas-code:miri-tail-normalize, r=RalfJungMatthias Krüger-1/+25
2024-02-05Rollup merge of #120572 - pheki:update-libc, r=Mark-SimulacrumMatthias Krüger-3/+3
2024-02-05Rollup merge of #120569 - Zalathar:fn-sig, r=oli-obkMatthias Krüger-84/+274
2024-02-05Rollup merge of #120458 - rytheo:cstr-conversion-doc, r=Mark-SimulacrumMatthias Krüger-0/+2
2024-02-05Rollup merge of #119600 - aDotInTheVoid:comment-fix, r=compiler-errorsMatthias Krüger-10/+9
2024-02-05Rollup merge of #119481 - romanows:fix-doc-select-nth-unstable, r=Mark-Simula...Matthias Krüger-7/+7
2024-02-05Auto merge of #120508 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-02-05Auto merge of #120497 - compiler-errors:modulize, r=lcnrbors-1456/+1491
2024-02-05Remove unused structr0cky-9/+0
2024-02-05coverage: Make `fn_sig_span` optional, and note its quirksZalathar-11/+17
2024-02-05coverage: Hoist special handling of async function spansZalathar-26/+30
2024-02-05coverage: Make unexpansion of closure bodies more preciseZalathar-50/+60
2024-02-05coverage: Add a test for `#[coverage(..)]` on closuresZalathar-0/+119
2024-02-05coverage: Test for closure body that is a single bang-macroZalathar-0/+51
2024-02-04Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgrbors-541/+1151