about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-09-14Rollup merge of #130053 - glowcoil:next_if-docs, r=jhprattStuart Cook-2/+2
2024-09-14Auto merge of #128991 - Nadrieril:rustfix-unreachable-pattern, r=compiler-errorsbors-98/+502
2024-09-14Auto merge of #130332 - Zalathar:rollup-eq0qvvy, r=Zalatharbors-54/+84
2024-09-14Rollup merge of #130317 - compiler-errors:no-ord, r=jackh726Stuart Cook-3/+3
2024-09-14Rollup merge of #130306 - onur-ozkan:avoid-submodule-updates-in-tests, r=KobzolStuart Cook-0/+2
2024-09-14Rollup merge of #130302 - onur-ozkan:130040-with-fixes, r=KobzolStuart Cook-39/+47
2024-09-14Rollup merge of #130199 - compiler-errors:by-move, r=cjgillotStuart Cook-8/+24
2024-09-14Rollup merge of #130138 - Zalathar:initial-libdir, r=albertlarsan68Stuart Cook-4/+8
2024-09-14Auto merge of #125419 - GuillaumeGomez:add-gcc-to-dist, r=Kobzolbors-42/+603
2024-09-13Auto merge of #130121 - lolbinarycat:bootstrap-warn-old-upstream-worktree, r=...bors-25/+47
2024-09-13Auto merge of #130312 - matthiaskrgr:rollup-ihwsc91, r=matthiaskrgrbors-467/+609
2024-09-13Add a machine-applicable suggestion to "unreachable pattern"Nadrieril-98/+502
2024-09-13ProjectionElem and UnOp/BinOp dont need to be PartialOrd/OrdMichael Goulet-3/+3
2024-09-13Rollup merge of #130305 - tspiteri:clippy-msrv-for-const_float_bits_conv, r=f...Matthias Krüger-6/+21
2024-09-13Rollup merge of #130301 - RalfJung:clashing_extern_declarations, r=compiler-e...Matthias Krüger-89/+172
2024-09-13Rollup merge of #130299 - vetleras:add_set_dcx, r=compiler-errorsMatthias Krüger-0/+4
2024-09-13Rollup merge of #130297 - nnethercote:dataflow-cleanups, r=cjgillotMatthias Krüger-167/+161
2024-09-13Rollup merge of #130266 - heiher:loong-medium-cmodel, r=compiler-errorsMatthias Krüger-4/+6
2024-09-13Rollup merge of #129320 - jder:issue-128848, r=compiler-errorsMatthias Krüger-201/+245
2024-09-13avoid updating LLVM submodule during bootstrap unit testsonur-ozkan-0/+2
2024-09-13Remove gcc changes for dist buildGuillaume Gomez-12/+0
2024-09-13Auto merge of #130215 - RalfJung:interpret-simd, r=compiler-errorsbors-199/+190
2024-09-13When calling a method on Fn* traits explicitly, argument diagnostics shouldJesse Rusak-201/+245
2024-09-13interpret: simplify SIMD type handlingRalf Jung-199/+190
2024-09-13handle transmutes in const context if msrvs::CONST_FLOAT_BITS_CONVTrevor Spiteri-9/+16
2024-09-13Revert "stabilize const_float_bits_conv" for src/tools/clippy/clippy_lintsTrevor Spiteri-5/+13
2024-09-13Auto merge of #130303 - Zalathar:rollup-8vsqdox, r=Zalatharbors-175/+117
2024-09-13some fixes for clashing_extern_declarations lintRalf Jung-89/+172
2024-09-13Rollup merge of #130287 - notriddle:notriddle/issue-d, r=jieyouxuStuart Cook-11/+34
2024-09-13Rollup merge of #130261 - onur-ozkan:#130242, r=KobzolStuart Cook-8/+4
2024-09-13Rollup merge of #130245 - RalfJung:miri-alloc-backtrace, r=AmanieuStuart Cook-156/+79
2024-09-13add llvm-bitcode-linker and llvm-tools bins to ci-rustc's sysrootonur-ozkan-39/+47
2024-09-13Add set_dcx to ParseSessVetle Rasmussen-0/+4
2024-09-13Auto merge of #130052 - khuey:clear-dilocation-after-const-emission, r=michae...bors-2/+86
2024-09-13Auto merge of #130292 - ehuss:revert-130040, r=onur-ozkanbors-121/+50
2024-09-13Rename `FlowState` as `Domain`.Nicholas Nethercote-163/+160
2024-09-13Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxubors-35/+1393
2024-09-12Revert "Auto merge of #130040 - onur-ozkan:llvm-tools-with-ci-rustc, r=Kobzol"Eric Huss-121/+50
2024-09-13Auto merge of #129137 - camelid:lazy-def-macro-const, r=BoxyUwUbors-246/+182
2024-09-13Remove unnecessary `Clone`/`Copy` derives from analyses.Nicholas Nethercote-4/+1
2024-09-12Auto merge of #130040 - onur-ozkan:llvm-tools-with-ci-rustc, r=Kobzolbors-50/+121
2024-09-12rustdoc: re-bless stderrs after renaming the test caseMichael Howell-4/+4
2024-09-12rustdoc: rename `issue-\d+.rs` tests to have meaningful namesMichael Howell-0/+0
2024-09-12Add URL and crate_name to test casesMichael Howell-9/+32
2024-09-13simplify the suggestion notesDing Xiang Fei-374/+194
2024-09-12Auto merge of #130281 - matthiaskrgr:rollup-1b2ibs8, r=matthiaskrgrbors-621/+596
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-204/+70
2024-09-12Fix anon const def-creation when macros are involvedNoah Lev-52/+122
2024-09-12Rollup merge of #130276 - compiler-errors:nalgebra-hang, r=lcnrMatthias Krüger-0/+23
2024-09-12Rollup merge of #130273 - lcnr:overflow-no-constraints, r=compiler-errorsMatthias Krüger-35/+27