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
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
Get rid of env var race condition once and for all
Oliver Schneider
-4
/
+3
2017-08-28
Merge remote-tracking branch 'origin/master' into memory
Oliver Schneider
-18
/
+20
2017-08-28
Merge branch 'master' into priroda
Oliver Schneider
-18
/
+3
2017-08-28
Turn off validation for some compile-fail tests
Oliver Schneider
-0
/
+6
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
-21
/
+0
2017-08-26
Merge branch 'master' into memory
Ralf Jung
-3
/
+11
2017-08-26
reorder lets so that build_dir is deleted last
Ralf Jung
-3
/
+3
2017-08-26
use tempdir to create a dedicated directory for each test
Ralf Jung
-3
/
+11
2017-08-25
move tests with MIR-opt to their own function we we can run them separately
Ralf Jung
-8
/
+15
2017-08-25
refactor memory read API: provide only size-based, no type-based methods
Ralf Jung
-0
/
+4
2017-08-25
memory: make sure we check non-NULL/undef even fore 0-sized accesses
Ralf Jung
-2
/
+2
2017-08-24
Handle closures in get_field_ty
Ralf Jung
-0
/
+10
2017-08-18
add another compile-fail test for validation
Ralf Jung
-0
/
+20
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-11
enable a test that waited for a rustc fix
Ralf Jung
-2
/
+1
2017-08-10
Update compiletest.rs
Oliver Schneider
-1
/
+3
2017-08-10
Get the test suite working inside the rustc test suite
Oliver Schneider
-6
/
+35
2017-08-10
rustfmt
Ralf Jung
-11
/
+24
2017-08-09
add a bunch of compile-fail tests for validation
Ralf Jung
-0
/
+115
2017-08-09
analyzing hashmap.rs uncovered a deeper problem; disable validation there for...
Ralf Jung
-0
/
+2
2017-08-09
integer-ops needs a rustc patch to work again
Ralf Jung
-2
/
+3
2017-08-09
Work on making validation test pass again
Ralf Jung
-0
/
+5
2017-08-09
add some tests making sure we get the alias checking right
Ralf Jung
-0
/
+30
2017-08-08
Implement packed statics
Oliver Schneider
-0
/
+10
2017-08-08
Split the alloc id address space into functions and normal allocs
Oliver Schneider
-1
/
+1
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
-1
/
+49
2017-08-04
Rustc reorders fields, but miri expects them in source order
Oliver Schneider
-0
/
+45
2017-08-03
selectively disable validation in compile-fail where appropriate. cargo test ...
Ralf Jung
-0
/
+21
2017-08-03
for now, disable validation on optimized tests -- inlining breaks validation
Ralf Jung
-1
/
+2
2017-08-03
Let -Zmir-emit-validate also control whether miri even acts on the validation...
Ralf Jung
-0
/
+9
2017-08-03
make test suite MIR validation aware. run-pass passes with and without fullmi...
Ralf Jung
-1
/
+18
2017-08-03
Merge pull request #280 from solson/archeology
Oliver Schneider
-2
/
+4
2017-08-03
actually, we can use a plain constant
Ralf Jung
-6
/
+4
2017-08-03
no need to do run-time formatting
Ralf Jung
-3
/
+3
2017-08-03
Add a build script to inform the binary about its profile, and use that in th...
Ralf Jung
-6
/
+5
2017-08-02
fix size_of_val on unsized tuples
Ralf Jung
-0
/
+2
2017-08-02
Choose release miri for release tests
Oliver Schneider
-2
/
+7
2017-08-02
Add a test for untagged unions
Oliver Schneider
-0
/
+21
2017-08-01
Allow machines to create new memory kinds
Oliver Schneider
-1
/
+1
2017-08-01
Split up miri into the librustc_mir and bin parts
Oliver Schneider
-6
/
+6
2017-07-26
make force_allocation handle packed ByValPair
Ralf Jung
-1
/
+2
[next]