| Age | Commit message (Expand) | Author | Lines |
| 2025-09-10 | Rollup merge of #146342 - folkertdev:c-variadic-errors-take-3, r=workingjubilee | Matthias Krüger | -52/+167 |
| 2025-09-10 | Rollup merge of #146340 - fmease:frontmatter-containment, r=fee1-dead,Urgau | Matthias Krüger | -82/+134 |
| 2025-09-10 | Rollup merge of #146311 - nnethercote:symbol-comments, r=petrochenkov | Matthias Krüger | -7/+6 |
| 2025-09-10 | Rollup merge of #146123 - IoaNNUwU:issue-68293, r=estebank | Matthias Krüger | -0/+27 |
| 2025-09-10 | Rollup merge of #145879 - Bryanskiy:supertraits-2, r=lcnr | Matthias Krüger | -143/+25 |
| 2025-09-10 | Rollup merge of #146391 - beepster4096:trimnt, r=saethlin | Matthias Krüger | -5/+7 |
| 2025-09-10 | Rollup merge of #146178 - folkertdev:static-align, r=jdonszelmann,ralfjung,tr... | Matthias Krüger | -5/+79 |
| 2025-09-10 | Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhpratt | Matthias Krüger | -6/+56 |
| 2025-09-10 | Permit `more_maybe_bounds` in supertraits and trait objects only | Bryanskiy | -7/+8 |
| 2025-09-10 | Default auto traits: revert to the default supertraits | Bryanskiy | -136/+17 |
| 2025-09-09 | don't trim paths in mir dumping when filtering and at the top of the file | beepster4096 | -5/+7 |
| 2025-09-09 | allow `#[rustc_align_static(N)]` on `static`s | Folkert de Vries | -5/+79 |
| 2025-09-09 | c-variadic: reject functions with unsupported extern ABI | Folkert de Vries | -6/+22 |
| 2025-09-09 | c-variadic: reject non-unsafe functions | Folkert de Vries | -9/+56 |
| 2025-09-09 | Auto merge of #146375 - matthiaskrgr:rollup-utik9zj, r=matthiaskrgr | bors | -59/+60 |
| 2025-09-09 | Strip frontmatter in fewer places | León Orell Valerian Liehr | -69/+116 |
| 2025-09-09 | Rollup merge of #146373 - calvinhirsch:trait-solver-cycle-head-docs, r=lcnr | Matthias Krüger | -4/+4 |
| 2025-09-09 | Rollup merge of #145929 - Qelxiros:apitit-suggestion, r=BoxyUwU | Matthias Krüger | -27/+46 |
| 2025-09-09 | Rollup merge of #145463 - jieyouxu:error-suffix, r=fmease | Matthias Krüger | -28/+10 |
| 2025-09-09 | Improve docs of certain built-in macro expanders | León Orell Valerian Liehr | -13/+18 |
| 2025-09-09 | Auto merge of #145717 - BoxyUwU:erase_regions_rename, r=lcnr | bors | -129/+154 |
| 2025-09-09 | fix comments about trait solver cycle heads | calvinhirsch | -4/+4 |
| 2025-09-09 | Add assertion | Boxy | -1/+1 |
| 2025-09-09 | Driveby fixes | Boxy | -10/+9 |
| 2025-09-09 | erase_regions to erase_and_anonymize_regions | Boxy | -124/+150 |
| 2025-09-09 | Auto merge of #146360 - Zalathar:rollup-qc2hhrd, r=Zalathar | bors | -218/+369 |
| 2025-09-09 | Rollup merge of #146324 - RalfJung:no-ptr-fragment, r=oli-obk | Stuart Cook | -4/+23 |
| 2025-09-09 | Rollup merge of #146184 - dpaoliello:llvmbuildarm64, r=cuviper | Stuart Cook | -1/+4 |
| 2025-09-09 | Rollup merge of #146025 - Enselic:big-array-debuginfo-span, r=wesleywiser | Stuart Cook | -4/+10 |
| 2025-09-09 | Rollup merge of #145819 - jdonszelmann:convert-limits, r=fmease | Stuart Cook | -209/+332 |
| 2025-09-09 | Auto merge of #146018 - lambdageek:add-winres-version, r=wesleywiser | bors | -3/+257 |
| 2025-09-08 | change end to last | Jeremy Smart | -6/+56 |
| 2025-09-09 | Auto merge of #146188 - dpaoliello:tracing, r=Kobzol | bors | -3/+2 |
| 2025-09-08 | fixup limit handling code | Jana Dönszelmann | -225/+167 |
| 2025-09-08 | port `#[pattern_complexity_limit]` to the new attribute parsing infrastructure | Jana Dönszelmann | -1/+35 |
| 2025-09-08 | port `#[type_length_limit]` to the new attribute parsing infrastructure | Jana Dönszelmann | -1/+36 |
| 2025-09-08 | port `#[move_size_limit]` to the new attribute parsing infrastructure | Jana Dönszelmann | -1/+33 |
| 2025-09-08 | port `#[recursion_limit]` to the new attribute parsing infrastructure | Jana Dönszelmann | -4/+84 |
| 2025-09-08 | Auto merge of #140375 - lcnr:subrelations-infcx, r=BoxyUwU | bors | -300/+401 |
| 2025-09-08 | Apply requested changes | IoaNNUwU | -29/+15 |
| 2025-09-08 | Refactor how to get the span of a function header | Folkert de Vries | -37/+32 |
| 2025-09-08 | c-variadic: reject non-extern functions | Folkert de Vries | -1/+11 |
| 2025-09-08 | clarify control flow of `check_c_variadic_type` | Folkert de Vries | -7/+16 |
| 2025-09-08 | disallow c-variadic associated functions (for now) | Folkert de Vries | -5/+18 |
| 2025-09-08 | disallow c-variadic coroutines | Folkert de Vries | -0/+25 |
| 2025-09-08 | Auto merge of #146333 - matthiaskrgr:rollup-ib80jyw, r=matthiaskrgr | bors | -166/+216 |
| 2025-09-08 | Update tracing, again | Daniel Paoliello | -3/+2 |
| 2025-09-08 | Implement better suggestions based on additional tests and other code paths | IoaNNUwU | -20/+38 |
| 2025-09-08 | Suggest examples of format specifiers in error messages | IoaNNUwU | -2/+25 |
| 2025-09-08 | Rollup merge of #146313 - nnethercote:rustc_middle-ty-cleanups-2, r=lcnr | Matthias Krüger | -84/+54 |