about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-09-09Fix default/minimum deployment target for Aarch64 simulator targetsMads Marquart-16/+26
2024-09-09Auto merge of #130133 - workingjubilee:rollup-t5o827k, r=workingjubileebors-979/+1264
2024-09-09Rollup merge of #130130 - RalfJung:miri-sync, r=RalfJungJubilee-287/+523
2024-09-09Rollup merge of #130115 - eduardosm:needless-returns-libs, r=workingjubileeJubilee-19/+20
2024-09-09Rollup merge of #130107 - RalfJung:const-ptr-is-null, r=oli-obkJubilee-20/+46
2024-09-09Rollup merge of #130092 - zslayton:master, r=jieyouxuJubilee-1/+1
2024-09-09Rollup merge of #130090 - RalfJung:result-copied, r=NoratriebJubilee-6/+18
2024-09-09Rollup merge of #130087 - RalfJung:option-const-iter, r=workingjubileeJubilee-2/+1
2024-09-09Rollup merge of #130070 - gurry:rename-regionkind-addof-to-ref, r=compiler-er...Jubilee-5/+5
2024-09-09Rollup merge of #130068 - madsmtm:deployment-target-test, r=jieyouxuJubilee-27/+177
2024-09-09Rollup merge of #130048 - nebulark:runmake_llvm_pdbutil, r=jieyouxuJubilee-0/+24
2024-09-09Rollup merge of #130034 - alexcrichton:fix-some-wasm-component-ld-comments, r...Jubilee-44/+19
2024-09-09Rollup merge of #129876 - nnethercote:more-sysroot-rustc_codegen_gcc, r=Mark-...Jubilee-188/+8
2024-09-09Rollup merge of #128667 - its-the-shrimp:rustdoc_json_types_rename, r=aDotInT...Jubilee-375/+382
2024-09-09Rollup merge of #128345 - sthibaul:hurd-amd64, r=UrgauJubilee-3/+35
2024-09-09Rollup merge of #119229 - mati865:update-mingw-toolchain, r=jieyouxu,petroche...Jubilee-2/+5
2024-09-09Auto merge of #129788 - onur-ozkan:incompatibility-check-for-llvm, r=Kobzolbors-34/+147
2024-09-08Auto merge of #130036 - weiznich:diagnostic_unstable_tracking, r=compiler-errorsbors-9/+51
2024-09-08added support for GNU/Hurd on x86_64Samuel Thibault-3/+35
2024-09-08Remove needless returns detected by clippy in librariesEduardo Sánchez Muñoz-19/+20
2024-09-08const: make ptr.is_null() stop execution on ambiguityRalf Jung-20/+46
2024-09-08Option, Result: put the &mut variants of 'copied' under the same feature as t...Ralf Jung-3/+9
2024-09-08handle dry-run mode in `Config::get_builder_toml`onur-ozkan-0/+4
2024-09-08use `Config::get_builder_toml` for ci-rustc config parsingonur-ozkan-5/+3
2024-09-08fix llvm ThinLTO behaviouronur-ozkan-2/+1
2024-09-08print incompatible options even if we don't downloadonur-ozkan-21/+20
2024-09-08remove `check_ci_llvm` usageonur-ozkan-24/+0
2024-09-08detect incompatible CI LLVM options more preciselyonur-ozkan-3/+140
2024-09-08Auto merge of #130002 - orlp:better-div-floor-ceil, r=thomccbors-4/+16
2024-09-08run-make-support: Add llvm-pdbutilFlorian Schmiderer-0/+24
2024-09-08Auto merge of #129019 - kromych:master, r=workingjubileebors-1/+247
2024-09-08Auto merge of #130072 - ChrisDenton:split-ci, r=Kobzolbors-5/+22
2024-09-08add some FIXME(const-hack)Ralf Jung-2/+2
2024-09-08Auto merge of #129346 - nnethercote:fix-double-handling-in-collect_tokens, r=...bors-174/+196
2024-09-08Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errorsbors-27/+102
2024-09-07Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgrbors-350/+886
2024-09-07Fixes typo in wasm32-wasip2 doc commentZack Slayton-1/+1
2024-09-07Rollup merge of #130059 - gurry:130039-remove-skip-rebuild, r=KobzolMatthias Krüger-148/+19
2024-09-07Rollup merge of #130047 - ChrisDenton:win-dbghelp, r=wesleywiserMatthias Krüger-0/+1
2024-09-07Rollup merge of #130046 - RalfJung:const_str_as_mut, r=dtolnayMatthias Krüger-2/+4
2024-09-07Rollup merge of #130009 - notriddle:notriddle/trailing-arrow, r=lolbinarycat,...Matthias Krüger-14/+81
2024-09-07Rollup merge of #129869 - cyrgani:master, r=Mark-SimulacrumMatthias Krüger-0/+80
2024-09-07Rollup merge of #129847 - compiler-errors:async-cycle, r=davidtwcoMatthias Krüger-1/+31
2024-09-07Rollup merge of #129677 - compiler-errors:by-move-body-err, r=cjgillotMatthias Krüger-2/+36
2024-09-07Rollup merge of #129594 - lolbinarycat:explain-curl-options, r=albertlarsan68Matthias Krüger-14/+38
2024-09-07Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnayMatthias Krüger-84/+223
2024-09-07Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorinoMatthias Krüger-85/+373
2024-09-07Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68bors-616/+543
2024-09-07make Result::copied unstably constRalf Jung-2/+8
2024-09-07remove 'const' from 'Option::iter'Ralf Jung-2/+1