Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
206 commits
Select commit Hold shift + click to select a range
32605d8
Implement `simd_round_ties_even` for miri, cg_clif and cg_gcc
sayantn Jun 5, 2025
aaea8eb
Fix normalization in linker-warning
bjorn3 Jun 24, 2025
b37d10e
Merge commit '8c848e0604b5d26fad120914f822f564fe05c52a' into sync_cg_…
bjorn3 Jun 24, 2025
a0e0a4a
Merge branch 'sync_from_rust'
bjorn3 Jun 24, 2025
a28aa95
Rollup merge of #142955 - bjorn3:cg_clif_test_fixes, r=jieyouxu
workingjubilee Jun 25, 2025
e428e59
Sync from rust 0fa4ec6cde46fa17ab07acb5531cfe0dc1349ffa
bjorn3 Jun 26, 2025
d0ee10d
Rustup to rustc 1.90.0-nightly (0fa4ec6cd 2025-06-25)
bjorn3 Jun 26, 2025
8bf928a
Move inline_asm_index from CodegenCx to FunctionCx
bjorn3 Jun 24, 2025
9ead1c1
Move invocation_temp out of CodegenCx
bjorn3 Jun 24, 2025
23110bd
Remove output_filenames from CodegenCx
bjorn3 Jun 24, 2025
4042f40
Remove global_asm from CodegenCx
bjorn3 Jun 24, 2025
b2cafc9
Use ConstantCx for defining anonymous strings
bjorn3 Jun 24, 2025
ac8ce3e
Insert checks for enum discriminants when debug assertions are enabled
1c3t3a May 15, 2025
d049f5d
Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin
bors Jun 28, 2025
0bd5a21
give Pointer::into_parts a more scary name and offer a safer alternative
RalfJung Jun 28, 2025
2505864
Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee
GuillaumeGomez Jun 29, 2025
95281ed
Stop backends from needing to support nullary intrinsics
oli-obk Jun 21, 2025
ede6591
Implement exception handling support
bjorn3 Apr 9, 2025
0c7e953
Fix panic=unwind for JIT
bjorn3 May 7, 2025
e0ea4b0
Put unwinding support behind a cargo feature
bjorn3 May 7, 2025
c02a509
Update readme
bjorn3 May 26, 2025
c713ffa
Merge pull request #1584 from rust-lang/upstream-exception-handling
bjorn3 Jun 30, 2025
d8c129a
Rollup merge of #143140 - RalfJung:ptr-into-parts, r=oli-obk
matthiaskrgr Jun 30, 2025
1008ad5
Sync from rust f26e58023071e71636a3c72ac3a2bf89b1f76706
bjorn3 Jul 1, 2025
b3eb17c
Rustup to rustc 1.90.0-nightly (f26e58023 2025-06-30)
bjorn3 Jul 1, 2025
2eccb7a
Fix rustc test suite
bjorn3 Jul 1, 2025
c2d7ac4
Revert enabling rustc_private for mini_core_hello_world
bjorn3 Jul 1, 2025
c4743bd
Move to the 2024 edition
bjorn3 Jul 1, 2025
b87f756
Fix building std_detect on s390x
bjorn3 Jul 1, 2025
ef78e98
Remove support for dyn*
compiler-errors Jun 26, 2025
b506146
Sync from rust 71e4c005caa812a16fcb08d0bf1e6f1eda7c8381
bjorn3 Jul 2, 2025
2f9af6b
Rustup to rustc 1.90.0-nightly (71e4c005c 2025-07-01)
bjorn3 Jul 2, 2025
ecd1533
Sync from rust 6677875279b560442a07a08d5119b4cd6b3c5593
bjorn3 Jul 3, 2025
a0c1a29
Rustup to rustc 1.90.0-nightly (667787527 2025-07-02)
bjorn3 Jul 3, 2025
588c630
Escape { and } before passing to global_asm!()
bjorn3 Jul 3, 2025
868d953
Avoid q modifier for user references to arm64 vector registers
bjorn3 Jul 3, 2025
5782b21
Merge pull request #1587 from rust-lang/asm_fixes
bjorn3 Jul 3, 2025
de58bdc
Make __rust_alloc_error_handler_should_panic a function
dpaoliello Jul 3, 2025
d24852f
Migrate all tests to the 2024 edition
bjorn3 Jan 7, 2025
f02793c
Fix std_example on x86
bjorn3 Jul 4, 2025
cdf5236
Fix neon.rs
bjorn3 Jul 4, 2025
d117c77
Fix raw-dylib.rs
bjorn3 Jul 4, 2025
989bb25
Remove reference to deleted test
bjorn3 Jul 4, 2025
805f843
compiler: Parse `p-` specs in datalayout string, allow definition of …
xdoardo Jun 29, 2025
9360f7c
Don't call collect_debug_info when debuginfo is disabled
bjorn3 Jun 27, 2025
8dab8de
Get rid of CodegenCx
bjorn3 Jul 4, 2025
96414a8
Sync from rust a84ab0ce6c4557a2f01a3a6c3fdb0f92098db78d
bjorn3 Jul 7, 2025
5df8223
Rustup to rustc 1.90.0-nightly (a84ab0ce6 2025-07-06)
bjorn3 Jul 7, 2025
87e71fe
Fix rustc test suite
bjorn3 Jul 7, 2025
5930872
Sync from rust a2d45f73c70d9dec57140c9412f83586eda895f8
bjorn3 Jul 8, 2025
3bd8045
Rustup to rustc 1.90.0-nightly (a2d45f73c 2025-07-07)
bjorn3 Jul 8, 2025
2f84e16
Fix rustc test suite
bjorn3 Jul 8, 2025
08dac6f
Add opaque TypeId handles for CTFE
oli-obk Mar 12, 2025
fb6de82
Rustup to rustc 1.90.0-nightly (e43d139a8 2025-07-09)
bjorn3 Jul 10, 2025
503612e
Fix rustc testsuite
bjorn3 Jul 10, 2025
ef087b0
Sync from rust 2a023bf80a6fbd6a06d5460a34eb247b986286ed
bjorn3 Jul 11, 2025
5d1bc9b
Rustup to rustc 1.90.0-nightly (2a023bf80 2025-07-10)
bjorn3 Jul 11, 2025
8e71749
Fix rustc testsuite
bjorn3 Jul 12, 2025
e0860f8
MinGW misses some f16/f128 intrinsics
bjorn3 Jul 13, 2025
a3796c7
Rustup to rustc 1.90.0-nightly (a00149764 2025-07-14)
bjorn3 Jul 15, 2025
46fa9ad
Directly use symbol_value and tls_value
bjorn3 Jul 15, 2025
5320b81
fix `-Zsanitizer=kcfi` on `#[naked]` functions
folkertdev Jul 1, 2025
70d199a
add `codegen_instance_attrs` query
folkertdev Jul 2, 2025
8e5e647
use `codegen_instance_attrs` where an instance is (easily) available
folkertdev Jul 2, 2025
7fa8429
Update cranelift tests
scottmcm Jul 13, 2025
46fab0c
Sync from rust 9982d6462bedf1e793f7b2dbd655a4e57cdf67d4
bjorn3 Jul 21, 2025
959755f
Rustup to rustc 1.90.0-nightly (9982d6462 2025-07-20)
bjorn3 Jul 21, 2025
87c661e
Re-enable some rustc tests
bjorn3 Jul 21, 2025
e7c7bf0
Fix rustc testsuite
bjorn3 Jul 21, 2025
57fb209
Update dependencies
bjorn3 Jul 21, 2025
66503c1
atomicrmw on pointers: move integer-pointer cast hacks into backend
RalfJung Jul 19, 2025
c0a733f
Sync from rust a7a1618e6c835f1f00940ad72203d05808209a0d
bjorn3 Jul 23, 2025
6098fb9
Rustup to rustc 1.90.0-nightly (a7a1618e6 2025-07-22)
bjorn3 Jul 23, 2025
17f2c4d
Update to Cranelift 0.122
bjorn3 Jun 27, 2025
8483461
Support used(linker)
bjorn3 Jul 9, 2025
ae8c473
Give an AllocId to ConstValue::Slice.
cjgillot Oct 13, 2023
8390745
Remove useless lifetime parameter.
cjgillot Jul 3, 2025
b664b4e
Sync from rust b56aaec52bc0fa35591a872fb4aac81f606e265c
bjorn3 Jul 25, 2025
d47ae4a
Rustup to rustc 1.90.0-nightly (b56aaec52 2025-07-24)
bjorn3 Jul 25, 2025
812388a
Remove unnecessary download-ci-llvm from setup_rust_fork.sh
bjorn3 Jul 25, 2025
8b5d8e3
Remove `[T]::array_chunks(_mut)`
scottmcm Jul 1, 2025
bfdb1c1
Skip pre-defining naked functions
bjorn3 Jul 29, 2025
00fd153
Rustup to rustc 1.90.0-nightly (498ae9fed 2025-07-28)
bjorn3 Jul 29, 2025
91afcca
Fix rustc testsuite
bjorn3 Jul 29, 2025
54db8a5
Revert "Remove unnecessary download-ci-llvm from setup_rust_fork.sh"
bjorn3 Jul 29, 2025
b56c50f
Update `codegen_{cranelift,gcc}` and `opt-dist` to use `build.compile…
jieyouxu Jul 30, 2025
b493565
Sync from rust 3048886e59c94470e726ecaaf2add7242510ac11
bjorn3 Jul 31, 2025
0ac38e3
Rustup to rustc 1.90.0-nightly (3048886e5 2025-07-30)
bjorn3 Jul 31, 2025
8b11468
Workaround portable-simd examples compilation failure
bjorn3 Jul 31, 2025
0056e56
Rustup to rustc 1.91.0-nightly (0060d5a2a 2025-08-04)
bjorn3 Aug 5, 2025
878f319
Fix rustc test suite
bjorn3 Aug 5, 2025
f4fde20
Prevent name collisions with internal implementation details
bjorn3 Aug 7, 2025
10cc2ea
Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikic
tgross35 Aug 8, 2025
2aec422
Sync from rust 8e62bfd311791bfd9dca886abdfbab07ec54d8b4
bjorn3 Aug 13, 2025
20cc800
Rustup to rustc 1.91.0-nightly (8e62bfd31 2025-08-12)
bjorn3 Aug 13, 2025
d962e00
Fix rustc test suite
bjorn3 Aug 13, 2025
69402da
Port the `#[linkage]` attribute to the new attribute system
scrabsha Aug 12, 2025
8691986
Sync from rust 425a9c0a0e365c0b8c6cfd00c2ded83a73bed9a0
bjorn3 Aug 18, 2025
420235c
Rustup to rustc 1.91.0-nightly (425a9c0a0 2025-08-17)
bjorn3 Aug 18, 2025
f4383ff
Fix rustc test suite
bjorn3 Aug 18, 2025
8cb157c
Update to Cranelift 0.123
bjorn3 Aug 6, 2025
4a47066
Update libloading
bjorn3 Aug 13, 2025
69d5855
Rustup to rustc 1.91.0-nightly (040a98af7 2025-08-20)
bjorn3 Aug 21, 2025
8c3a60c
Fix rustc test suite
bjorn3 Aug 21, 2025
dbca51a
Temporarily disable x86_64 macOS
bjorn3 Aug 21, 2025
cdab4cc
Rustup to rustc 1.91.0-nightly (69b76df90 2025-08-23)
bjorn3 Aug 24, 2025
03505e8
Fix rustc test suite
bjorn3 Aug 24, 2025
2da17a6
Rustup to rustc 1.91.0-nightly (cdb45c87e 2025-08-27)
bjorn3 Aug 28, 2025
42943a9
Re-enable x86_64 macOS CI builds
bjorn3 Aug 29, 2025
b494d3e
Avoid unnecessary `mut`-ness for various closures.
nnethercote Aug 14, 2025
3293a0b
Introduce `MirDumper` and `MirWriter`.
nnethercote Aug 15, 2025
9de73c8
Rename the default branch to main
bjorn3 Sep 2, 2025
e43eef8
Sync from rust 7aef4bec4bec16cb6204d51eb633873e23b18771
bjorn3 Sep 2, 2025
3b311c3
Rustup to rustc 1.91.0-nightly (7aef4bec4 2025-09-01)
bjorn3 Sep 2, 2025
8878a67
Special case allocator module submission to avoid special casing it e…
bjorn3 Aug 28, 2025
39d8f6a
cg_clif: account for moved `tests/run-make-cargo/compiler-builtins`
jieyouxu Sep 5, 2025
719b14c
cg_clif: run `run-make-cargo` test suite
jieyouxu Sep 5, 2025
8774487
Ensure fat LTO doesn't merge everything into the allocator module
bjorn3 Sep 5, 2025
e2f00cb
Auto merge of #146233 - jieyouxu:run-make-fission, r=Kobzol
bors Sep 6, 2025
623611d
Sync from rust 1ed3cd7030718935a5c5e5c8f6581f36d8be179f
bjorn3 Sep 7, 2025
39aa1ee
Rustup to rustc 1.91.0-nightly (1ed3cd703 2025-09-06)
bjorn3 Sep 7, 2025
d077c1e
Fix rustc test suite
bjorn3 Sep 7, 2025
8977078
Rustup to rustc 1.91.0-nightly (5eda692e7 2025-09-11)
bjorn3 Sep 12, 2025
1d61b61
Fix rustc test suite
bjorn3 Sep 12, 2025
7fdb855
Rustup to rustc 1.92.0-nightly (52618eb33 2025-09-14)
bjorn3 Sep 15, 2025
1988e68
Fix rustc test suite
bjorn3 Sep 15, 2025
8b7d5f1
Remove Rvalue::Len.
cjgillot Sep 14, 2025
e53af72
Remove `DynKind`
fmease Sep 17, 2025
2e71518
Rollup merge of #146664 - fmease:clean-up-dyn, r=jdonszelmann
Zalathar Sep 18, 2025
0e9595e
Support -Zembed-source in debuginfo
kehrazy Sep 21, 2025
821fe35
Sync from rust f6092f224d2b1774b31033f12d0bee626943b02f
bjorn3 Sep 23, 2025
fd7ec3a
Rustup to rustc 1.92.0-nightly (f6092f224 2025-09-22)
bjorn3 Sep 23, 2025
72d8b6c
Fix rustc test suite
bjorn3 Sep 23, 2025
64ec359
Ignore rustc test again that still fails
bjorn3 Sep 23, 2025
1374807
Update to Cranelift 0.124.1
bjorn3 Sep 23, 2025
b53c717
Add an attribute to check the number of lanes in a SIMD vector after …
calebzulawski Sep 16, 2025
6f8394e
Merge pull request #1593 from kehrazy/embed-source
bjorn3 Sep 25, 2025
34eb0ce
Use macos-15-intel runners for x86_64
bjorn3 Sep 25, 2025
2898222
Rollup merge of #146667 - calebzulawski:simd-mono-lane-limit, r=lcnr,…
Zalathar Sep 25, 2025
a7454d1
ProjectionElem::Subtype -> CastKind::Subtype
beepster4096 Sep 26, 2025
f1ce0ec
Remove $ (#1595)
EriKWDev Sep 26, 2025
9b24d96
Re-enable Cirrus CI
bjorn3 Sep 26, 2025
f2798d6
Workaround for TLS issue on FreeBSD
bjorn3 Sep 26, 2025
3e563b8
Improve ArgAbi left behind panic message
bjorn3 Sep 26, 2025
de53737
Add a leading dash to linker plugin arguments in the gcc codegen
antoyo Sep 28, 2025
5569e6b
remove explicit deref of AbiAlign for most methods
workingjubilee Sep 28, 2025
46ce2bf
Auto merge of #147145 - Zalathar:rollup-s7kcs3w, r=Zalathar
bors Sep 29, 2025
6b3ada0
Use rustc --print host-tuple
bjorn3 Oct 1, 2025
1c36e8b
Sync from rust fa3155a644dd62e865825087b403646be01d4cef
bjorn3 Oct 1, 2025
d923ff4
Rustup to rustc 1.92.0-nightly (fa3155a64 2025-09-30)
bjorn3 Oct 1, 2025
160c109
Fix rustc test suite
bjorn3 Oct 1, 2025
099e5d2
Update Cirrus CI to FreeBSD 14.2
bjorn3 Oct 1, 2025
992c2c6
Use the correct return type for compiler-builtins float compares
bjorn3 Oct 1, 2025
775ae5e
Merge pull request rust-lang/rustc_codegen_cranelift#1599 from rust-l…
bjorn3 Oct 1, 2025
d0475ed
Merge pull request rust-lang/rustc_codegen_cranelift#1598 from rust-l…
bjorn3 Oct 1, 2025
ed6fbc2
Stop building rtstartup
bjorn3 Oct 1, 2025
fdaf804
Add note about FreeBSD TLS problems to Readme.md
bjorn3 Oct 1, 2025
b038641
Use #[ignore] rather than commenting out for disabling sysroot tests
bjorn3 Oct 1, 2025
cc00f45
Auto merge of #147055 - beepster4096:subtype_is_not_a_projection, r=lcnr
bors Oct 2, 2025
dd7c7d0
use `codegen_instance_attrs` in some additional places
folkertdev Aug 21, 2025
d89c480
Sync from rust 839222065a44ac21c15df68ed2f2f3c0127b0b8e
bjorn3 Oct 6, 2025
c7b4a1d
Rustup to rustc 1.92.0-nightly (839222065 2025-10-05)
bjorn3 Oct 6, 2025
7f0b2bb
Fix rustc test suite
bjorn3 Oct 6, 2025
7201c1b
remove DerefTemp and CopyFromDeref from runtime mir
beepster4096 Aug 13, 2025
0e4df74
prefer to use repeat_n over repeat and take
chenyukang Oct 8, 2025
0f2b470
Remove StatementKind::Deinit.
cjgillot Oct 10, 2025
67b7b7f
Support #[alloc_error_handler] without the allocator shim
bjorn3 Jun 26, 2025
b453c19
Move computation of allocator shim contents to cg_ssa
bjorn3 Oct 9, 2025
cb72965
Auto merge of #145513 - beepster4096:erasedereftemps, r=saethlin,cjgi…
bors Oct 12, 2025
4629f31
Rollup merge of #147526 - bjorn3:alloc_shim_weak_shape, r=petrochenko…
matthiaskrgr Oct 14, 2025
f3d5c10
Restrict sysroot crate imports to those defined in this repo.
Diggsey Jul 6, 2025
a63c039
Auto merge of #143548 - Diggsey:db-limit-extern-crate-usage, r=oli-obk
bors Oct 15, 2025
10ee204
Fix ICE on offsetted ZST pointer
Mark-Simulacrum Oct 11, 2025
c15f855
Rollup merge of #147576 - Mark-Simulacrum:fix-offset-zst, r=nnetherco…
matthiaskrgr Oct 16, 2025
48fc410
Sync from rust 53a741fc4b8cf2d8e7b1b2336ed8edf889db84f4
bjorn3 Oct 17, 2025
2d8a0c1
Rustup to rustc 1.92.0-nightly (53a741fc4 2025-10-16)
bjorn3 Oct 17, 2025
ca23203
Fix rustc test suite
bjorn3 Oct 17, 2025
71068af
Rollup merge of #145724 - folkertdev:track-caller-drop-no-mangle, r=f…
matthiaskrgr Oct 18, 2025
a20a4c2
Update to Cranelift 0.125
bjorn3 Oct 9, 2025
6031dfd
Allow unsizing pattern types with pointer base
oli-obk Apr 16, 2025
9d63e8c
Elaborate ShallowInitBox too.
cjgillot Oct 12, 2025
0eae3a2
Auto merge of #147687 - cjgillot:noshallow-init-box, r=nnethercote
bors Oct 22, 2025
cc27b04
Replace NullOp::SizeOf and NullOp::AlignOf by lang items.
cjgillot Oct 16, 2025
2e8f8d5
Sync from rust 1d23d06800271f651fad07bf22bf5e298138972e
bjorn3 Oct 23, 2025
bc6f1ef
Rustup to rustc 1.92.0-nightly (1d23d0680 2025-10-22)
bjorn3 Oct 23, 2025
b548b29
Skip codegen_crate call in check mode
bjorn3 Oct 23, 2025
5aabbb6
Fix dev release after renaming the default branch to main
bjorn3 Oct 24, 2025
6f1899c
Sync from rust adaa838976ff99a4f0661136322f64cb466b58a0
bjorn3 Oct 28, 2025
022bb60
Rustup to rustc 1.93.0-nightly (adaa83897 2025-10-27)
bjorn3 Oct 28, 2025
bbedad2
Error when combining check mode and jit mode
bjorn3 Oct 28, 2025
eaa91b8
Bunch of clippy fixes
bjorn3 Oct 28, 2025
ca44758
Fix a bunch of clippy lints in the build system
bjorn3 Oct 28, 2025
d28c5a5
Implement the alignment parameter in cg_clif
sayantn Oct 10, 2025
b49a1f7
rustc_target: introduce Arch
tamird Oct 13, 2025
f47ad44
rustc_target: allow unenumerated architectures
tamird Oct 28, 2025
c2d6d4a
Auto merge of #148507 - Zalathar:rollup-vvz4knr, r=Zalathar
bors Nov 5, 2025
bb6f965
Rustup to rustc 1.93.0-nightly (f15a7f385 2025-11-04)
bjorn3 Nov 5, 2025
296501b
Fix rustc test suite
bjorn3 Nov 5, 2025
2073d12
Unify the configuration of the compiler docs
bjorn3 Nov 5, 2025
28eb849
Allow f16 and f128 on s390x and non-mingw windows
bjorn3 Nov 5, 2025
0e41b63
Sync from rust 843f8ce2ebc01d35a30484eadc8a84cdc6130844
bjorn3 Nov 8, 2025
18882dd
Rustup to rustc 1.93.0-nightly (843f8ce2e 2025-11-07)
bjorn3 Nov 8, 2025
a0b865d
Fix simd_gather intrinsic
bjorn3 Nov 8, 2025
ff3c7f0
Merge commit 'a0b865dc8782500efe9623859017dd5e16f85407' into sync_cg_…
bjorn3 Nov 8, 2025
b2a6602
Update tidy allowed dependencies
bjorn3 Nov 8, 2025
61c3458
Add missing --check-cfg
bjorn3 Nov 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 23 additions & 21 deletions compiler/rustc_codegen_cranelift/.cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
# FIXME re-enable once https://github.com/rust-lang/rust/issues/134863 is fixed.
# task:
# name: freebsd
# freebsd_instance:
# image: freebsd-13-2-release-amd64
# setup_rust_script:
# - pkg install -y git-tiny binutils
# - curl https://sh.rustup.rs -sSf --output rustup.sh
# - sh rustup.sh --default-toolchain none -y --profile=minimal
# target_cache:
# folder: build/cg_clif
# prepare_script:
# - . $HOME/.cargo/env
# - ./y.sh prepare
# test_script:
# - . $HOME/.cargo/env
# # Disabling incr comp reduces cache size and incr comp doesn't save as much
# # on CI anyway.
# - export CARGO_BUILD_INCREMENTAL=false
# # Skip rand as it fails on FreeBSD due to rust-random/rand#1355
# - ./y.sh test --skip-test test.rust-random/rand
task:
name: freebsd
freebsd_instance:
image_family: freebsd-14-2
setup_rust_script:
- pkg install -y git-tiny binutils
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh --default-toolchain none -y --profile=minimal
target_cache:
folder: build/cg_clif
prepare_script:
- . $HOME/.cargo/env
- ./y.sh prepare
test_script:
- . $HOME/.cargo/env
# Disabling incr comp reduces cache size and incr comp doesn't save as much
# on CI anyway.
- export CARGO_BUILD_INCREMENTAL=false
# FIXME(rust-lang/rust#134863) necessary to avoid error when dlopening proc
# macros during compilation of cg_clif.
- export LD_STATIC_TLS_EXTRA=4096
# Skip rand as it fails on FreeBSD due to rust-random/rand#1355
- ./y.sh test --skip-test test.rust-random/rand
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- os: ubuntu-24.04-arm
env:
TARGET_TRIPLE: aarch64-unknown-linux-gnu
- os: macos-13
- os: macos-15-intel
env:
TARGET_TRIPLE: x86_64-apple-darwin
- os: macos-latest
Expand Down
6 changes: 3 additions & 3 deletions compiler/rustc_codegen_cranelift/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- os: ubuntu-24.04-arm
env:
TARGET_TRIPLE: aarch64-unknown-linux-gnu
- os: macos-13
- os: macos-15-intel
env:
TARGET_TRIPLE: x86_64-apple-darwin
- os: macos-latest
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- os: ubuntu-24.04-arm
env:
TARGET_TRIPLE: aarch64-unknown-linux-gnu
- os: macos-13
- os: macos-15-intel
env:
TARGET_TRIPLE: x86_64-apple-darwin
- os: macos-latest
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
release:
runs-on: ubuntu-latest
timeout-minutes: 10
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/main' }}
needs: [rustfmt, test, bench, dist]

permissions:
Expand Down
6 changes: 3 additions & 3 deletions compiler/rustc_codegen_cranelift/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"crates": [
{
"root_module": "./example/mini_core.rs",
"edition": "2015",
"edition": "2024",
"deps": [],
"cfg": [],
},
{
"root_module": "./example/mini_core_hello_world.rs",
"edition": "2015",
"edition": "2024",
"deps": [
{
"crate": 0,
Expand All @@ -37,7 +37,7 @@
},
{
"root_module": "./example/std_example.rs",
"edition": "2015",
"edition": "2024",
"deps": [],
"cfg": [],
},
Expand Down
Loading
Loading