about summary refs log tree commit diff
path: root/tests/run-pass
AgeCommit message (Expand)AuthorLines
2017-08-30Rustup (generator support)Oliver Schneider-0/+65
2017-08-29test new From instances for RcRalf Jung-2/+18
2017-08-29Mir optimizations treat single variant enums as structsOliver Schneider-0/+20
2017-08-29Get some more rustc tests workingOliver Schneider-0/+20
2017-08-29Fix panic in subslice patterns of arrays (fixes #276)Oliver Schneider-0/+14
2017-08-28Merge branch 'master' into prirodaOliver Schneider-9/+0
2017-08-28Mir validation can't cope with `mem::uninitialized::<SomeEnum>()`Oliver Schneider-0/+3
2017-08-28Add a regression test for #313Oliver Schneider-0/+14
2017-08-27rustc #43457 got fixed, we can enable more testsRalf Jung-9/+0
2017-08-24Handle closures in get_field_tyRalf Jung-0/+10
2017-08-18Add a test demonstrating the limitations of our lfietime resolutionRalf Jung-0/+30
2017-08-12fix warnings; make test suite pass againRalf Jung-3/+3
2017-08-09Work on making validation test pass againRalf Jung-9/+3
2017-08-08Implement packed staticsOliver Schneider-0/+10
2017-08-07Re-do memory locking (again). Now with proper support for multiple independe...Ralf Jung-0/+36
2017-08-04Merge pull request #286 from RalfJung/mir-validateRalf Jung-0/+12
2017-08-04Rustc reorders fields, but miri expects them in source orderOliver Schneider-0/+45
2017-08-03make test suite MIR validation aware. run-pass passes with and without fullmi...Ralf Jung-0/+12
2017-07-26make force_allocation handle packed ByValPairRalf Jung-1/+2
2017-07-26Merge pull request #272 from oli-obk/mir-validateOliver Schneider-0/+1
2017-07-25more hacks to make test cases passRalf Jung-0/+1
2017-07-25Test that &* of a dangling (and even unaligned) ptr is okayRalf Jung-0/+7
2017-07-21fix casting integers to pointersRalf Jung-0/+3
2017-07-20Also test optimized MIROliver Schneider-0/+4
2017-07-19enable test code that passes just fineRalf Jung-2/+1
2017-07-13packed structs: test unsize coercionsRalf Jung-0/+23
2017-07-12track alignment also for ByRef valuesRalf Jung-0/+20
2017-07-12Re-do packed memory accessesRalf Jung-1/+4
2017-07-10update for latest nightlyRalf Jung-4/+0
2017-07-03make u128 test work (commenting out the use of checked_shl)Ralf Jung-82/+0
2017-06-24make sure that 'identity casting' worksRalf Jung-2/+2
2017-06-23Remove the zst allocationOliver Schneider-2/+0
2017-06-22permit bit-anding in pointer values below the alignmentRalf Jung-0/+37
2017-06-22implement _nonzero intrinsicsRalf Jung-0/+37
2017-06-21test HashMap creation in libstd-MIR, and make it work againRalf Jung-19/+0
2017-06-21add test for function pointer offsetsRalf Jung-1/+1
2017-06-21permit integer addition and subtraction on ptr-integersRalf Jung-1/+18
2017-06-21expand thread-local storage tests to cover dtor order and re-running dtorsRalf Jung-18/+67
2017-06-21The latest nightly doesn't expose as much MIR anymore as it used toOliver Schneider-129/+0
2017-06-21Add fullmir testsOliver Schneider-141/+0
2017-06-20Enable more zst writes and readsOliver Schneider-0/+141
2017-06-20Use PrimVal instead of Pointer where applicableOliver Schneider-0/+86
2017-06-20Fix unionsOliver Schneider-0/+81
2017-06-20update compiletest and remove obsolete commentDavid Renshaw-1/+0
2017-06-12test the Rc::{into,from}_raw roundtripRalf Jung-0/+10
2017-06-12Fix some clippy warningsOliver Schneider-1/+1
2017-06-11enable a test that was accidentally left disabledRalf Jung-4/+2
2017-06-08fix comment in aux_testRalf Jung-1/+2
2017-06-06fix issue 184 by marking the destination as a packed structDavid Renshaw-0/+4
2017-06-05Add some more tests involving Offset/arith_offset and ZST pointersRalf Jung-0/+21