about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-09-09Auto merge of #130165 - matthiaskrgr:rollup-fsnmz3t, r=matthiaskrgrbors-598/+662
2024-09-09Rollup merge of #130158 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2024-09-09Rollup merge of #130154 - okaneco:stabilize_char_min, r=cuviperMatthias Krüger-4/+1
2024-09-09Rollup merge of #130153 - onur-ozkan:verbose-to-verbose-tests, r=KobzolMatthias Krüger-1/+13
2024-09-09Rollup merge of #130137 - gurry:master, r=cjgillotMatthias Krüger-3/+70
2024-09-09Rollup merge of #130131 - Zalathar:up-to-date, r=KobzolMatthias Krüger-2/+21
2024-09-09Rollup merge of #130067 - madsmtm:clean-up-fs-test, r=ChrisDentonMatthias Krüger-18/+0
2024-09-09Rollup merge of #130064 - folkertdev:fix-issue-129983, r=compiler-errorsMatthias Krüger-11/+71
2024-09-09Rollup merge of #130022 - nnethercote:dataflow-borrowck-lifetimes, r=oli-obkMatthias Krüger-248/+209
2024-09-09Rollup merge of #129929 - nnethercote:rustc_mir_transform-cleanups-2, r=cjgillotMatthias Krüger-311/+277
2024-09-09Update booksrustbot-0/+0
2024-09-09Auto merge of #128939 - bjorn3:windows_cg_clif_component, r=albertlarsan68bors-13/+8
2024-09-09update `rust.verbose-tests` doc in `config.example.toml`onur-ozkan-1/+1
2024-09-09Stabilize `char::MIN`okaneco-4/+1
2024-09-09use verbose flag as a default value for `rust.verbose-tests`onur-ozkan-0/+12
2024-09-09Auto merge of #130135 - Kobzol:bootstrap-check-linker, r=onur-ozkanbors-3/+3
2024-09-09Auto merge of #130133 - workingjubilee:rollup-t5o827k, r=workingjubileebors-979/+1264
2024-09-09do `PolyFnSig` -> `FnSig` conversion laterFolkert de Vries-5/+8
2024-09-09Do not skip linker configuration for `check` buildsJakub Beránek-3/+3
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-09Fix ICE caused by missing span in a region errorGurinder Singh-3/+70
2024-09-09Remove unnecessary lifetime from `StorageConflictVisitor`.Nicholas Nethercote-8/+8
2024-09-09Remove `Elaborator`.Nicholas Nethercote-36/+24
2024-09-09Remove `Gatherer`.Nicholas Nethercote-46/+29
2024-09-09Rename some lifetimes.Nicholas Nethercote-5/+5
2024-09-09Remove unnecessary lifetime from `OperandCollector`.Nicholas Nethercote-4/+4
2024-09-09Remove unnecessary lifetime in `PlaceCollector`.Nicholas Nethercote-4/+4
2024-09-09Remove unnecessary lifetimes in dataflow structs.Nicholas Nethercote-151/+141
2024-09-09Print a helpful message if any tests were skipped for being up-to-dateZalathar-0/+16
2024-09-09Improve consistency in `LowerIntrinsics`.Nicholas Nethercote-62/+63
2024-09-09Use `LocalDecls` in a couple of places.Nicholas Nethercote-4/+2
2024-09-09Make `CallSite` non-`Copy`.Nicholas Nethercote-1/+1
2024-09-09Remove some unnecessary dereferences.Nicholas Nethercote-3/+3
2024-09-09Remove an unnecessary `continue`.Nicholas Nethercote-1/+0
2024-09-09Use `let`/`else` to de-indent `ElaborateBoxDerefs::run_pass`.Nicholas Nethercote-47/+44
2024-09-09Simplify `verify_candidate_branch`.Nicholas Nethercote-37/+23