Uh oh!
There was an error while loading. Please reload this page.
Share the naked asm impl between cg_ssa and cg_clif - #134232
Conversation
bjorn3
commented
Dec 12, 2024
cc @folkertdev |
rustbot
commented
Dec 12, 2024
r? @chenyukang rustbot has assigned @chenyukang. Use |
This comment has been minimized.
This comment has been minimized.
b8677a2 to
d6b3c06Compare
This comment has been minimized.
This comment has been minimized.
d6b3c06 to
0dd4292Comparerustbot
commented
Dec 13, 2024
Some changes occurred in compiler/rustc_codegen_gcc |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bors
commented
Dec 17, 2024
☔ The latest upstream changes (presumably #134381) made this pull request unmergeable. Please resolve the merge conflicts. |
42ae211 to
1358f53Compare1358f53 to
dcf8b87Comparechenyukang
commented
Jan 12, 2025
r? compiler |
bors
commented
Jan 24, 2025
☔ The latest upstream changes (presumably #135959) made this pull request unmergeable. Please resolve the merge conflicts. |
dcf8b87 to
0b43964Comparebors
commented
Jan 31, 2025
☔ The latest upstream changes (presumably #136332) made this pull request unmergeable. Please resolve the merge conflicts. |
0b43964 to
b250776Comparebors
commented
Feb 17, 2025
☔ The latest upstream changes (presumably #137163) made this pull request unmergeable. Please resolve the merge conflicts. |
b250776 to
1341f83Compareef86f9d to
3066da8Comparerustbot
commented
Apr 14, 2025
Some changes occurred in compiler/rustc_codegen_ssa |
wesleywiser
commented
Apr 29, 2025
@bors r+ |
bors
commented
Apr 29, 2025
…esleywiser Share the naked asm impl between cg_ssa and cg_clif This was introduced in rust-lang#128004.
Rollup of 8 pull requests Successful merges: - rust-lang#134232 (Share the naked asm impl between cg_ssa and cg_clif) - rust-lang#140312 (Improve pretty-printing of braces) - rust-lang#140437 (enable msa feature for mips in codegen tests) - rust-lang#140438 (Add `rust.debug-assertions-tools` option) - rust-lang#140439 (miri: algebraic intrinsics: bring back float non-determinism) - rust-lang#140445 (Treat ManuallyDrop as ~const Destruct) - rust-lang#140446 (chore: fix some tests) - rust-lang#140448 (Rename `rustc_query_append!` to `rustc_with_all_queries!`) r? `@ghost` `@rustbot` modify labels: rollup
tgross35
commented
Apr 29, 2025
@bors r- Seems to have failed in #140475 (comment) |
bjorn3
commented
Apr 30, 2025
@bors try |
bors
commented
Apr 30, 2025
Share the naked asm impl between cg_ssa and cg_clif This was introduced in rust-lang#128004. try-job: x86_64-apple-1
bors
commented
Apr 30, 2025
☀️ Try build successful - checks-actions |
bjorn3
commented
Apr 30, 2025
@bors r=wesleywiser Just a minor cg_clif change since the last approval. |
bors
commented
Apr 30, 2025
…iaskrgr Rollup of 9 pull requests Successful merges: - rust-lang#134232 (Share the naked asm impl between cg_ssa and cg_clif) - rust-lang#139624 (Don't allow flattened format_args in const.) - rust-lang#140090 (Check bare function idents for non snake-case name) - rust-lang#140203 (Issue an error when using `no_mangle` on language items) - rust-lang#140450 (ast: Remove token visiting from AST visitor) - rust-lang#140498 (Misc tweaks to HIR typeck (mostly w.r.t. checking calls)) - rust-lang#140504 (transmutability: ensure_sufficient_stack when answering query) - rust-lang#140506 (unstable-book: fix capitalization) - rust-lang#140516 (Replace use of rustc_type_ir by rustc_middle) Failed merges: - rust-lang#140374 (Resolve instance for SymFn in global/naked asm) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#134232 - bjorn3:naked_asm_improvements, r=wesleywiser Share the naked asm impl between cg_ssa and cg_clif This was introduced in rust-lang#128004.
…esleywiser Share the naked asm impl between cg_ssa and cg_clif This was introduced in rust-lang#128004.
…esleywiser Share the naked asm impl between cg_ssa and cg_clif This was introduced in rust-lang#128004.
This was introduced in #128004.