]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #2113 - RalfJung:rustc-log, r=RalfJung
[rust.git] / tests /
2022-05-10 borsAuto merge of #2084 - rust-lang:silence, r=RalfJung
2022-05-08 borsAuto merge of #2107 - RalfJung:err, r=RalfJung
2022-05-08 Ralf Jungtest for "erroneous constant used" post-monomorphizatio...
2022-05-06 borsAuto merge of #2103 - RalfJung:rustup, r=RalfJung
2022-05-06 Ralf Jungrustup
2022-05-01 borsAuto merge of #2098 - RalfJung:papers, r=RalfJung
2022-05-01 borsAuto merge of #2094 - dtolnay-contrib:truncate, r=RalfJung
2022-05-01 borsAuto merge of #2095 - dtolnay-contrib:ref, r=RalfJung
2022-04-30 borsAuto merge of #2096 - dtolnay-contrib:whitespace, r...
2022-04-30 David TolnayClean up all trailing whitespace
2022-04-30 David TolnayReplace unneeded use of `ref` in favor of "match ergono...
2022-04-30 borsAuto merge of #2093 - RalfJung:post-mono, r=RalfJung
2022-04-30 Ralf Junggracefully handle type-too-large layout errors
2022-04-30 borsAuto merge of #2090 - dtolnay-contrib:addcarry, r=oli-obk
2022-04-29 David TolnayImplement llvm.x86.addcarry.64
2022-04-26 Oli SchererRename flag, datastructure and messaging around muting...
2022-04-25 Oli SchererAdd a command line flag to avoid printing to stdout...
2022-04-21 borsAuto merge of #2075 - y86-dev:master, r=RalfJung
2022-04-21 borsAuto merge of #2080 - RalfJung:2phase, r=RalfJung
2022-04-21 Ralf Jungmake sure 2-phase borows work even with raw ptr tagging
2022-04-20 borsAuto merge of #2078 - RalfJung:rustup, r=RalfJung
2022-04-20 Ralf Jungrustup
2022-04-20 borsAuto merge of #2077 - RalfJung:more-test, r=RalfJung
2022-04-20 Ralf Jungadd mut_below_shr test
2022-04-20 Ralf Jungadd another test for #2068
2022-04-20 borsAuto merge of #2071 - RalfJung:provenance, r=RalfJung
2022-04-20 Ralf Jungadd test for https://github.com/rust-lang/miri/issues...
2022-04-19 borsAuto merge of #2074 - RalfJung:tls-ro, r=RalfJung
2022-04-19 Ralf Jungdo not consider thread-local allocations read-only
2022-04-17 borsAuto merge of #2067 - RalfJung:strerror_r, r=RalfJung
2022-04-17 Ralf Jungimplement strerror_r
2022-04-16 borsAuto merge of #2064 - RalfJung:rustup, r=RalfJung
2022-04-16 Ralf Jungrustup
2022-04-10 borsAuto merge of #2063 - RalfJung:macos-timeout, r=RalfJung
2022-04-10 Ralf Jungincrease slack for timeout test
2022-04-10 borsAuto merge of #2062 - RalfJung:rustup, r=RalfJung
2022-04-10 Ralf Jungrustup
2022-04-08 borsAuto merge of #2055 - RalfJung:rustup, r=RalfJung
2022-04-08 Ralf Jungthread name setting works with strict provenance now :)
2022-04-08 Ralf Jungfix Windows stdout/stderr
2022-04-08 borsAuto merge of #2058 - RalfJung:variadic, r=RalfJung
2022-04-07 Ralf Jungtreat prctl like a variadic function
2022-04-07 Ralf Jungfor variadic functions, accept arbitrary trailing argum...
2022-04-06 borsAuto merge of #2054 - m-ou-se:futex-wait-bitset, r...
2022-04-06 Mara BosAdd test for FUTEX_*_BITSET.
2022-04-06 Mara BosAdd test for FUTEX_WAIT_BITSET.
2022-04-05 borsAuto merge of #2050 - RalfJung:partially-uninit, r...
2022-04-05 Ralf Jungtest that partially uninit MaybeUninit works correctly
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-02 Ralf Jungmake strict-provenance imply check-number-validity
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-31 borsAuto merge of #2044 - RalfJung:int_log, r=RalfJung
2022-03-31 Ralf Jungtest int_log functions
2022-03-27 borsAuto merge of #2040 - RalfJung:pnvi, r=RalfJung
2022-03-26 Ralf Jungchannels do ptr-int transmutes so move them to non...
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-22 Ralf Jungregression test for reverse() unsoundness
2022-03-22 Ralf Jungvec test: check number validity
2022-03-20 borsAuto merge of #2033 - RalfJung:arbitrary-self-dyn,...
2022-03-20 Ralf Jungtest arbitrary-self dyn receivers
2022-03-20 borsAuto merge of #2022 - RalfJung:remove_dir_all, r=RalfJung
2022-03-20 Ralf Jungtest remove_dir_all
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 Jungfix simd_bitmask shorter than a byte on big-endian
2022-03-17 Ralf Jungdetect when unused bits of a SIMD bitmask are non-0
2022-03-17 Ralf Jungimplement simd bitmask intrinsics
2022-03-17 borsAuto merge of #1971 - saethlin:sb-details, r=RalfJung
2022-03-17 borsAuto merge of #2031 - RalfJung:simd, r=RalfJung
2022-03-17 Ralf Jungimplement SIMD sqrt and fma
2022-03-17 Ben KimockPrint more in SB error diagnostics
2022-03-16 borsAuto merge of #2028 - RalfJung:simd-round, r=RalfJung
2022-03-16 Ralf Jungimplement SIMD float rounding functions
2022-03-14 borsAuto merge of #2023 - RalfJung:simd-min-max, r=RalfJung
2022-03-14 Ralf Jungtest integer SIMD min/max
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
next