]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #2025 - workingjubilee:fix-nightly-simd, r=RalfJung
[rust.git] / tests /
2022-03-14 borsAuto merge of #2025 - workingjubilee:fix-nightly-simd...
2022-03-14 Jubilee YoungFixup renamed fn for Simd
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-10 Ralf Jungimplement simd_shuffle
2022-03-08 borsAuto merge of #2006 - RalfJung:readme-ci, r=RalfJung
2022-03-07 borsAuto merge of #2008 - RalfJung:notempty, r=RalfJung
2022-03-07 Ralf Jungfs: add and test for DirectoryNotEmpty error variant
2022-03-07 borsAuto merge of #1981 - tavianator:readdir, r=RalfJung
2022-03-07 Tavian BarnesImplement a readdir64() shim for Linux
2022-03-07 borsAuto merge of #2007 - RalfJung:simd_saturating, r=RalfJung
2022-03-07 Ralf Jungimplement simd_saturating intrinsics
2022-03-07 borsAuto merge of #2004 - RalfJung:simd, r=RalfJung
2022-03-07 Ralf Jungfix handling of NaNs in simd max/min
2022-03-07 Ralf Jungimplement simd_fmax/fmin
2022-03-07 Ralf Jungimplement simd_reduce_min/max
2022-03-07 Ralf Jungimplement simd_cast, simd_as
2022-03-06 borsAuto merge of #2003 - RalfJung:simd-reduce-test, r...
2022-03-06 Ralf Jungalso test f32/f64 simd_reduce
2022-03-06 borsAuto merge of #2002 - RalfJung:negative-shifts, r=RalfJung
2022-03-06 Ralf Jungadd extra tests for shifts with negative offsets
2022-03-06 borsAuto merge of #2001 - RalfJung:simd, r=RalfJung
2022-03-06 Ralf Jungimplement simd_reduce_{add,mul}
2022-03-05 Ralf Jungavoid repeated string matching, and add more simd_reduc...
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-05 borsAuto merge of #1998 - RalfJung:rustup, r=RalfJung
2022-03-05 Ralf Jungrustup
2022-03-05 borsAuto merge of #1999 - RalfJung:forward-env, r=oli-obk
2022-03-05 borsAuto merge of #2000 - RalfJung:simd, r=RalfJung
2022-03-05 Ralf Jungimplement missing SIMD comparison operators, simd_xor...
2022-03-05 Ralf Jungadd flag to forward specific env vars (while isolation...
2022-03-03 borsAuto merge of #1997 - RalfJung:simd, r=RalfJung
2022-03-03 Ralf Jungimplement simd_neg and simd_fabs
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-03-01 borsAuto merge of #1991 - RalfJung:rustup, r=RalfJung
2022-03-01 Ralf Jungtest overflowing Div/Rem
2022-03-01 Ralf Jungimplement simd_select
2022-02-27 borsAuto merge of #1985 - RalfJung:fn-ptr, r=RalfJung
2022-02-27 Ralf Jungadd test for rust issue 94371
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
2022-02-04 borsAuto merge of #1968 - RalfJung:rustup, r=RalfJung
2022-02-04 Ralf Jungrustup; implement simd_and/or
2022-02-04 borsAuto merge of #1967 - RalfJung:rustup, r=RalfJung
2022-02-04 Ralf Jungrustup: disable read_dir test for now
2022-01-11 borsAuto merge of #1961 - ojeda:spurious-maybe_uninit_extra...
2022-01-11 Miguel OjedaRemove spurious `maybe_uninit_extra`
2022-01-09 borsAuto merge of #1952 - RalfJung:self-referential, r...
2022-01-08 borsAuto merge of #1959 - RalfJung:rustup, r=RalfJung
2022-01-08 Ralf Jungrustup
2022-01-01 Ralf Jungexclude mutable references to !Unpin types from uniquen...
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 #1938 - RalfJung:test, r=RalfJung
2021-12-15 Ralf Jungadd regression test
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 Ralf Jungrustup
2021-12-08 borsAuto merge of #1933 - 5225225:1931-condvar-false-positi...
2021-12-06 5225225Adjust pthread tests
2021-12-06 5225225Add tests for double destroying various pthread items
2021-12-06 borsAuto merge of #1930 - tavianator:avoid-adjacent-allocat...
2021-12-06 Ralf Jungfinal tweaks
2021-12-05 5225225Handle uninit data in pthread_condattr_destroy
2021-12-05 borsAuto merge of #1932 - RalfJung:rustup, r=RalfJung
2021-12-05 Ralf Jungrustup
2021-12-03 Tavian Barnesintptrcast: Never allocate two objects directly adjecent
2021-11-28 borsAuto merge of #1927 - RalfJung:array-align-tests, r...
2021-11-28 Ralf Jungadd tests for alignment on array initialization
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-23 borsAuto merge of #1922 - RalfJung:async-run-fut, r=RalfJung
2021-11-23 Ralf Jungasync-fn test: make run_fut more general and entirely...
2021-11-23 borsAuto merge of #1921 - RalfJung:overflow-checks-off...
2021-11-23 Ralf Jungtest for overflow-checks=off
2021-11-21 borsAuto merge of #1918 - RalfJung:simd_basics, r=RalfJung
2021-11-21 Ralf Jungimplement SIMD sub, mul, div; also test i32 binops
2021-11-21 Ralf Jungimplement simd_add
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
next