| Age | Commit message (Expand) | Author | Lines |
| 2025-09-15 | Rollup merge of #146416 - clubby789:tidy-deps-qol, r=jieyouxu | Matthias Krüger | -46/+143 |
| 2025-09-14 | tidy: Remove `WorkspaceInfo` constructor | clubby789 | -60/+90 |
| 2025-09-13 | Rollup merge of #146171 - scrabsha:push-wovnxxwltsun, r=WaffleLapkin | Jacob Pratt | -0/+66 |
| 2025-09-13 | Auto merge of #145186 - camsteffen:assoc-impl-kind, r=petrochenkov | bors | -52/+61 |
| 2025-09-13 | Rollup merge of #145471 - rs-sac:extr, r=the8472 | Jacob Pratt | -1/+0 |
| 2025-09-13 | Rollup merge of #144498 - Noratrieb:rustc-json-schema, r=jieyouxu,davidtwco | Jacob Pratt | -0/+6 |
| 2025-09-13 | Rollup merge of #146389 - jdonszelmann:no-std, r=oli-obk | Jana Dönszelmann | -8/+2 |
| 2025-09-12 | Split AssocContainer::{InherentImpl,TraitImpl} | Cameron Steffen | -9/+9 |
| 2025-09-12 | Introduce hir::ImplItemImplKind | Cameron Steffen | -29/+45 |
| 2025-09-12 | Rename AssocItemContainer -> AssocContainer | Cameron Steffen | -5/+5 |
| 2025-09-12 | Introduce trait_item_of | Cameron Steffen | -11/+4 |
| 2025-09-12 | Add --print target-spec-json-schema | Noratrieb | -0/+6 |
| 2025-09-12 | Rollup merge of #146332 - lolbinarycat:tidy-extra-checks-regularize, r=Kobzol | Stuart Cook | -13/+45 |
| 2025-09-12 | Rollup merge of #145895 - RalfJung:unpark, r=joboet | Stuart Cook | -0/+1 |
| 2025-09-11 | Auto merge of #145177 - joboet:move-pal-thread, r=ibraheemdev | bors | -24/+24 |
| 2025-09-11 | Auto merge of #146386 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-09-11 | Update cargo submodule | Weihang Lo | -0/+0 |
| 2025-09-11 | Revert "Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkov" | Jieyou Xu | -16/+9 |
| 2025-09-10 | tidy: check that error messages don't start with a capitalized letter | Sasha Pourcelot | -0/+66 |
| 2025-09-10 | fixup no_{core,std} handling code | Jana Dönszelmann | -8/+2 |
| 2025-09-10 | Rollup merge of #146340 - fmease:frontmatter-containment, r=fee1-dead,Urgau | Matthias Krüger | -10/+20 |
| 2025-09-10 | tidy: Add specific line info for allowed dependencies | clubby789 | -9/+25 |
| 2025-09-10 | tidy: More accurate permitted dependencies location | clubby789 | -2/+15 |
| 2025-09-10 | tidy: Print crate name on dependency error | clubby789 | -1/+2 |
| 2025-09-10 | tidy: Introduce `WorkspaceInfo` struct for deps information | clubby789 | -36/+73 |
| 2025-09-10 | bless miri tests | joboet | -24/+24 |
| 2025-09-10 | Rollup merge of #146378 - alexcrichton:update-wasm-component-ld, r=lqd | Matthias Krüger | -1/+1 |
| 2025-09-10 | Rollup merge of #146178 - folkertdev:static-align, r=jdonszelmann,ralfjung,tr... | Matthias Krüger | -0/+14 |
| 2025-09-10 | Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhpratt | Matthias Krüger | -1/+0 |
| 2025-09-09 | allow `#[rustc_align_static(N)]` on `static`s | Folkert de Vries | -0/+14 |
| 2025-09-09 | Auto merge of #146375 - matthiaskrgr:rollup-utik9zj, r=matthiaskrgr | bors | -2/+0 |
| 2025-09-09 | Strip frontmatter in fewer places | León Orell Valerian Liehr | -10/+20 |
| 2025-09-09 | Update wasm-component-ld to 0.5.17 | Alex Crichton | -1/+1 |
| 2025-09-09 | Rollup merge of #146001 - bjorn3:update_getopts, r=davidtwco | Matthias Krüger | -1/+0 |
| 2025-09-09 | Rollup merge of #145463 - jieyouxu:error-suffix, r=fmease | Matthias Krüger | -1/+0 |
| 2025-09-09 | Auto merge of #145717 - BoxyUwU:erase_regions_rename, r=lcnr | bors | -8/+8 |
| 2025-09-09 | erase_regions to erase_and_anonymize_regions | Boxy | -8/+8 |
| 2025-09-09 | Rollup merge of #146195 - nixxo:urlencoding-fix, r=ehuss | Stuart Cook | -12/+16 |
| 2025-09-08 | change end to last | Jeremy Smart | -1/+0 |
| 2025-09-08 | fix partial urlencoded link support | nixxo | -12/+16 |
| 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 | all tidy extra checks now print what they do in present tense | binarycat | -2/+8 |
| 2025-09-08 | Auto merge of #146173 - Kmeakin:km/unicode-data/no-ascii, r=jhpratt | bors | -0/+5 |
| 2025-09-07 | optimization: Don't include ASCII characters in Unicode tables | Karl Meakin | -0/+5 |
| 2025-09-07 | Auto merge of #146216 - LorrensP-2158466:miri-float-nondet-foreign-items-take... | bors | -278/+489 |
| 2025-09-06 | Rollup merge of #146200 - GuillaumeGomez:simplify-rustdoc-gui-tests, r=lolbin... | Matthias Krüger | -418/+13 |
| 2025-09-06 | Change stdlib float tests to account for miri nondet floats. | LorrensP-2158466 | -4/+3 |
| 2025-09-06 | Implement nondet behaviour and change/add tests. | LorrensP-2158466 | -169/+375 |