| Age | Commit message (Expand) | Author | Lines |
| 2025-06-05 | use helper macro for flat_map vs visit_list, initial dedups | Deadbeef | -153/+139 |
| 2025-06-05 | Auto merge of #140466 - amandasystems:move-to-preprocessing-step, r=lcnr | bors | -313/+423 |
| 2025-06-05 | Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgr | bors | -59/+97 |
| 2025-06-04 | Auto merge of #141309 - RalfJung:x86-simd-abi, r=tgross35,nikic,workingjubilee | bors | -27/+17 |
| 2025-06-04 | Rollup merge of #142025 - m-ou-se:which-local-binding, r=jdonszelmann | Matthias Krüger | -1/+7 |
| 2025-06-04 | Rollup merge of #142024 - m-ou-se:what-tail-expression, r=petrochenkov | Matthias Krüger | -1/+3 |
| 2025-06-04 | Rollup merge of #142005 - scottmcm:fieldidx-in-variantsmultiple, r=workingjub... | Matthias Krüger | -31/+33 |
| 2025-06-04 | Rollup merge of #141999 - nnethercote:precise-ident, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2025-06-04 | Rollup merge of #141985 - compiler-errors:cycle-in-dep-graph-print, r=oli-obk | Matthias Krüger | -6/+14 |
| 2025-06-04 | Rollup merge of #141968 - oli-obk:wfck-everything-at-once, r=wesleywiser | Matthias Krüger | -12/+9 |
| 2025-06-04 | Rollup merge of #141932 - azhogin:azhogin/async-drop-inside-asyncgen-fix, r=o... | Matthias Krüger | -6/+28 |
| 2025-06-04 | Rollup merge of #142007 - nnethercote:visitor-comments, r=chenyukang | Matthias Krüger | -5/+11 |
| 2025-06-04 | Rollup merge of #141570 - chenyukang:yukang-fix-eq_unspanned, r=workingjubilee | Matthias Krüger | -15/+9 |
| 2025-06-04 | Rollup merge of #141271 - nnethercote:attr-streamline, r=jdonszelmann | Matthias Krüger | -64/+19 |
| 2025-06-04 | Don't refer to 'this tail expression' in expansion. | Mara Bos | -1/+3 |
| 2025-06-04 | Don't refer to 'local binding' in extern macro. | Mara Bos | -1/+7 |
| 2025-06-04 | Fix for async drop inside async gen fn | Andrew Zhogin | -6/+28 |
| 2025-06-04 | Use an enum for SCC representatives, plus other code review | Amanda Stjerna | -136/+131 |
| 2025-06-04 | Auto merge of #142003 - matthiaskrgr:rollup-ad8l9ns, r=matthiaskrgr | bors | -27/+70 |
| 2025-06-03 | Change `tag_field` to `FieldIdx` in `Variants::Multiple` | Scott McMurray | -31/+33 |
| 2025-06-04 | Improve some `Visitor` comments. | Nicholas Nethercote | -5/+11 |
| 2025-06-04 | abi_check: tweak some comments | Ralf Jung | -5/+12 |
| 2025-06-04 | x86 (32/64): go back to passing SIMD vectors by-ptr | Ralf Jung | -22/+5 |
| 2025-06-04 | Rollup merge of #141871 - nia-e:fix-bitset, r=eholk | Matthias Krüger | -0/+45 |
| 2025-06-04 | Rollup merge of #141250 - folkertdev:s390x-z17-target-features, r=workingjubilee | Matthias Krüger | -10/+24 |
| 2025-06-04 | Rollup merge of #137306 - tgross35:remove-i128-u128-improper-ctypes, r=travis... | Matthias Krüger | -17/+1 |
| 2025-06-04 | Auto merge of #141652 - compiler-errors:more-collect-and-apply, r=lqd | bors | -46/+90 |
| 2025-06-04 | Visit the ident in `PreciseCapturingNonLifetimeArg`. | Nicholas Nethercote | -2/+3 |
| 2025-06-03 | Auto merge of #141984 - matthiaskrgr:rollup-wy6j9ca, r=matthiaskrgr | bors | -579/+711 |
| 2025-06-04 | index: add method for checking range on DenseBitSet | Nia Espera | -0/+45 |
| 2025-06-03 | Ensure query keys are printed with reduced queries | Michael Goulet | -6/+14 |
| 2025-06-03 | Rollup merge of #141945 - nnethercote:rm-Path-is_ident, r=compiler-errors | Matthias Krüger | -14/+10 |
| 2025-06-03 | Rollup merge of #141943 - nnethercote:rm-pre-expansion-ast-stats, r=compiler-... | Matthias Krüger | -5/+1 |
| 2025-06-03 | Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJung | Matthias Krüger | -54/+38 |
| 2025-06-03 | Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3 | Matthias Krüger | -460/+522 |
| 2025-06-03 | Rollup merge of #137725 - oli-obk:i-want-to-move-it-move-it, r=compiler-error... | Matthias Krüger | -46/+140 |
| 2025-06-03 | Auto merge of #141229 - tgross35:builtins-josh-subtree, r=Kobzol | bors | -3/+5 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -46/+140 |
| 2025-06-03 | Rework collect_and_apply to not rely on size hint for optimization | Michael Goulet | -46/+90 |
| 2025-06-03 | compiler: actually remove Conv now that it is irrelevant | Jubilee Young | -163/+1 |
| 2025-06-03 | compiler: simplify TargetOptions ABI functions | Jubilee Young | -108/+2 |
| 2025-06-03 | cg_gcc: convert to CanonAbi | Jubilee Young | -48/+31 |
| 2025-06-03 | cg_clif: convert to CanonAbi | Jubilee Young | -27/+22 |
| 2025-06-03 | cg_llvm: convert to CanonAbi | Jubilee Young | -29/+40 |
| 2025-06-03 | compiler: change Conv to CanonAbi | Jubilee Young | -65/+64 |
| 2025-06-03 | compiler: use CanonAbi for entry_abi | Jubilee Young | -22/+27 |
| 2025-06-03 | compiler: add AbiMap | Jubilee Young | -1/+190 |
| 2025-06-03 | Auto merge of #141961 - matthiaskrgr:rollup-r09j2sp, r=matthiaskrgr | bors | -183/+369 |
| 2025-06-03 | Run wfcheck in one big loop instead of per module | Oli Scherer | -12/+9 |
| 2025-06-03 | Rollup merge of #141956 - bjorn3:minor_cg_ssa_cleanup, r=oli-obk | Matthias Krüger | -25/+11 |