| Age | Commit message (Expand) | Author | Lines |
| 2024-09-09 | Fix default/minimum deployment target for Aarch64 simulator targets | Mads Marquart | -16/+26 |
| 2024-09-09 | Auto merge of #130133 - workingjubilee:rollup-t5o827k, r=workingjubilee | bors | -979/+1264 |
| 2024-09-09 | Rollup merge of #130130 - RalfJung:miri-sync, r=RalfJung | Jubilee | -287/+523 |
| 2024-09-09 | Rollup merge of #130115 - eduardosm:needless-returns-libs, r=workingjubilee | Jubilee | -19/+20 |
| 2024-09-09 | Rollup merge of #130107 - RalfJung:const-ptr-is-null, r=oli-obk | Jubilee | -20/+46 |
| 2024-09-09 | Rollup merge of #130092 - zslayton:master, r=jieyouxu | Jubilee | -1/+1 |
| 2024-09-09 | Rollup merge of #130090 - RalfJung:result-copied, r=Noratrieb | Jubilee | -6/+18 |
| 2024-09-09 | Rollup merge of #130087 - RalfJung:option-const-iter, r=workingjubilee | Jubilee | -2/+1 |
| 2024-09-09 | Rollup merge of #130070 - gurry:rename-regionkind-addof-to-ref, r=compiler-er... | Jubilee | -5/+5 |
| 2024-09-09 | Rollup merge of #130068 - madsmtm:deployment-target-test, r=jieyouxu | Jubilee | -27/+177 |
| 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 #129876 - nnethercote:more-sysroot-rustc_codegen_gcc, r=Mark-... | Jubilee | -188/+8 |
| 2024-09-09 | Rollup merge of #128667 - its-the-shrimp:rustdoc_json_types_rename, r=aDotInT... | Jubilee | -375/+382 |
| 2024-09-09 | Rollup merge of #128345 - sthibaul:hurd-amd64, r=Urgau | Jubilee | -3/+35 |
| 2024-09-09 | Rollup merge of #119229 - mati865:update-mingw-toolchain, r=jieyouxu,petroche... | Jubilee | -2/+5 |
| 2024-09-09 | Auto merge of #129788 - onur-ozkan:incompatibility-check-for-llvm, r=Kobzol | bors | -34/+147 |
| 2024-09-08 | Auto merge of #130036 - weiznich:diagnostic_unstable_tracking, r=compiler-errors | bors | -9/+51 |
| 2024-09-08 | added support for GNU/Hurd on x86_64 | Samuel Thibault | -3/+35 |
| 2024-09-08 | Remove needless returns detected by clippy in libraries | Eduardo Sánchez Muñoz | -19/+20 |
| 2024-09-08 | const: make ptr.is_null() stop execution on ambiguity | Ralf Jung | -20/+46 |
| 2024-09-08 | Option, Result: put the &mut variants of 'copied' under the same feature as t... | Ralf Jung | -3/+9 |
| 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 | Auto merge of #130002 - orlp:better-div-floor-ceil, r=thomcc | bors | -4/+16 |
| 2024-09-08 | run-make-support: Add llvm-pdbutil | Florian Schmiderer | -0/+24 |
| 2024-09-08 | Auto merge of #129019 - kromych:master, r=workingjubilee | bors | -1/+247 |
| 2024-09-08 | Auto merge of #130072 - ChrisDenton:split-ci, r=Kobzol | bors | -5/+22 |
| 2024-09-08 | add some FIXME(const-hack) | Ralf Jung | -2/+2 |
| 2024-09-08 | Auto merge of #129346 - nnethercote:fix-double-handling-in-collect_tokens, r=... | bors | -174/+196 |
| 2024-09-08 | Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errors | bors | -27/+102 |
| 2024-09-07 | Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgr | bors | -350/+886 |
| 2024-09-07 | Fixes typo in wasm32-wasip2 doc comment | Zack Slayton | -1/+1 |
| 2024-09-07 | Rollup merge of #130059 - gurry:130039-remove-skip-rebuild, r=Kobzol | Matthias Krüger | -148/+19 |
| 2024-09-07 | Rollup merge of #130047 - ChrisDenton:win-dbghelp, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2024-09-07 | Rollup merge of #130046 - RalfJung:const_str_as_mut, r=dtolnay | Matthias Krüger | -2/+4 |
| 2024-09-07 | Rollup merge of #130009 - notriddle:notriddle/trailing-arrow, r=lolbinarycat,... | Matthias Krüger | -14/+81 |
| 2024-09-07 | Rollup merge of #129869 - cyrgani:master, r=Mark-Simulacrum | Matthias Krüger | -0/+80 |
| 2024-09-07 | Rollup merge of #129847 - compiler-errors:async-cycle, r=davidtwco | Matthias Krüger | -1/+31 |
| 2024-09-07 | Rollup merge of #129677 - compiler-errors:by-move-body-err, r=cjgillot | Matthias Krüger | -2/+36 |
| 2024-09-07 | Rollup merge of #129594 - lolbinarycat:explain-curl-options, r=albertlarsan68 | Matthias Krüger | -14/+38 |
| 2024-09-07 | Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnay | Matthias Krüger | -84/+223 |
| 2024-09-07 | Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino | Matthias Krüger | -85/+373 |
| 2024-09-07 | Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -616/+543 |
| 2024-09-07 | make Result::copied unstably const | Ralf Jung | -2/+8 |
| 2024-09-07 | remove 'const' from 'Option::iter' | Ralf Jung | -2/+1 |