]> git.lizzy.rs Git - rust.git/history - tests/compile-fail
Added support for multiple tracked pointers, allocs and calls
[rust.git] / tests / compile-fail /
2022-04-08 borsAuto merge of #2055 - RalfJung:rustup, r=RalfJung
2022-04-08 borsAuto merge of #2058 - RalfJung:variadic, r=RalfJung
2022-04-07 Ralf Jungtreat prctl like a variadic function
2022-04-05 borsAuto merge of #2047 - RalfJung:no-extras, r=RalfJung
2022-04-04 borsAuto merge of #2046 - RalfJung:very-strict, r=RalfJung
2022-04-02 Ralf Jungadd test for nasty example
2022-04-01 borsAuto merge of #2045 - RalfJung:strict-provenance, r...
2022-04-01 borsAuto merge of #2043 - RalfJung:max-size, r=RalfJung
2022-04-01 Ralf JungRust values can be up to isize::MAX in size
2022-04-01 Ralf Jungadd -Zmiri-strict-provenance
2022-03-27 borsAuto merge of #2040 - RalfJung:pnvi, r=RalfJung
2022-03-26 Ralf Jungensure that -Zmiri-check-number-validity detects intege...
2022-03-26 borsAuto merge of #2039 - RalfJung:too-big, r=RalfJung
2022-03-26 Ralf Junganother test for too big type
2022-03-24 borsAuto merge of #2036 - RalfJung:vec, r=RalfJung
2022-03-24 borsAuto merge of #2038 - RalfJung:rustup, r=RalfJung
2022-03-24 Ralf Jungrustup
2022-03-20 borsAuto merge of #1975 - DrMeepster:backtrace_fix, r=RalfJung
2022-03-20 DrMeepsteradd new version of backtrace api using flags=1
2022-03-17 borsAuto merge of #2029 - RalfJung:simd-bitmask, r=RalfJung
2022-03-17 Ralf Jungdetect when unused bits of a SIMD bitmask are non-0
2022-03-17 borsAuto merge of #1971 - saethlin:sb-details, r=RalfJung
2022-03-17 Ben KimockPrint more in SB error diagnostics
2022-03-12 borsAuto merge of #2014 - RalfJung:ptr-offset-from, r=RalfJung
2022-03-10 Ralf Jungadd ptr_offset_from OOB test, and update test errors
2022-03-10 borsAuto merge of #2013 - RalfJung:simd, r=RalfJung
2022-03-10 Ralf Jungimplement simd_scatter
2022-03-10 Ralf Jungimplement gather
2022-03-07 borsAuto merge of #2004 - RalfJung:simd, r=RalfJung
2022-03-07 Ralf Jungimplement simd_cast, simd_as
2022-03-05 borsAuto merge of #1970 - asquared31415:open_unix_varargs...
2022-03-05 asquared31415allow varargs for libc::open when it is allowed by...
2022-03-03 borsAuto merge of #1995 - saethlin:trophies, r=RalfJung
2022-03-03 borsAuto merge of #1992 - RalfJung:sdiv, r=RalfJung
2022-03-03 Ralf Jungadd test for simd division overflow UB
2022-03-03 Ralf Jungadjust for div/rem overflow being UB
2022-03-02 borsAuto merge of #1994 - RalfJung:unaligned-ptr-test,...
2022-03-02 Ralf JungMake sure we notice when a u16 is loaded at offset...
2022-02-27 borsAuto merge of #1985 - RalfJung:fn-ptr, r=RalfJung
2022-02-25 Ralf Jungupdate fn ptr tests
2022-02-24 borsAuto merge of #1984 - RalfJung:rustup, r=RalfJung
2022-02-24 Ralf Jungrustup
2022-02-22 borsAuto merge of #1977 - saethlin:short-backtraces, r...
2022-02-22 borsAuto merge of #1978 - RalfJung:simd_eq, r=RalfJung
2022-02-22 Ralf Jungimplement simd_eq and simd_reduce_any
2021-12-24 borsAuto merge of #1928 - RalfJung:fn-abi, r=RalfJung
2021-12-24 Ralf Jungadjust output for calling convention check
2021-12-15 borsAuto merge of #1937 - RalfJung:rustup, r=RalfJung
2021-12-15 Ralf Jungfix iteration-order-dependent output
2021-12-08 borsAuto merge of #1934 - RalfJung:rustup, r=RalfJung
2021-12-08 borsAuto merge of #1933 - 5225225:1931-condvar-false-positi...
2021-12-06 5225225Add tests for double destroying various pthread items
2021-12-05 5225225Handle uninit data in pthread_condattr_destroy
2021-11-25 borsAuto merge of #1924 - RalfJung:ra, r=oli-obk
2021-11-25 borsAuto merge of #1923 - RalfJung:more-simd, r=RalfJung
2021-11-25 Ralf Jungimplement shl and shr SIMD intrinsics
2021-11-25 Ralf Jungportable SIMD: add rem intrinsic; test div and rem...
2021-11-17 borsAuto merge of #1911 - RalfJung:rename-track-tag, r...
2021-11-13 Ralf Jungrename track-raw-pointers flag to tag-raw-pointers
2021-11-10 borsAuto merge of #1904 - camelid:uninit-num, r=RalfJung
2021-11-10 Noah LevAdd test for uninit raw ptrs
2021-11-10 Noah LevAdd tests for `-Zmiri-check-number-validity`
2021-11-02 borsAuto merge of #1905 - camelid:rustup, r=RalfJung
2021-11-01 Noah Levrustup
2021-10-05 borsAuto merge of #1896 - camelid:rustup, r=RalfJung
2021-10-05 Noah Levrustup
2021-09-30 borsAuto merge of #1885 - DrMeepster:global_allocator,...
2021-09-29 DrMeepsterimplement `#[global_allocator]`
2021-09-14 borsAuto merge of #1890 - Smittyvb:cargo-miri-short-alias...
2021-09-11 borsAuto merge of #1889 - hyd-dev:rustup, r=RalfJung
2021-09-11 hyd-devAdd `#[allow(dead_code)]` in some tests
2021-08-16 borsAuto merge of #1872 - RalfJung:rustup, r=RalfJung
2021-08-16 Ralf Jungrustup
2021-08-14 borsAuto merge of #1870 - RalfJung:rustup, r=RalfJung
2021-08-14 Ralf Jungrustup
2021-08-07 borsAuto merge of #1868 - hyd-dev:rustup, r=RalfJung
2021-08-07 hyd-devFix tests for `C-unwind` ABI changes
2021-08-02 borsAuto merge of #1854 - RalfJung:partial-ptr-overwrite...
2021-08-02 Ralf Jungadjust for ERR_ON_PARTIAL_PTR_OVERWRITE
2021-07-27 borsAuto merge of #1858 - RalfJung:thread-leaks, r=oli-obk
2021-07-25 borsAuto merge of #1859 - RalfJung:global-system-mixup...
2021-07-25 Ralf Jungadd test for mixing up System and Global memory
2021-07-25 Ralf Jungalso ignore 'thread leaks' with -Zmiri-ignore-leaks
2021-07-20 borsAuto merge of #1853 - RalfJung:negative-offsets, r...
2021-07-20 Ralf Jungtest for negative offsets
2021-07-17 borsAuto merge of #1851 - RalfJung:provenance-overhaul...
2021-07-16 Ralf Jungadjust Miri to Pointer type overhaul
2021-06-17 borsAuto merge of #1839 - RalfJung:rustup, r=RalfJung
2021-06-17 Ralf Jungrustup
2021-06-15 borsAuto merge of #1833 - hyd-dev:82261, r=RalfJung
2021-06-15 borsAuto merge of #1832 - hyd-dev:1776-follow-up, r=RalfJung
2021-06-15 borsAuto merge of #1836 - hyd-dev:rustup, r=RalfJung
2021-06-15 hyd-devRustup
2021-06-11 hyd-devUse `check_shim()` for `abort`
2021-06-11 hyd-devDisallow `#[no_mangle]`/`#[export_name = ...]` function...
2021-06-09 borsAuto merge of #1830 - RalfJung:readme, r=RalfJung
2021-06-09 borsAuto merge of #1818 - landaire:feature/panic-on-unsuppo...
2021-06-07 Lander BrandtAdd support for panicking in the emulated application...
2021-06-06 borsAuto merge of #1823 - hyd-dev:extern-crate-std, r=RalfJung
2021-06-06 Ralf Jungexpand comment
next