| Age | Commit message (Expand) | Author | Lines |
| 2025-09-10 | tidy: check that error messages don't start with a capitalized letter | Sasha Pourcelot | -0/+66 |
| 2025-09-10 | Pick up changes from robamu that I missed. | Jonathan 'theJPster' Pallant | -18/+28 |
| 2025-09-10 | Update the arm-* and aarch64-* platform docs. | Jonathan 'theJPster' Pallant | -19/+264 |
| 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 | -26/+44 |
| 2025-09-10 | Simplify code for `find_raw_urls` | Guillaume Gomez | -17/+11 |
| 2025-09-10 | Improve suggestion in case a bare URL is surrounded by brackets | Guillaume Gomez | -13/+40 |
| 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 #146368 - ojeda:rfl, r=lqd | Matthias Krüger | -3/+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-10 | Update to LLVM 21.1.1 | Nikita Popov | -0/+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 | -26/+44 |
| 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 | Update the LoongArch target documentation | WANG Rui | -8/+11 |
| 2025-09-09 | Auto merge of #146360 - Zalathar:rollup-qc2hhrd, r=Zalathar | bors | -14/+24 |
| 2025-09-09 | CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits | Miguel Ojeda | -3/+1 |
| 2025-09-09 | Rollup merge of #146339 - rustbot:docs-update, r=ehuss | Stuart Cook | -0/+0 |
| 2025-09-09 | Rollup merge of #146314 - cyrgani:hide-fmt-args-nl, r=GuillaumeGomez | Stuart Cook | -2/+1 |
| 2025-09-09 | Rollup merge of #146195 - nixxo:urlencoding-fix, r=ehuss | Stuart Cook | -12/+16 |
| 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 | -5/+5 |
| 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 | Update books | rustbot | -0/+0 |
| 2025-09-08 | Rollup merge of #146320 - tshepang:rdg-sync, r=tshepang | Matthias Krüger | -64/+186 |
| 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 | mark `format_args_nl!` as `#[doc(hidden)]` | cyrgani | -2/+1 |
| 2025-09-08 | Auto merge of #146173 - Kmeakin:km/unicode-data/no-ascii, r=jhpratt | bors | -0/+5 |
| 2025-09-08 | Merge pull request #2573 from rust-lang/tshepang/make-more-clear | Tshepang Mbambo | -2/+4 |
| 2025-09-08 | Merge ref '2f3f27bf79ec' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -5449/+12169 |
| 2025-09-08 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-09-07 | Rollup merge of #146170 - kumarUjjawal:master, r=Mark-Simulacrum | Matthias Krüger | -2/+29 |
| 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 |
| 2025-09-06 | Auto merge of #146233 - jieyouxu:run-make-fission, r=Kobzol | bors | -72/+152 |
| 2025-09-06 | Simplify rustdoc-gui tester by calling directly `browser-ui-test` | Guillaume Gomez | -418/+13 |