| Age | Commit message (Expand) | Author | Lines |
| 2025-08-19 | Rollup merge of #144983 - Oneirical:uncountable-integer, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -118/+134 |
| 2025-08-19 | Rollup merge of #144906 - Kobzol:infra-team-tier-bump, r=davidtwco | 许杰友 Jieyou Xu (Joe) | -9/+9 |
| 2025-08-19 | Rollup merge of #144767 - tgross35:doc-grammar, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -18/+12 |
| 2025-08-19 | Rollup merge of #143730 - pascaldekloe:fmt-radix-trim, r=tgross35 | 许杰友 Jieyou Xu (Joe) | -206/+305 |
| 2025-08-19 | Rollup merge of #142938 - lolbinarycat:std-set_permissions_nofollow, r=ibrahe... | 许杰友 Jieyou Xu (Joe) | -0/+34 |
| 2025-08-19 | Rollup merge of #142079 - lcnr:opaque-types-universes, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -26/+32 |
| 2025-08-19 | Rollup merge of #140740 - ojeda:indirect-branch-cs-prefix, r=davidtwco | 许杰友 Jieyou Xu (Joe) | -0/+113 |
| 2025-08-19 | Rollup merge of #139345 - smoelius:into-iter-stability, r=lcnr | 许杰友 Jieyou Xu (Joe) | -60/+131 |
| 2025-08-19 | Auto merge of #142487 - estebank:serde-attr-5, r=petrochenkov | bors | -27/+60 |
| 2025-08-19 | Losslessly optimize PNG files | lumiscosity | -0/+0 |
| 2025-08-19 | Optimize icon | lumiscosity | -0/+0 |
| 2025-08-19 | Merge remote-tracking branch 'upstream/master' | Michael Rieder | -227912/+1153550 |
| 2025-08-19 | Remove
hs_abs_cmp examples | Michael Rieder | -14/+0 |
| 2025-08-19 | Avoid using `()` in `derive(From)` output. | Nicholas Nethercote | -77/+38 |
| 2025-08-19 | Update uitests | Jonathan Brouwer | -312/+509 |
| 2025-08-19 | Port `must_use` to the new target checking | Jonathan Brouwer | -53/+20 |
| 2025-08-19 | Make tool-only suggestion to remove attributes on invalid targets | Jonathan Brouwer | -0/+6 |
| 2025-08-19 | Update for changes to macro parser | Josh Triplett | -35/+21 |
| 2025-08-19 | Merge pull request #20447 from lcnr/typing-mode | Shoyu Vanilla (Flint) | -2/+2 |
| 2025-08-19 | miri: detect passing the same local twice as an in-place argument | Ralf Jung | -20/+133 |
| 2025-08-19 | UnsafePinned::raw_get: sync signature with get | Ralf Jung | -2/+2 |
| 2025-08-19 | user facing code should use not use `PostAnalysis` | lcnr | -2/+2 |
| 2025-08-18 | ptr_as_ptr: use correct span context for `pointer::cast` sugg | Michael Howell | -2/+20 |
| 2025-08-19 | Auto merge of #145589 - Zalathar:rollup-k97wtuq, r=Zalathar | bors | -6612/+11342 |
| 2025-08-19 | Rollup merge of #145584 - RalfJung:interpret-clear-provenance, r=compiler-errors | Stuart Cook | -0/+17 |
| 2025-08-19 | Rollup merge of #145565 - Kobzol:bootstrap-ci-print-error, r=jieyouxu | Stuart Cook | -0/+15 |
| 2025-08-19 | Rollup merge of #145563 - Kobzol:remove-from-from-prelude, r=petrochenkov | Stuart Cook | -22/+57 |
| 2025-08-19 | Rollup merge of #145557 - Kobzol:rustc-link-fix, r=jieyouxu | Stuart Cook | -34/+78 |
| 2025-08-19 | Rollup merge of #145484 - Zalathar:archive-builder, r=bjorn3 | Stuart Cook | -543/+6 |
| 2025-08-19 | Rollup merge of #145432 - Zalathar:target-machine, r=wesleywiser | Stuart Cook | -17/+14 |
| 2025-08-19 | Rollup merge of #145405 - durin42:test-cleanup-tmpdir, r=lqd | Stuart Cook | -8/+8 |
| 2025-08-19 | Rollup merge of #145243 - jdonszelmann:inner-attr-errors, r=petrochenkov | Stuart Cook | -37/+53 |
| 2025-08-19 | Rollup merge of #145041 - lcnr:borrowck-limitations-error, r=BoxyUwU | Stuart Cook | -58/+133 |
| 2025-08-19 | Rollup merge of #145013 - fee1-dead-contrib:push-vwvsqsqnrxqm, r=nnethercote | Stuart Cook | -374/+523 |
| 2025-08-19 | Rollup merge of #144960 - raoulstrackx:raoul/rte-513-disable_sleep_tests_on_s... | Stuart Cook | -0/+1 |
| 2025-08-19 | Rollup merge of #144804 - WaffleLapkin:reach-for-the-casts, r=compiler-errors | Stuart Cook | -39/+25 |
| 2025-08-19 | Rollup merge of #144567 - CaiWeiran:transmute-scalar_test, r=nikic | Stuart Cook | -19/+12 |
| 2025-08-19 | Rollup merge of #144476 - notriddle:notriddle/stringdex, r=lolbinarycat,Guill... | Stuart Cook | -5007/+9040 |
| 2025-08-19 | Rollup merge of #144252 - Kobzol:rmeta-sysroot, r=jieyouxu | Stuart Cook | -88/+335 |
| 2025-08-19 | Rollup merge of #142871 - chenyukang:yukang-fix-doc-for-transpose, r=ibraheemdev | Stuart Cook | -6/+6 |
| 2025-08-19 | Rollup merge of #142681 - 1c3t3a:sanitize-off-on, r=rcvalle | Stuart Cook | -345/+942 |
| 2025-08-19 | Rollup merge of #141744 - GrigorenkoPV:ip_from, r=Amanieu | Stuart Cook | -7/+6 |
| 2025-08-19 | Rollup merge of #140956 - Kixunil:impl-partialeq-str-for-path, r=Amanieu | Stuart Cook | -8/+71 |
| 2025-08-19 | completely remove rva23s64 | Zhongyao Chen | -89/+1 |
| 2025-08-19 | std_detect: RISC-V: implement implication to "C" | Tsukasa OI | -1/+21 |
| 2025-08-19 | remove rva23s64 from riscv64a23-unknown-linux-gnu target | Zhongyao Chen | -2/+2 |
| 2025-08-18 | Auto merge of #145559 - marcoieni:free-disk-timeout, r=Kobzol | bors | -3/+18 |
| 2025-08-18 | Cut needless mut (#15512) | Alejandra González | -23/+15 |
| 2025-08-18 | Assume UTF-8 in sysroot paths | Jakub Beránek | -1/+1 |
| 2025-08-18 | Fix uplifting in `Assemble` step | Jakub Beránek | -34/+78 |