| Age | Commit message (Expand) | Author | Lines |
| 2024-09-10 | Rollup merge of #130143 - RalfJung:miri-test-libstd, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2024-09-10 | Auto merge of #129337 - EtomicBomb:rfc, r=notriddle | bors | -169/+435 |
| 2024-09-10 | Auto merge of #130179 - workingjubilee:rollup-l78cv44, r=workingjubilee | bors | -6/+26 |
| 2024-09-09 | Rollup merge of #130162 - onur-ozkan:bump-ci-llvm-stamp, r=Kobzol | Jubilee | -1/+1 |
| 2024-09-09 | Rollup merge of #129529 - lqd:stable-new-solver, r=Kobzol | Jubilee | -3/+16 |
| 2024-09-09 | Rollup merge of #129473 - Urgau:fix-llvm-if-unchanged, r=onur-ozkan | Jubilee | -2/+9 |
| 2024-09-10 | Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlin | bors | -12/+503 |
| 2024-09-09 | Auto merge of #129789 - notriddle:notriddle/inline-stmt-local, r=GuillaumeGomez | bors | -197/+215 |
| 2024-09-09 | Auto merge of #130165 - matthiaskrgr:rollup-fsnmz3t, r=matthiaskrgr | bors | -2/+33 |
| 2024-09-09 | Rollup merge of #130158 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2024-09-09 | Rollup merge of #130153 - onur-ozkan:verbose-to-verbose-tests, r=Kobzol | Matthias Krüger | -0/+12 |
| 2024-09-09 | Rollup merge of #130131 - Zalathar:up-to-date, r=Kobzol | Matthias Krüger | -2/+21 |
| 2024-09-09 | bump download-ci-llvm-stamp | onur-ozkan | -1/+1 |
| 2024-09-09 | Update books | rustbot | -0/+0 |
| 2024-09-09 | Auto merge of #128939 - bjorn3:windows_cg_clif_component, r=albertlarsan68 | bors | -12/+7 |
| 2024-09-09 | use verbose flag as a default value for `rust.verbose-tests` | onur-ozkan | -0/+12 |
| 2024-09-09 | fix UB in a test | Ralf Jung | -2/+35 |
| 2024-09-09 | union padding computation: add fast-path for ZST | Ralf Jung | -0/+15 |
| 2024-09-09 | Auto merge of #130135 - Kobzol:bootstrap-check-linker, r=onur-ozkan | bors | -3/+3 |
| 2024-09-09 | bootstrap/Makefile.in: miri: add missing BOOTSTRAP ARGS | Ralf Jung | -2/+6 |
| 2024-09-09 | Auto merge of #130133 - workingjubilee:rollup-t5o827k, r=workingjubilee | bors | -468/+729 |
| 2024-09-09 | Do not skip linker configuration for `check` builds | Jakub Beránek | -3/+3 |
| 2024-09-09 | Rollup merge of #130130 - RalfJung:miri-sync, r=RalfJung | Jubilee | -287/+523 |
| 2024-09-09 | Rollup merge of #130068 - madsmtm:deployment-target-test, r=jieyouxu | Jubilee | -2/+19 |
| 2024-09-09 | Rollup merge of #130048 - nebulark:runmake_llvm_pdbutil, r=jieyouxu | Jubilee | -0/+24 |
| 2024-09-09 | Rollup merge of #130034 - alexcrichton:fix-some-wasm-component-ld-comments, r... | Jubilee | -44/+19 |
| 2024-09-09 | Rollup merge of #128667 - its-the-shrimp:rustdoc_json_types_rename, r=aDotInT... | Jubilee | -130/+137 |
| 2024-09-09 | Rollup merge of #128345 - sthibaul:hurd-amd64, r=Urgau | Jubilee | -3/+5 |
| 2024-09-09 | Rollup merge of #119229 - mati865:update-mingw-toolchain, r=jieyouxu,petroche... | Jubilee | -2/+2 |
| 2024-09-09 | Print a helpful message if any tests were skipped for being up-to-date | Zalathar | -0/+16 |
| 2024-09-09 | Add an explicit ignore message for "up-to-date" tests | Zalathar | -2/+5 |
| 2024-09-08 | added support for GNU/Hurd on x86_64 | Samuel Thibault | -3/+5 |
| 2024-09-08 | interpret: reset padding during validation | Ralf Jung | -15/+249 |
| 2024-09-08 | interpret: reset provenance on typed copies | Ralf Jung | -3/+212 |
| 2024-09-08 | interpret: remove Readable trait, we can use Projectable instead | Ralf Jung | -4/+4 |
| 2024-09-08 | handle dry-run mode in `Config::get_builder_toml` | onur-ozkan | -0/+4 |
| 2024-09-08 | use `Config::get_builder_toml` for ci-rustc config parsing | onur-ozkan | -5/+3 |
| 2024-09-08 | fix llvm ThinLTO behaviour | onur-ozkan | -2/+1 |
| 2024-09-08 | print incompatible options even if we don't download | onur-ozkan | -21/+20 |
| 2024-09-08 | remove `check_ci_llvm` usage | onur-ozkan | -24/+0 |
| 2024-09-08 | detect incompatible CI LLVM options more precisely | onur-ozkan | -3/+140 |
| 2024-09-08 | run-make-support: Add llvm-pdbutil | Florian Schmiderer | -0/+24 |
| 2024-09-08 | Auto merge of #130072 - ChrisDenton:split-ci, r=Kobzol | bors | -5/+22 |
| 2024-09-07 | rustdoc: use a single box to store Attributes and ItemKind | Michael Howell | -179/+195 |
| 2024-09-07 | rustdoc: use `LocalDefId` for inline stmt | Michael Howell | -20/+22 |
| 2024-09-08 | Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errors | bors | -0/+66 |
| 2024-09-07 | Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgr | bors | -223/+285 |
| 2024-09-07 | rfc#3662 changes under unstable flags | EtomicBomb | -135/+402 |
| 2024-09-07 | librustdoc::config: removed Input from Options | EtomicBomb | -35/+34 |
| 2024-09-07 | Rollup merge of #130059 - gurry:130039-remove-skip-rebuild, r=Kobzol | Matthias Krüger | -148/+19 |