Skip to content

Commit 24ddf76

Browse files
authored
Merge branch 'master' into remove-in-place-alloc
2 parents db7d07b + 81e754c commit 24ddf76

File tree

823 files changed

+8577
-6019
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

823 files changed

+8577
-6019
lines changed

.github/workflows/ci.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ jobs:
406406
os: windows-latest-xl
407407
- name: x86_64-msvc-cargo
408408
env:
409-
SCRIPT: python x.py test src/tools/cargotest src/tools/cargo
409+
SCRIPT: python x.py --stage 2 test src/tools/cargotest src/tools/cargo
410410
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-lld"
411411
VCVARS_BAT: vcvars64.bat
412412
NO_DEBUG_ASSERTIONS: 1
@@ -577,6 +577,11 @@ jobs:
577577
strategy:
578578
matrix:
579579
include:
580+
- name: aarch64-gnu
581+
os:
582+
- self-hosted
583+
- ARM64
584+
- linux
580585
- name: dist-x86_64-apple
581586
env:
582587
SCRIPT: "./x.py dist"
@@ -598,7 +603,7 @@ jobs:
598603
os: macos-latest
599604
- name: x86_64-apple
600605
env:
601-
SCRIPT: "./x.py test"
606+
SCRIPT: "./x.py --stage 2 test"
602607
RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc"
603608
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
604609
MACOSX_DEPLOYMENT_TARGET: 10.8

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@
4444
[submodule "src/tools/rust-analyzer"]
4545
path = src/tools/rust-analyzer
4646
url = https://github.com/rust-analyzer/rust-analyzer.git
47+
[submodule "library/backtrace"]
48+
path = library/backtrace
49+
url = https://github.com/rust-lang/backtrace-rs.git

0 commit comments

Comments
 (0)