| Age | Commit message (Expand) | Author | Lines |
| 2025-04-25 | Auto merge of #140282 - matthiaskrgr:rollup-g6ze4jj, r=matthiaskrgr | bors | -5/+53 |
| 2025-04-25 | Auto merge of #140273 - matthiaskrgr:rollup-rxmuvkg, r=matthiaskrgr | bors | -154/+192 |
| 2025-04-25 | Auto merge of #140233 - Zalathar:revert-new-executor, r=jieyouxu | bors | -11/+7 |
| 2025-04-25 | Rollup merge of #140006 - onur-ozkan:138778, r=onur-ozkan | Matthias Krüger | -5/+50 |
| 2025-04-25 | Rollup merge of #137653 - tgross35:deprecate-concat_idents, r=workingjubilee | Matthias Krüger | -0/+3 |
| 2025-04-25 | Rollup merge of #140248 - GuillaumeGomez:fix-impl-block-items-indent, r=notri... | Matthias Krüger | -12/+19 |
| 2025-04-25 | Rollup merge of #140148 - marcoieni:ci-aws-codebuild, r=Kobzol | Matthias Krüger | -13/+78 |
| 2025-04-25 | Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmease | Matthias Krüger | -129/+95 |
| 2025-04-24 | Deprecate the unstable `concat_idents!` | Trevor Gross | -0/+3 |
| 2025-04-24 | Rollup merge of #140191 - Kobzol:remove-git-repository-from-git-config, r=jie... | Matthias Krüger | -16/+0 |
| 2025-04-24 | Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJung | Matthias Krüger | -26/+0 |
| 2025-04-24 | Rollup merge of #136083 - bend-n:⃤⃤, r=lcnr | Matthias Krüger | -67/+87 |
| 2025-04-24 | Auto merge of #140245 - matthiaskrgr:rollup-e0fwsfv, r=matthiaskrgr | bors | -16/+35 |
| 2025-04-24 | Fix indent of impl docs | Guillaume Gomez | -1/+4 |
| 2025-04-24 | Make impl item info come before doc | Guillaume Gomez | -11/+15 |
| 2025-04-24 | Rollup merge of #140194 - jieyouxu:minicore-force-unwind-tables, r=bjorn3 | Matthias Krüger | -9/+25 |
| 2025-04-24 | Rollup merge of #140184 - Berrysoft:cygwin-target-doc, r=Noratrieb | Matthias Krüger | -2/+3 |
| 2025-04-24 | Rollup merge of #139261 - RalfJung:msvc-align-mitigation, r=oli-obk | Matthias Krüger | -5/+7 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -67/+87 |
| 2025-04-24 | Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLii | Matthias Krüger | -3/+3 |
| 2025-04-24 | Rollup merge of #140028 - dianne:lit-deref-pats-p1, r=oli-obk | Matthias Krüger | -0/+21 |
| 2025-04-24 | Rollup merge of #134446 - tgross35:stabilize-cell_update, r=jhpratt | Matthias Krüger | -1/+0 |
| 2025-04-24 | Revert compiletest new-executor, to re-land without download-rustc | Zalathar | -11/+7 |
| 2025-04-24 | Remove some unnecessary clones. | Nicholas Nethercote | -3/+3 |
| 2025-04-23 | Auto merge of #139983 - flip1995:clippy-subtree-update, r=Manishearth | bors | -6984/+13718 |
| 2025-04-23 | Auto merge of #139998 - Zalathar:new-executor, r=onur-ozkan | bors | -7/+11 |
| 2025-04-23 | CI: use aws codebuild for job dist-arm-linux | MarcoIeni | -13/+78 |
| 2025-04-23 | rustc-dev-guide: document that `//@ add-core-stubs` imply `-Cforce-unwind-tab... | Jieyou Xu | -7/+19 |
| 2025-04-23 | compiletest: `//@ add-core-stubs` implies `-Cforce-unwind-tables=yes` | Jieyou Xu | -2/+6 |
| 2025-04-23 | Clippy: Fix doc issue | Philipp Krones | -0/+1 |
| 2025-04-23 | Remove `git_repository` from the `stage0` file | Jakub Beránek | -1/+0 |
| 2025-04-23 | Remove `git_repository` field from `GitConfig` | Jakub Beránek | -15/+0 |
| 2025-04-23 | Make algebraic intrinsics into 'const fn' items; Make algebraic functions of ... | Gabriel Bjørnager Jensen | -26/+0 |
| 2025-04-23 | Auto merge of #138591 - Kobzol:git-ci, r=Mark-Simulacrum | bors | -342/+877 |
| 2025-04-23 | compiletest: Use the new non-libtest executor by default | Zalathar | -7/+11 |
| 2025-04-23 | Update doc of cygwin target | Berrysoft | -2/+3 |
| 2025-04-22 | update unstable book to mention string/bytestring typing | dianne | -0/+21 |
| 2025-04-22 | tidy: Remove rinja deps from proc_macro_deps | Philipp Krones | -4/+0 |
| 2025-04-22 | Merge commit '0621446356e20fd2ead13a6763bb936c95eb0cfa' into clippy-subtree-u... | Philipp Krones | -6980/+13717 |
| 2025-04-22 | Rollup merge of #140124 - rustbot:docs-update, r=ehuss | Chris Denton | -0/+0 |
| 2025-04-22 | Rollup merge of #140072 - folkertdev:miri-fn-align, r=RalfJung | Chris Denton | -0/+21 |
| 2025-04-22 | compiletest: Fix deadline bugs in new executor | Zalathar | -21/+47 |
| 2025-04-22 | Auto merge of #140138 - ChrisDenton:rollup-zw7jibi, r=ChrisDenton | bors | -20/+20 |
| 2025-04-22 | Rollup merge of #140128 - GuillaumeGomez:pseudo-elements, r=notriddle | Chris Denton | -20/+20 |
| 2025-04-22 | Auto merge of #139897 - nnethercote:rm-OpenDelim-CloseDelim, r=petrochenkov | bors | -9/+13 |
| 2025-04-21 | Auto merge of #140127 - ChrisDenton:rollup-2kye32h, r=ChrisDenton | bors | -10/+15 |
| 2025-04-21 | Use correct annotation for CSS pseudo elements | Guillaume Gomez | -20/+20 |
| 2025-04-21 | Rollup merge of #140107 - tshepang:rdg-push, r=jieyouxu | Chris Denton | -7/+8 |
| 2025-04-21 | Rollup merge of #140076 - aDotInTheVoid:jsondocline, r=GuillaumeGomez | Chris Denton | -0/+1 |
| 2025-04-21 | Rollup merge of #140052 - GuillaumeGomez:fix-140026, r=nnethercote | Chris Denton | -1/+6 |