| Age | Commit message (Expand) | Author | Lines |
| 2024-02-06 | Auto merge of #120361 - compiler-errors:async-closures, r=oli-obk | bors | -366/+3643 |
| 2024-02-06 | Auto merge of #120368 - klensy:llvm-fixme, r=nikic | bors | -12/+3 |
| 2024-02-06 | review | klensy | -6/+2 |
| 2024-02-06 | llvm-wrapper: remove llvm 12 hack | klensy | -6/+1 |
| 2024-02-06 | Auto merge of #120509 - shepmaster:m1-runners-redux, r=jdno | bors | -19/+39 |
| 2024-02-06 | Auto merge of #120326 - tmandry:abort-in-tests, r=cuviper | bors | -44/+38 |
| 2024-02-06 | Fudge coroutine argument for CoroutineKindShim in fn_sig_for_fn_abi | Michael Goulet | -4/+34 |
| 2024-02-06 | Document `async_fn_traits` | Oli Scherer | -0/+13 |
| 2024-02-06 | Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure | Michael Goulet | -67/+595 |
| 2024-02-06 | More comments, final tweaks | Michael Goulet | -42/+169 |
| 2024-02-06 | Add some tests | Michael Goulet | -9/+402 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -126/+201 |
| 2024-02-06 | Construct body for by-move coroutine closure output | Michael Goulet | -15/+233 |
| 2024-02-06 | Build a shim to call async closures with different AsyncFn trait kinds | Michael Goulet | -11/+175 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -66/+1221 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -101/+579 |
| 2024-02-06 | Make async closures directly lower to ClosureKind::CoroutineClosure | Michael Goulet | -88/+93 |
| 2024-02-06 | Make sure that async closures (and fns) only capture their parent callable's ... | Michael Goulet | -36/+127 |
| 2024-02-06 | Auto merge of #120392 - compiler-errors:async-bound-modifier, r=davidtwco,fmease | bors | -62/+516 |
| 2024-02-05 | Auto merge of #120313 - Nadrieril:graceful-error, r=compiler-errors | bors | -14/+18 |
| 2024-02-05 | Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrum | bors | -31/+104 |
| 2024-02-05 | Auto merge of #120671 - matthiaskrgr:rollup-spjnpno, r=matthiaskrgr | bors | -604/+1010 |
| 2024-02-05 | Rollup merge of #120661 - xen0n:loong-medium-cmodel, r=heiher,Nilstrieb | Matthias Krüger | -3/+4 |
| 2024-02-05 | Rollup merge of #120657 - mu001999:clean, r=Nilstrieb | Matthias Krüger | -9/+0 |
| 2024-02-05 | Rollup merge of #120518 - kxxt:riscv-split-debug-info, r=compiler-errors | Matthias Krüger | -5/+20 |
| 2024-02-05 | Rollup merge of #120384 - wackbyte:array-equality-generics, r=Mark-Simulacrum | Matthias Krüger | -42/+42 |
| 2024-02-05 | Rollup merge of #118960 - tvallotton:local_waker, r=Mark-Simulacrum | Matthias Krüger | -43/+535 |
| 2024-02-05 | Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillot | Matthias Krüger | -486/+349 |
| 2024-02-05 | Rollup merge of #115386 - RalfJung:partial-eq-chain, r=dtolnay | Matthias Krüger | -8/+52 |
| 2024-02-05 | Rollup merge of #113833 - WiktorPrzetacznik:master, r=dtolnay | Matthias Krüger | -8/+8 |
| 2024-02-05 | Auto merge of #120660 - matthiaskrgr:rollup-zuqljul, r=matthiaskrgr | bors | -2121/+3480 |
| 2024-02-05 | target: default to the medium code model on LoongArch targets | WANG Xuerui | -3/+4 |
| 2024-02-05 | Rollup merge of #120641 - klensy:copypaste-me, r=notriddle | Matthias Krüger | -10/+21 |
| 2024-02-05 | Rollup merge of #120636 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -2004/+3103 |
| 2024-02-05 | Rollup merge of #120607 - conradludgate:fix-120603, r=dtolnay | Matthias Krüger | -2/+36 |
| 2024-02-05 | Rollup merge of #120587 - lukas-code:miri-tail-normalize, r=RalfJung | Matthias Krüger | -1/+25 |
| 2024-02-05 | Rollup merge of #120572 - pheki:update-libc, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-02-05 | Rollup merge of #120569 - Zalathar:fn-sig, r=oli-obk | Matthias Krüger | -84/+274 |
| 2024-02-05 | Rollup merge of #120458 - rytheo:cstr-conversion-doc, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2024-02-05 | Rollup merge of #119600 - aDotInTheVoid:comment-fix, r=compiler-errors | Matthias Krüger | -10/+9 |
| 2024-02-05 | Rollup merge of #119481 - romanows:fix-doc-select-nth-unstable, r=Mark-Simula... | Matthias Krüger | -7/+7 |
| 2024-02-05 | Auto merge of #120508 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-02-05 | Auto merge of #120497 - compiler-errors:modulize, r=lcnr | bors | -1456/+1491 |
| 2024-02-05 | Remove unused struct | r0cky | -9/+0 |
| 2024-02-05 | coverage: Make `fn_sig_span` optional, and note its quirks | Zalathar | -11/+17 |
| 2024-02-05 | coverage: Hoist special handling of async function spans | Zalathar | -26/+30 |
| 2024-02-05 | coverage: Make unexpansion of closure bodies more precise | Zalathar | -50/+60 |
| 2024-02-05 | coverage: Add a test for `#[coverage(..)]` on closures | Zalathar | -0/+119 |
| 2024-02-05 | coverage: Test for closure body that is a single bang-macro | Zalathar | -0/+51 |
| 2024-02-04 | Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgr | bors | -541/+1151 |