]> git.lizzy.rs Git - rust.git/history - tests
Add a test for untagged unions
[rust.git] / tests /
2017-08-02 Oliver SchneiderAdd a test for untagged unions
2017-08-01 Oliver SchneiderAllow machines to create new memory kinds
2017-08-01 Oliver SchneiderSplit up miri into the librustc_mir and bin parts
2017-07-31 Oliver SchneiderMerge pull request #274 from RalfJung/packed2
2017-07-27 Ralf Jungmake force_allocation handle packed ByValPair
2017-07-26 Oliver SchneiderMerge pull request #272 from oli-obk/mir-validate
2017-07-26 Oliver SchneiderMerge pull request #273 from RalfJung/ref
2017-07-26 Ralf Jungmore hacks to make test cases pass
2017-07-26 Ralf JungTest that &* of a dangling (and even unaligned) ptr...
2017-07-24 Oliver SchneiderMerge pull request #267 from RalfJung/cast
2017-07-22 Ralf Jungfix casting integers to pointers
2017-07-21 Oliver SchneiderMerge pull request #258 from oli-obk/upstream
2017-07-21 Oliver SchneiderPrep miri repository for rustc merger
2017-07-21 Oliver SchneiderMerge pull request #266 from RalfJung/align
2017-07-20 Ralf Jungalways test alignment in memory.rs
2017-07-20 Oliver SchneiderMerge pull request #265 from oli-obk/optimize_prime
2017-07-20 Oliver SchneiderAlso test optimized MIR
2017-07-20 Oliver SchneiderMerge pull request #264 from oli-obk/paths
2017-07-20 Oliver SchneiderMerge pull request #260 from RalfJung/tests
2017-07-20 Eduard-Mihai BurtescuMerge pull request #262 from RalfJung/never
2017-07-20 Oliver SchneiderMove rustc tests from tests to a binary, since they...
2017-07-20 Oliver SchneiderMerge pull request #259 from RalfJung/ref-validate
2017-07-20 Ralf Jungremove ad-hoc 'never' type check in read_lvalue
2017-07-20 Ralf Jungadd test for misaligned pointer loads
2017-07-19 Ralf Jungsplit up the test suite
2017-07-19 Ralf Jungenable test code that passes just fine
2017-07-19 Ralf JungNo longer check aligment and non-NULLness on `&`
2017-07-19 Oliver SchneiderMerge pull request #257 from oli-obk/cleanups
2017-07-18 Oliver SchneiderMerge pull request #254 from RalfJung/dangling
2017-07-18 Ralf Jungremove reundant dangling checks in {r,d}eallocate
2017-07-18 Oliver SchneiderMerge pull request #245 from oli-obk/funky_allocs
2017-07-14 Oliver SchneiderFix static mutation tests
2017-07-14 Oliver SchneiderRemove duplicate test
2017-07-14 Oliver SchneiderEnsure that it is not possible to explicitly free stack...
2017-07-14 Oliver SchneiderMerge pull request #247 from RalfJung/packed
2017-07-13 Ralf Jungpacked structs: test unsize coercions
2017-07-13 Oliver SchneiderMerge pull request #248 from RalfJung/pointer-games
2017-07-13 Ralf Jungtrack alignment also for ByRef values
2017-07-13 Ralf JungMemory::read_ptr has to check for relocations on the...
2017-07-13 Ralf JungRe-do packed memory accesses
2017-07-12 Oliver SchneiderMerge pull request #241 from solson/rustc_integration
2017-07-12 Oliver SchneiderMerge pull request #242 from solson/various
2017-07-12 Oliver SchneiderAdd tests for #113
2017-07-12 Oliver SchneiderMerge pull request #238 from RalfJung/tests
2017-07-11 Ralf JungAdd a test for using a too big alignment on reallocate
2017-07-11 Oliver SchneiderMerge pull request #237 from RalfJung/reallocate
2017-07-10 Ralf Jungupdate tests for new allocator API
2017-07-10 Ralf Jungupdate for latest nightly
2017-07-10 Ralf Jungsimplify reallocate
2017-07-05 Oliver SchneiderMerge pull request #234 from RalfJung/reallocate
2017-07-04 Oliver SchneiderMerge pull request #232 from oli-obk/master
2017-07-04 Oliver SchneiderMerge pull request #235 from RalfJung/intrinsics
2017-07-04 Oliver SchneiderMerge pull request #233 from RalfJung/transmute
2017-07-04 Ralf Jungadd test for div-by-zero with the operator (rather...
2017-07-04 Ralf Jungcatch overflows that are hidden by first casting the...
2017-07-04 Ralf Jungcheck the assumptions made by the unchecked_ and copy_n...
2017-07-04 Ralf Jungimplement the unchecked_ intrinsics; add all the doctes...
2017-07-04 Ralf Jungmake u128 test work (commenting out the use of checked_shl)
2017-07-03 Ralf Jungvalidate size and alignment on reallocate and deallocate
2017-07-03 Ralf Jungfix test on i686
2017-07-03 Ralf Jungproperly check for: double-free, use-after-reallocate
2017-07-03 Ralf JungFix transmute on ByValPair
2017-06-28 Oliver SchneiderMerge pull request #220 from oli-obk/undo_single_field_opt
2017-06-28 Oliver SchneiderMerge pull request #221 from dwrensha/rustup
2017-06-28 David Renshawupdate tests for new error message
2017-06-27 Oliver SchneiderSimplify all the code
2017-06-24 Oliver SchneiderMerge pull request #210 from RalfJung/ptrcast
2017-06-24 Ralf Jungremove redundant test
2017-06-24 Ralf Jungmake sure that 'identity casting' works
2017-06-24 Ralf Jungcheck alignment of pointers on Ref
2017-06-24 Ralf Junghandle ptr-int casts explicitly in cast.rs
2017-06-24 Ralf JungMake sure that casting a ptr-integer down to u8 makes...
2017-06-24 Eduard-Mihai BurtescuMerge pull request #215 from oli-obk/master
2017-06-24 Oliver SchneiderMake zst compile-fail tests more readable
2017-06-23 Oliver SchneiderMerge pull request #212 from oli-obk/zero_sense_types
2017-06-23 Oliver SchneiderEnsure tests run with and without full MIR
2017-06-23 Oliver SchneiderRemove the zst allocation
2017-06-23 Oliver SchneiderMerge pull request #209 from RalfJung/ptrs
2017-06-22 Ralf Jungadd some compile-fail tests
2017-06-22 Ralf Jungpermit bit-anding in pointer values below the alignment
2017-06-22 Ralf Jungimplement _nonzero intrinsics
2017-06-22 Oliver SchneiderMerge pull request #203 from RalfJung/offset
2017-06-22 Ralf Jungpermit offsetting a NULL-ptr by 0, to fix hashmap test
2017-06-22 Oliver SchneiderMerge pull request #201 from oli-obk/test_suite_fails
2017-06-22 Oliver SchneiderUpdate regions-mock-trans.rs
2017-06-22 Oliver SchneiderUpdate foreign-fn-linkname.rs
2017-06-22 Oliver SchneiderMerge pull request #206 from RalfJung/ptrs
2017-06-22 Oliver SchneiderMerge pull request #205 from RalfJung/tests
2017-06-22 Ralf Jungtest HashMap creation in libstd-MIR, and make it work...
2017-06-22 Ralf Jungadd test for function pointer offsets
2017-06-22 Ralf Jungpermit integer addition and subtraction on ptr-integers
2017-06-22 Ralf Jungexpand thread-local storage tests to cover dtor order...
2017-06-21 Ralf Jungrun fullmir tests against rustc; add output explaining...
2017-06-21 Oliver SchneiderMerge pull request #200 from oli-obk/master
2017-06-21 Oliver SchneiderImplement `malloc` and `free`
2017-06-21 Oliver SchneiderStore env vars where necessary
2017-06-21 Oliver SchneiderAlso move some compile-fail tests to fullmir-only
2017-06-21 Oliver SchneiderThe latest nightly doesn't expose as much MIR anymore...
2017-06-21 Oliver SchneiderAdd fullmir tests
2017-06-20 Oliver SchneiderEnable more zst writes and reads
next