]> git.lizzy.rs Git - rust.git/history - tests
dont add the -Zmiri-seed flag twice
[rust.git] / tests /
2019-07-03 Ralf Jungdont add the -Zmiri-seed flag twice
2019-07-02 Ralf Jungrun all run-pass tests with intrptrcast. makes many...
2019-07-02 borsAuto merge of #819 - RalfJung:test-name, r=RalfJung
2019-07-02 Ralf Jungfix outdated test name: overalign -> align
2019-07-01 borsAuto merge of #815 - RalfJung:memory-audit, r=RalfJung
2019-06-30 borsAuto merge of #809 - RalfJung:intptrcast, r=RalfJung
2019-06-30 Ralf Jungtest even more size-alignment combinations. found a...
2019-06-30 Ralf Jungfix minimal alignment for system allocation functions
2019-06-30 Ralf Jungfix setting rustc flags
2019-06-30 borsAuto merge of #806 - varkor:patch-1, r=RalfJung
2019-06-30 Ralf JungMiri is not deterministic any more
2019-06-30 Ralf Junguse intptrcast for heap_allocator test; then it should...
2019-06-30 borsAuto merge of #807 - RalfJung:test-name, r=RalfJung
2019-06-30 Ralf Jungimprove comment
2019-06-30 Ralf Jungbetter name for a test: threads -> sync
2019-06-30 varkorFix `unused_must_use` inside `Box`
2019-06-30 borsAuto merge of #804 - RalfJung:intptrcast, r=RalfJung
2019-06-30 Ralf Jungfix comparing function pointers with intptrcast
2019-06-30 borsAuto merge of #801 - RalfJung:num_cpus, r=RalfJung
2019-06-29 borsAuto merge of #795 - RalfJung:intptrcast, r=RalfJung
2019-06-29 Ralf Jungmake sure we catch alignment problems even with intrptrcast
2019-06-28 borsAuto merge of #798 - RalfJung:format-ptr, r=RalfJung
2019-06-28 Ralf Jungtest pointer string formatting
2019-06-26 borsAuto merge of #779 - christianpoveda:intptrcast-model...
2019-06-26 Christian PovedaFix alignment of base addresses
2019-06-25 Christian PovedaFix merge conflicts
2019-06-24 borsAuto merge of #787 - RalfJung:pointer-checks, r=RalfJung
2019-06-24 Ralf JungApply suggestions from code review
2019-06-24 Ralf Jungexpand and better explain alignment check tests
2019-06-23 Ralf Jungadjust for refactored memory pointer checks
2019-06-22 Christian PovedaForce intptrcast for binary operations
2019-06-21 Christian PovedaDuplicate compile-fail tests for intptrcast
2019-06-21 borsAuto merge of #782 - RalfJung:generator, r=RalfJung
2019-06-21 Ralf Jungadd a failing test where an immovable generator gets...
2019-06-21 Oliver SchererMerge branch 'master' into master
2019-06-21 Ralf JungMerge pull request #777 from RalfJung/rustup
2019-06-20 Ralf JungMerge branch 'master' into rustup
2019-06-20 Ralf JungMerge branch 'master' into patch-1
2019-06-20 Ralf Jungallow some inequality comparisons between pointers...
2019-06-17 Oliver SchererMerge pull request #776 from RalfJung/intrinsics
2019-06-16 Ralf Jungimplement and test unchecked_{add,sub,mul} intrinsics
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
next