]> git.lizzy.rs Git - rust.git/history - tests
test unchecked_rem
[rust.git] / tests /
2019-06-16 Ralf Jungtest unchecked_rem
2019-06-16 Ralf Jungtest exact_div UB detection
2019-06-16 Ralf JungMerge pull request #771 from kennethbgoodin/foreign_mat...
2019-06-16 Ralf JungMerge branch 'master' into foreign_math_functions
2019-06-14 Kenny GoodinAdd more missing math functions
2019-06-12 Ralf JungMerge pull request #763 from kennethbgoodin/fix_cmath_f...
2019-06-12 Kenny GoodinImplement cbrt and hypot function calls
2019-06-11 Ralf JungMerge pull request #764 from RalfJung/minmax
2019-06-11 Ralf Jungtest FMA a bit more
2019-06-11 Ralf Jungtest more enum-int-cast code paths
2019-06-11 Ralf Jungimplement min and max floating point intrinsics
2019-06-11 Ralf JungMerge pull request #766 from RalfJung/sysroot
2019-06-11 Ralf JungMerge branch 'master' into sysroot
2019-06-09 Ralf Jungdo not handle MIRI_SYSROOT in the driver at all, rely...
2019-06-06 Oliver SchererMerge pull request #761 from ecstatic-morse/type-name
2019-06-06 Dylan MacKenzieUse in-core implementation of `type_name`.
2019-06-04 Ralf JungMerge pull request #757 from RalfJung/test-ice
2019-06-04 Ralf Jungtest for no-validation-only failure
2019-06-03 Ralf JungMerge branch 'master' into debug
2019-06-02 Ralf JungTag static/const allocations (#748)
2019-06-02 Ralf Jungtest that we cannot access unescaped static memory...
2019-06-02 Ralf Jungfix existing tests
2019-06-01 Ralf JungMerge pull request #759 from RalfJung/rustup
2019-06-01 Ralf Jungrustup for ... deprecation
2019-05-30 Ralf JungRustup (#752)
2019-05-30 Ralf Jungmove fn_item/ptr tests to closures file
2019-05-30 Ralf Jungupdate for rustc warning about missing dyn
2019-05-29 Ralf JungMerge pull request #751 from RalfJung/rc
2019-05-29 Ralf Jungtest weak_into_raw
2019-05-29 Ralf JungMerge branch 'master' into miri-build
2019-05-28 Ralf Jungupdate for rustc Scalar changes, test for pointer wrapp...
2019-05-28 Ralf Jungtest for pointer wrapping ICE
2019-05-27 Ralf JungMerge branch 'master' into miri-build
2019-05-27 Ralf Jungfix for latest rustc (#746)
2019-05-27 Ralf Jungfix error pattern
2019-05-21 Ralf JungMerge pull request #738 from RalfJung/stacked-borrows-2
2019-05-21 Ralf Jungtest for new read rules
2019-05-21 Ralf JungMerge pull request #736 from rust-lang/rustup
2019-05-21 Ralf JungMerge remote-tracking branch 'origin/master' into master.2
2019-05-20 Ralf Jungprepare for MaybeUninit stabilization
2019-05-17 Ralf Jungtest and support two-phase reborrows of raw pointers...
2019-05-17 Ralf Junggive up on two-phase borrows
2019-05-15 Ralf Jungthis also fixed our 2-phase woes
2019-05-15 Ralf Jungmake writes act stack-like
2019-05-15 Ralf JungRustup (#723)
2019-05-13 Ralf Jungmake HashMap test a bit nicer
2019-05-02 Oliver SchererMerge pull request #720 from RalfJung/rustup
2019-05-01 Ralf Jungfix tests for latest Rust
2019-04-30 Ralf JungMerge pull request #719 from RalfJung/stacked-borrows-2
2019-04-30 Ralf Jungadd arielby's example
2019-04-22 Oliver SchererMerge pull request #702 from RalfJung/exit
2019-04-22 Ralf JungMerge branch 'master' into exit
2019-04-21 Ralf JungMerge pull request #710 from RalfJung/travis
2019-04-21 Ralf JungTravis: test cargo miri on foreign arch
2019-04-21 Ralf JungMerge pull request #708 from RalfJung/alloc-tests
2019-04-21 Ralf Jungtest System/Global allocator API: alloc_zeroed, realloc
2019-04-21 Ralf Jungfix compile-fail ref files
2019-04-21 Ralf Jungimplement exit
2019-04-21 Ralf JungMerge branch 'master' into dev
2019-04-19 Ralf JungMerge pull request #697 from RalfJung/linked-list
2019-04-19 Ralf Jungadd LinkedList test and mention the bug Miri found...
2019-04-19 Oliver SchererMerge pull request #699 from RalfJung/stacked-borrows-2
2019-04-19 Ralf Jungtest another version of 'creating a shared ref must...
2019-04-18 Ralf JungMerge pull request #698 from RalfJung/stacked-borrows-2
2019-04-18 Ralf JungMerge branch 'master' into stacked-borrows-2
2019-04-18 Ralf JungMerge pull request #696 from TimDiekmann/realloc
2019-04-18 Tim DiekmannAdd handling for `nullptr` and `size == 0`
2019-04-18 Ralf Jungtest that creating a 2nd mutable ref from a NonNull...
2019-04-18 Tim DiekmannMerge branch 'master' into realloc
2019-04-18 Ralf JungMerge pull request #695 from RalfJung/stacked-borrows-2
2019-04-17 Tim DiekmannAdd `realloc`
2019-04-17 Ralf Jungmore tests -- also one showing why we are not done yet
2019-04-17 Ralf Jungadd tests for fixes: sharing no longer leaks, and we...
2019-04-17 Ralf Jungbarriers are dead, long live protectors -- this enables...
2019-04-17 Ralf Jungtest creating two raw pointers from the same mutable ref
2019-04-17 Ralf Jungorganize stacked borrows run-pass tests
2019-04-17 Ralf Jungtry to test the problematic cast-to-raw case... unfortu...
2019-04-17 Ralf Jungadjust compile-fail error messages
2019-04-17 Ralf Jungmake run-pass tests pass. tweak how we remove barriers.
2019-04-17 Ralf JungMerge pull request #692 from RalfJung/rand
2019-04-16 Ralf JungMerge branch 'master' into rand
2019-04-16 Oliver SchererMerge pull request #691 from RalfJung/pragmatic-ptr-eq
2019-04-16 Ralf Jungfix compile-fail test
2019-04-16 Ralf Jungtweak entropy tests a bit
2019-04-16 Ralf Jungbe pragmatic about ptr-int comparisons, for now
2019-04-14 Ralf JungMerge pull request #690 from RalfJung/rustup
2019-04-14 Ralf Jungrustup
2019-04-12 Ralf JungMerge pull request #688 from RalfJung/rustup
2019-04-12 Ralf Jungrustup
2019-04-11 Ralf JungMerge pull request #680 from RalfJung/miri-unsized
2019-04-11 Ralf JungMerge remote-tracking branch 'origin/master'
2019-04-10 Ralf Jungfix async-fn test
2019-04-10 Ralf JungMerge pull request #683 from Aaron1011/feature/random
2019-04-10 Aaron HillDon't create HashMap<K, V> when not needed
2019-04-09 Oliver SchererMerge branch 'master' into feature/random
2019-04-09 Aaron HillFix compile-fail error message
2019-04-09 Aaron HillUse 'ignore-' instead of 'only-'
2019-04-09 Aaron HillOnly run 'getrandom' test on Linux
2019-04-09 Aaron HillOS X is "macos", not "darwin"
2019-04-09 Aaron HillDisable normal HashMap test on OS X
next