about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-12Auto merge of #140914 - Zalathar:asm-bindings, r=compiler-errorsbors-109/+89
2025-05-12Auto merge of #140941 - ferrocene:ja/gh140939-fix-async-drop-test, r=petroche...bors-1/+4
2025-05-12ui/async-drop-initial: factor in panic strategy in destructor size checkJorge Aparicio-1/+4
2025-05-12Auto merge of #140934 - yotamofek:pr/fix-default-compiler-bootstrap-settings,...bors-2/+0
2025-05-12Silence warning in default compiler bootstrap settingsYotam Ofek-2/+0
2025-05-12Auto merge of #140925 - the8472:test-140207, r=compiler-errorsbors-0/+13
2025-05-12Auto merge of #140923 - Zalathar:operand-bundle, r=lcnrbors-17/+18
2025-05-11Auto merge of #140842 - tmiasko:print-mono-items, r=saethlinbors-111/+74
2025-05-11Auto merge of #140899 - oyvindln:update_coverage_dump_deps, r=Zalatharbors-19/+4
2025-05-11Auto merge of #140915 - matthiaskrgr:rollup-lxce4zr, r=matthiaskrgrbors-25/+523
2025-05-11add regression test for 140207The 8472-0/+13
2025-05-11Rename `OperandBundleOwned` to `OperandBundleBox`Zalathar-17/+18
2025-05-11Auto merge of #140902 - azhogin:azhogin/async-drop-open-drop-for-adt-fix, r=o...bors-0/+24
2025-05-11Rollup merge of #140862 - dpaoliello:arm64ecfp, r=wesleywiserMatthias Krüger-3/+11
2025-05-11Rollup merge of #140851 - mu001999-contrib:new-lint, r=bjorn3Matthias Krüger-10/+477
2025-05-11Rollup merge of #140397 - apiraino:t-compiler-backports-zulip-notifications, ...Matthias Krüger-12/+35
2025-05-11Auto merge of #135015 - heiher:stabilize-loongarch-target-features, r=Amanieubors-13/+9
2025-05-11Flatten control-flow in `inline_asm_call` after verificationZalathar-52/+53
2025-05-11Make `LLVMRustInlineAsmVerify` take `*const c_uchar`Zalathar-4/+3
2025-05-11Add a safe wrapper for `LLVMAppendModuleInlineAsm`Zalathar-11/+17
2025-05-11Use `LLVMGetInlineAsm`Zalathar-43/+17
2025-05-11Add a searchable tag `PTR_LEN_STR` to explain `*const c_uchar` bindingsZalathar-2/+2
2025-05-11Auto merge of #140912 - fmease:rollup-rwtn31e, r=fmeasebors-216/+580
2025-05-11Rollup merge of #140903 - RalfJung:fallback-body-tests, r=WaffleLapkinLeón Orell Valerian Liehr-11/+46
2025-05-11Rollup merge of #140886 - Berrysoft:update-bootstrap-lock, r=jieyouxuLeón Orell Valerian Liehr-33/+13
2025-05-11Rollup merge of #140882 - Dietr1ch:dev/duration_constructors_lite, r=BurntSushiLeón Orell Valerian Liehr-7/+29
2025-05-11Rollup merge of #140878 - nnethercote:two-expand-cleanups, r=compiler-errorsLeón Orell Valerian Liehr-71/+45
2025-05-11Rollup merge of #140865 - Kivooeo:9th, r=NoratriebLeón Orell Valerian Liehr-4/+4
2025-05-11Rollup merge of #140795 - mu001999-contrib:sugg-stable-import-first, r=petroc...León Orell Valerian Liehr-6/+94
2025-05-11Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis...León Orell Valerian Liehr-84/+349
2025-05-11Async drop fix for async_drop_in_place<T> layout calculated for unspecified TAndrew Zhogin-0/+24
2025-05-10Auto merge of #140901 - Kobzol:fix-download-gcc, r=onur-ozkanbors-1/+2
2025-05-10test intrinsic fallback bodies with MiriRalf Jung-11/+46
2025-05-10Fix download of GCC from CI on non-nightly channelsJakub Beránek-1/+2
2025-05-10Auto merge of #140895 - matthiaskrgr:rollup-rfvqv4t, r=matthiaskrgrbors-93/+110
2025-05-10Update miniz_oxide dependency of coverage_dumpoyvindln-19/+4
2025-05-10Use the fallback body for `{minimum,maximum}f128` on LLVM as well.Urgau-6/+14
2025-05-10Rollup merge of #140879 - pthariensflame:patch-1, r=pietroalbiniMatthias Krüger-1/+1
2025-05-10Rollup merge of #140789 - hermit-os:hermit-abi-0.5.1, r=Mark-SimulacrumMatthias Krüger-2/+2
2025-05-10Rollup merge of #140783 - veluca93:oncelock-docs, r=jhprattMatthias Krüger-1/+1
2025-05-10Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkinMatthias Krüger-16/+1
2025-05-10Rollup merge of #140151 - RalfJung:drop_in_place-is-not-an-intrinsic, r=Mark-...Matthias Krüger-41/+31
2025-05-10Rollup merge of #139562 - notriddle:notriddle/ew-resize, r=GuillaumeGomezMatthias Krüger-30/+56
2025-05-10Rollup merge of #129334 - ChayimFriedman2:more-lazy-methods, r=AmanieuMatthias Krüger-2/+18
2025-05-10Auto merge of #140854 - oli-obk:merge-queries, r=nnethercotebors-123/+119
2025-05-10Warn when #[export_name] is used with generic functionsMu001999-10/+477
2025-05-10Auto merge of #140880 - nnethercote:Ident-new-debug-assert, r=oli-obkbors-1/+1
2025-05-10Update deps of bootstrap for Cygwin王宇逸-33/+13
2025-05-10Auto merge of #140705 - LegNeato:backtracelock, r=Mark-Simulacrumbors-32/+17
2025-05-10Auto merge of #140876 - weihanglo:update-cargo, r=weihanglobors-0/+0