| Age | Commit message (Expand) | Author | Lines |
| 2025-09-09 | Rollup merge of #139593 - lolbinarycat:sitemap, r=jieyouxu | Stuart Cook | -0/+7 |
| 2025-09-09 | Auto merge of #146018 - lambdageek:add-winres-version, r=wesleywiser | bors | -8/+271 |
| 2025-09-08 | change end to last | Jeremy Smart | -53/+245 |
| 2025-09-09 | Auto merge of #146188 - dpaoliello:tracing, r=Kobzol | bors | -6/+4 |
| 2025-09-08 | fixup limit handling code | Jana Dönszelmann | -457/+385 |
| 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 | simplify the declaration of the legacy integer modules (`std::u32` etc.) | cyrgani | -219/+81 |
| 2025-09-08 | Auto merge of #140375 - lcnr:subrelations-infcx, r=BoxyUwU | bors | -570/+585 |
| 2025-09-08 | report duplicate symbol added by the driver | Folkert de Vries | -6/+15 |
| 2025-09-08 | Weakly export platform_version symbols | Mads Marquart | -0/+5 |
| 2025-09-08 | Reorder test to make failures clearer | Mads Marquart | -3/+3 |
| 2025-09-08 | fix partial urlencoded link support | nixxo | -12/+23 |
| 2025-09-08 | Apply requested changes | IoaNNUwU | -47/+25 |
| 2025-09-08 | Refactor how to get the span of a function header | Folkert de Vries | -37/+32 |
| 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 | -23/+26 |
| 2025-09-08 | Update books | rustbot | -0/+0 |
| 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 | -33/+46 |
| 2025-09-08 | disallow c-variadic coroutines | Folkert de Vries | -2/+60 |
| 2025-09-08 | Auto merge of #146333 - matthiaskrgr:rollup-ib80jyw, r=matthiaskrgr | bors | -231/+426 |
| 2025-09-08 | Update tracing, again | Daniel Paoliello | -6/+4 |
| 2025-09-08 | Implement better suggestions based on additional tests and other code paths | IoaNNUwU | -29/+78 |
| 2025-09-08 | Suggest examples of format specifiers in error messages | IoaNNUwU | -2/+118 |
| 2025-09-08 | std: move `thread` into `sys` (rename only) | joboet | -0/+0 |
| 2025-09-08 | std: make address resolution weirdness local to SGX | joboet | -216/+276 |
| 2025-09-08 | disable core dumps for panic-uninitialized-zeroed | Ariel Ben-Yehuda | -1/+16 |
| 2025-09-08 | Rollup merge of #146320 - tshepang:rdg-sync, r=tshepang | Matthias Krüger | -64/+186 |
| 2025-09-08 | Rollup merge of #146319 - justinyaodu:patch-1, r=jhpratt | Matthias Krüger | -1/+1 |
| 2025-09-08 | Rollup merge of #146313 - nnethercote:rustc_middle-ty-cleanups-2, r=lcnr | Matthias Krüger | -84/+54 |
| 2025-09-08 | Rollup merge of #146310 - nnethercote:fix-146249, r=lcnr | Matthias Krüger | -2/+18 |
| 2025-09-08 | Rollup merge of #146299 - smirzaei:doc/improve-path-canonicalize-docs, r=jhpratt | Matthias Krüger | -0/+8 |
| 2025-09-08 | Rollup merge of #146298 - cjgillot:gvn-derefer, r=nnethercote | Matthias Krüger | -0/+5 |
| 2025-09-08 | Rollup merge of #146111 - ChayimFriedman2:more-ns-specific-defid, r=lcnr | Matthias Krüger | -80/+154 |
| 2025-09-08 | tidy extra checks: use Error::FailedCheck correctly | binarycat | -3/+3 |
| 2025-09-08 | tidy extra checks that interact with --bless now all recommend using it | binarycat | -6/+25 |
| 2025-09-08 | tidy: py:lint extra check now works with --bless | binarycat | -2/+9 |
| 2025-09-08 | Auto merge of #146165 - folkertdev:c-variadic-errors-take-2, r=lcnr | bors | -94/+140 |
| 2025-09-08 | all tidy extra checks now print what they do in present tense | binarycat | -2/+8 |
| 2025-09-08 | mark `format_args_nl!` as `#[doc(hidden)]` | cyrgani | -2/+2 |
| 2025-09-08 | fix APITIT being treated as a normal generic parameter in suggestions | Jeremy Smart | -27/+74 |
| 2025-09-08 | Make `is_typeck_child` match exhaustive | Daria Sukhonina | -1/+31 |
| 2025-09-08 | review | lcnr | -40/+57 |
| 2025-09-08 | optimize `CanonicalVarValues::instantiate` | lcnr | -56/+63 |
| 2025-09-08 | pass `sub_relations` into canonical queries | lcnr | -318/+342 |
| 2025-09-08 | inline `CanonicalTyVarKind` | lcnr | -83/+58 |
| 2025-09-08 | eagerly compute `sub_relations` again | lcnr | -111/+152 |