Skip to content

Rollup of 7 pull requests #118023

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 54 commits into from
Nov 18, 2023
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
6649219
Remove asmjs from library
workingjubilee Oct 29, 2023
e9a009f
Remove asmjs from tests
workingjubilee Oct 29, 2023
c88fc2e
Remove asmjs from CI
workingjubilee Oct 29, 2023
e8a0274
Remove asmjs from miri
workingjubilee Oct 29, 2023
ca4d6d1
Remove asmjs from tools
workingjubilee Oct 29, 2023
0c1a452
Remove asmjs from bootstrap
workingjubilee Oct 29, 2023
208f378
Remove asmjs from compiler
workingjubilee Oct 29, 2023
dbb2500
Officially remove asmjs platform support
workingjubilee Oct 29, 2023
e6779d9
library: use `copied` instead of manual `map`
DaniPopes Nov 3, 2023
2736430
compiler: use `copied` instead of manual `map`
DaniPopes Nov 3, 2023
b7a98e3
freebsd adding getentropy interception support
devnexen Nov 12, 2023
382475d
Auto merge of #3161 - devnexen:freebsd_upd2, r=RalfJung
bors Nov 13, 2023
6e907fa
organize pass-dep tests more by the crate they test
RalfJung Nov 13, 2023
edb4c0a
share getentropy shim across various unixes
RalfJung Nov 13, 2023
2832253
Auto merge of #3162 - RalfJung:random, r=RalfJung
bors Nov 13, 2023
9840525
don't expose all the borrow tracker stuff to the entire crate
RalfJung Nov 13, 2023
177d8f2
Auto merge of #3163 - RalfJung:borrow-privacy, r=RalfJung
bors Nov 13, 2023
39e142f
Preparing for merge from rustc
Nov 15, 2023
34e8340
Merge from rustc
Nov 15, 2023
31e62a9
Auto merge of #3165 - rust-lang:rustup-2023-11-15, r=RalfJung
bors Nov 15, 2023
c3fd57d
freebsd adding getrandom interception.
devnexen Nov 13, 2023
012bd49
Auto merge of #3164 - devnexen:fbsd_upd3, r=RalfJung
bors Nov 15, 2023
890ce26
When using existing fn as module, don't claim it doesn't exist
estebank Nov 16, 2023
9c8c2d1
Preparing for merge from rustc
RalfJung Nov 16, 2023
13bfe14
Merge from rustc
RalfJung Nov 16, 2023
255d04c
Auto merge of #3167 - RalfJung:rustup, r=RalfJung
bors Nov 16, 2023
ca67d7f
get rid of our last uses of set_var
RalfJung Nov 16, 2023
7df74eb
Auto merge of #3168 - RalfJung:set_var, r=RalfJung
bors Nov 16, 2023
c6acc05
reallocarray shim linux/freebsd support proposal.
devnexen Nov 15, 2023
0b6b44f
Auto merge of #3166 - devnexen:reallocarray, r=RalfJung
bors Nov 16, 2023
7338c55
split thread test into synchronization primitives and threadname
RalfJung Nov 16, 2023
6985431
make libc-misc pass under FreeBSD
RalfJung Nov 16, 2023
70cc639
move reallocarray test into libc-misc
RalfJung Nov 16, 2023
8edb0ad
actually all the 'env' tests work on FreeBSD, as well as posix_memalign
RalfJung Nov 16, 2023
3d65927
Auto merge of #3170 - RalfJung:libc-tests, r=RalfJung
bors Nov 16, 2023
b7c2745
Preparing for merge from rustc
saethlin Nov 16, 2023
a5a039b
Merge from rustc
saethlin Nov 16, 2023
ee48a3f
Auto merge of #3171 - saethlin:rustup, r=saethlin
bors Nov 16, 2023
ae179a0
emit basic smir
ouz-a Nov 8, 2023
0f0e9ba
cover statements
ouz-a Nov 8, 2023
ebd9c14
better formatting for statements
ouz-a Nov 9, 2023
c821603
remove unwrap
ouz-a Nov 14, 2023
3883645
change smir to StableMir
ouz-a Nov 14, 2023
71c9904
move pretty into stable_mir
ouz-a Nov 15, 2023
3b0e1d2
only free lifetimes may get erased
lcnr Nov 17, 2023
99371ce
Add stable mir members to triagebot config
celinval Nov 17, 2023
92657f1
use new apis and add new function
ouz-a Nov 17, 2023
ca3a028
Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber
matthiaskrgr Nov 17, 2023
aa2289d
Rollup merge of #117549 - DaniPopes:more-copied, r=b-naber
matthiaskrgr Nov 17, 2023
6227455
Rollup merge of #117745 - ouz-a:emit_smir, r=celinval
matthiaskrgr Nov 17, 2023
8792e81
Rollup merge of #117964 - estebank:issue-81232, r=petrochenkov
matthiaskrgr Nov 17, 2023
e06a6d3
Rollup merge of #118006 - lcnr:discriminant-docs, r=compiler-errors
matthiaskrgr Nov 17, 2023
d1f1849
Rollup merge of #118016 - celinval:main, r=compiler-errors
matthiaskrgr Nov 17, 2023
8acb27c
Rollup merge of #118022 - saethlin:miri, r=saethlin
matthiaskrgr Nov 17, 2023
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
Prev Previous commit
Next Next commit
actually all the 'env' tests work on FreeBSD, as well as posix_memalign
  • Loading branch information
RalfJung committed Nov 16, 2023
commit 8edb0ad33b281bbe8bae827d1cdae782714d19a2
2 changes: 1 addition & 1 deletion src/tools/miri/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ case $HOST_TARGET in
MIRI_TEST_TARGET=aarch64-unknown-linux-gnu run_tests
MIRI_TEST_TARGET=aarch64-apple-darwin run_tests
MIRI_TEST_TARGET=i686-pc-windows-gnu run_tests
MIRI_TEST_TARGET=x86_64-unknown-freebsd run_tests_minimal hello integer vec panic/panic concurrency/simple pthreads-threadname libc-getentropy libc-getrandom libc-misc atomic env/var
MIRI_TEST_TARGET=x86_64-unknown-freebsd run_tests_minimal hello integer vec panic/panic concurrency/simple pthread-threadname libc-getentropy libc-getrandom libc-misc atomic env align
MIRI_TEST_TARGET=aarch64-linux-android run_tests_minimal hello integer vec panic/panic
MIRI_TEST_TARGET=wasm32-wasi run_tests_minimal no_std integer strings wasm
MIRI_TEST_TARGET=wasm32-unknown-unknown run_tests_minimal no_std integer strings wasm
Expand Down