index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
run-pass
Age
Commit message (
Expand
)
Author
Lines
2017-08-30
Rustup (generator support)
Oliver Schneider
-0
/
+65
2017-08-29
test new From instances for Rc
Ralf Jung
-2
/
+18
2017-08-29
Mir optimizations treat single variant enums as structs
Oliver Schneider
-0
/
+20
2017-08-29
Get some more rustc tests working
Oliver Schneider
-0
/
+20
2017-08-29
Fix panic in subslice patterns of arrays (fixes #276)
Oliver Schneider
-0
/
+14
2017-08-28
Merge branch 'master' into priroda
Oliver Schneider
-9
/
+0
2017-08-28
Mir validation can't cope with `mem::uninitialized::<SomeEnum>()`
Oliver Schneider
-0
/
+3
2017-08-28
Add a regression test for #313
Oliver Schneider
-0
/
+14
2017-08-27
rustc #43457 got fixed, we can enable more tests
Ralf Jung
-9
/
+0
2017-08-24
Handle closures in get_field_ty
Ralf Jung
-0
/
+10
2017-08-18
Add a test demonstrating the limitations of our lfietime resolution
Ralf Jung
-0
/
+30
2017-08-12
fix warnings; make test suite pass again
Ralf Jung
-3
/
+3
2017-08-09
Work on making validation test pass again
Ralf Jung
-9
/
+3
2017-08-08
Implement packed statics
Oliver Schneider
-0
/
+10
2017-08-07
Re-do memory locking (again). Now with proper support for multiple independe...
Ralf Jung
-0
/
+36
2017-08-04
Merge pull request #286 from RalfJung/mir-validate
Ralf Jung
-0
/
+12
2017-08-04
Rustc reorders fields, but miri expects them in source order
Oliver Schneider
-0
/
+45
2017-08-03
make test suite MIR validation aware. run-pass passes with and without fullmi...
Ralf Jung
-0
/
+12
2017-07-26
make force_allocation handle packed ByValPair
Ralf Jung
-1
/
+2
2017-07-26
Merge pull request #272 from oli-obk/mir-validate
Oliver Schneider
-0
/
+1
2017-07-25
more hacks to make test cases pass
Ralf Jung
-0
/
+1
2017-07-25
Test that &* of a dangling (and even unaligned) ptr is okay
Ralf Jung
-0
/
+7
2017-07-21
fix casting integers to pointers
Ralf Jung
-0
/
+3
2017-07-20
Also test optimized MIR
Oliver Schneider
-0
/
+4
2017-07-19
enable test code that passes just fine
Ralf Jung
-2
/
+1
2017-07-13
packed structs: test unsize coercions
Ralf Jung
-0
/
+23
2017-07-12
track alignment also for ByRef values
Ralf Jung
-0
/
+20
2017-07-12
Re-do packed memory accesses
Ralf Jung
-1
/
+4
2017-07-10
update for latest nightly
Ralf Jung
-4
/
+0
2017-07-03
make u128 test work (commenting out the use of checked_shl)
Ralf Jung
-82
/
+0
2017-06-24
make sure that 'identity casting' works
Ralf Jung
-2
/
+2
2017-06-23
Remove the zst allocation
Oliver Schneider
-2
/
+0
2017-06-22
permit bit-anding in pointer values below the alignment
Ralf Jung
-0
/
+37
2017-06-22
implement _nonzero intrinsics
Ralf Jung
-0
/
+37
2017-06-21
test HashMap creation in libstd-MIR, and make it work again
Ralf Jung
-19
/
+0
2017-06-21
add test for function pointer offsets
Ralf Jung
-1
/
+1
2017-06-21
permit integer addition and subtraction on ptr-integers
Ralf Jung
-1
/
+18
2017-06-21
expand thread-local storage tests to cover dtor order and re-running dtors
Ralf Jung
-18
/
+67
2017-06-21
The latest nightly doesn't expose as much MIR anymore as it used to
Oliver Schneider
-129
/
+0
2017-06-21
Add fullmir tests
Oliver Schneider
-141
/
+0
2017-06-20
Enable more zst writes and reads
Oliver Schneider
-0
/
+141
2017-06-20
Use PrimVal instead of Pointer where applicable
Oliver Schneider
-0
/
+86
2017-06-20
Fix unions
Oliver Schneider
-0
/
+81
2017-06-20
update compiletest and remove obsolete comment
David Renshaw
-1
/
+0
2017-06-12
test the Rc::{into,from}_raw roundtrip
Ralf Jung
-0
/
+10
2017-06-12
Fix some clippy warnings
Oliver Schneider
-1
/
+1
2017-06-11
enable a test that was accidentally left disabled
Ralf Jung
-4
/
+2
2017-06-08
fix comment in aux_test
Ralf Jung
-1
/
+2
2017-06-06
fix issue 184 by marking the destination as a packed struct
David Renshaw
-0
/
+4
2017-06-05
Add some more tests involving Offset/arith_offset and ZST pointers
Ralf Jung
-0
/
+21
[next]