| Age | Commit message (Expand) | Author | Lines |
| 2025-09-09 | c-variadic: reject non-unsafe functions | Folkert de Vries | -12/+42 |
| 2025-09-09 | Strip frontmatter in fewer places | León Orell Valerian Liehr | -20/+48 |
| 2025-09-09 | Rollup merge of #145929 - Qelxiros:apitit-suggestion, r=BoxyUwU | Matthias Krüger | -0/+28 |
| 2025-09-09 | Rollup merge of #145463 - jieyouxu:error-suffix, r=fmease | Matthias Krüger | -44/+304 |
| 2025-09-09 | Rollup merge of #146324 - RalfJung:no-ptr-fragment, r=oli-obk | Stuart Cook | -0/+54 |
| 2025-09-09 | Rollup merge of #146025 - Enselic:big-array-debuginfo-span, r=wesleywiser | Stuart Cook | -3/+42 |
| 2025-09-09 | Rollup merge of #145819 - jdonszelmann:convert-limits, r=fmease | Stuart Cook | -231/+218 |
| 2025-09-08 | change end to last | Jeremy Smart | -20/+20 |
| 2025-09-08 | fixup limit handling code | Jana Dönszelmann | -231/+218 |
| 2025-09-08 | Auto merge of #140375 - lcnr:subrelations-infcx, r=BoxyUwU | bors | -270/+183 |
| 2025-09-08 | tests/codegen-llvm: Make rust-abi-arch-specific-adjustment portable | Jens Reidel | -2/+6 |
| 2025-09-08 | Apply requested changes | IoaNNUwU | -18/+10 |
| 2025-09-08 | c-variadic: update cmse-nonsecure example | Folkert de Vries | -19/+15 |
| 2025-09-08 | c-variadic: reject non-extern functions | Folkert de Vries | -22/+15 |
| 2025-09-08 | disallow c-variadic associated functions (for now) | Folkert de Vries | -28/+28 |
| 2025-09-08 | disallow c-variadic coroutines | Folkert de Vries | -2/+35 |
| 2025-09-08 | Auto merge of #146333 - matthiaskrgr:rollup-ib80jyw, r=matthiaskrgr | bors | -0/+15 |
| 2025-09-08 | Implement better suggestions based on additional tests and other code paths | IoaNNUwU | -9/+40 |
| 2025-09-08 | Suggest examples of format specifiers in error messages | IoaNNUwU | -0/+93 |
| 2025-09-08 | disable core dumps for panic-uninitialized-zeroed | Ariel Ben-Yehuda | -1/+16 |
| 2025-09-08 | Rollup merge of #146310 - nnethercote:fix-146249, r=lcnr | Matthias Krüger | -0/+15 |
| 2025-09-08 | Auto merge of #146165 - folkertdev:c-variadic-errors-take-2, r=lcnr | bors | -69/+119 |
| 2025-09-08 | fix APITIT being treated as a normal generic parameter in suggestions | Jeremy Smart | -0/+28 |
| 2025-09-08 | pass `sub_relations` into canonical queries | lcnr | -221/+183 |
| 2025-09-08 | inline `CanonicalTyVarKind` | lcnr | -9/+9 |
| 2025-09-08 | remove outdated opaque type test | lcnr | -49/+0 |
| 2025-09-08 | implement `va_arg` for arm in rustc itself | Folkert de Vries | -0/+26 |
| 2025-09-08 | Add some error message tests | Alice Ryhl | -0/+382 |
| 2025-09-08 | const-eval: disable pointer fragment support | Ralf Jung | -0/+54 |
| 2025-09-08 | Allow static regions in `type_name`. | Nicholas Nethercote | -0/+15 |
| 2025-09-08 | Auto merge of #145910 - saethlin:ignore-intrinsic-calls, r=cjgillot | bors | -0/+15 |
| 2025-09-07 | Auto merge of #145541 - cjgillot:dest-prop-live-range, r=Amanieu | bors | -29/+31 |
| 2025-09-07 | support integer literals in `${concat()}` | cyrgani | -23/+45 |
| 2025-09-07 | Auto merge of #146148 - Flakebi:global-addrspace-test, r=Mark-Simulacrum | bors | -2/+21 |
| 2025-09-07 | Unify a source with all possible destinations. | Camille Gillot | -34/+36 |
| 2025-09-07 | Use regular MaybeLiveLocals. | Camille Gillot | -1/+5 |
| 2025-09-07 | Reimplement DestinationPropagation according to live ranges. | Camille GILLOT | -18/+14 |
| 2025-09-07 | Auto merge of #146289 - cjgillot:gvn-aggregate, r=dianqk | bors | -2/+73 |
| 2025-09-07 | Auto merge of #146271 - niacdoial:improperctypes-refactor1, r=tgross35 | bors | -116/+106 |
| 2025-09-07 | Allow simplifying aggregates if LHS is not a simple local. | Camille GILLOT | -2/+73 |
| 2025-09-06 | Auto merge of #146282 - tgross35:rollup-0n5tjnm, r=tgross35 | bors | -0/+61 |
| 2025-09-06 | ImproperCTypes: more pre-emptive cleanup | niacdoial | -26/+16 |
| 2025-09-06 | ImproperCTypes: move code and tests into proper directories | niacdoial | -90/+90 |
| 2025-09-06 | Rollup merge of #146206 - lcnr:fix-non-defining-uses, r=BoxyUwU | Trevor Gross | -0/+61 |
| 2025-09-06 | Auto merge of #146233 - jieyouxu:run-make-fission, r=Kobzol | bors | -1/+1 |
| 2025-09-06 | Auto merge of #146232 - bjorn3:lto_allocator_shim, r=lqd | bors | -0/+19 |
| 2025-09-06 | identity uses are ok, even if there are no defining uses | lcnr | -0/+61 |
| 2025-09-06 | Add test that __rg_oom doesn't get internalized during LTO | bjorn3 | -0/+19 |
| 2025-09-06 | Rollup merge of #146211 - Urgau:cfg-disallow-shebang, r=fmease | Matthias Krüger | -7/+33 |
| 2025-09-06 | Rollup merge of #144801 - estebank:issue-144734, r=spastorino | Matthias Krüger | -4/+68 |