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
/
miri
Age
Commit message (
Expand
)
Author
Lines
2017-08-29
Add at least the program name argument in order to get rustc tests a little f...
Oliver Schneider
-4
/
+11
2017-08-29
Get some more rustc tests working
Oliver Schneider
-0
/
+1
2017-08-28
Get rid of env var race condition once and for all
Oliver Schneider
-7
/
+21
2017-08-28
Merge remote-tracking branch 'origin/master' into memory
Oliver Schneider
-6
/
+3
2017-08-28
Remove some unused `extern crate`
Oliver Schneider
-3
/
+0
2017-08-28
Make some things public that are required by priroda
Oliver Schneider
-3
/
+3
2017-08-25
refactor memory write API to match read API
Ralf Jung
-3
/
+3
2017-08-25
memory: make sure we check non-NULL/undef even fore 0-sized accesses
Ralf Jung
-2
/
+2
2017-08-24
Refactoring: Couple values and types into an object when passed around together
Oliver Schneider
-142
/
+120
2017-08-10
rustfmt
Ralf Jung
-255
/
+624
2017-08-09
rename `memory::Kind` to `memory::MemoryKind`
Oliver Schneider
-20
/
+20
2017-08-08
c_int != usize
Oliver Schneider
-2
/
+3
2017-08-08
Implement packed statics
Oliver Schneider
-9
/
+9
2017-08-08
Always allocate for globals
Oliver Schneider
-14
/
+12
2017-08-04
only collect backtrace when RUST_BACKTRACE is set; resolve symbols lazily whe...
Ralf Jung
-2
/
+2
2017-08-02
Produce backtraces for miri internals
Oliver Schneider
-52
/
+53
2017-08-01
Add a better error message than `syscall 318 not found`
Oliver Schneider
-0
/
+6
2017-08-01
Address comments
Oliver Schneider
-41
/
+43
2017-08-01
Remove leftover unused file
Oliver Schneider
-518
/
+0
2017-08-01
Move tls code to its own file
Oliver Schneider
-87
/
+101
2017-08-01
Allow machines to create new memory kinds
Oliver Schneider
-9
/
+53
2017-08-01
Move all intrinsics out of `interpret` and fail CTFE on intrinsic calls
Oliver Schneider
-0
/
+626
2017-08-01
Reduce the chance of accidentally calling functions in CTFE
Oliver Schneider
-10
/
+574
2017-08-01
Move more non-CTFE operations to the Machine
Oliver Schneider
-0
/
+169
2017-08-01
Split "new" miri crate into modules
Oliver Schneider
-504
/
+524
2017-08-01
Implement the first machine function
Oliver Schneider
-1
/
+779
2017-08-01
Split up miri into the librustc_mir and bin parts
Oliver Schneider
-0
/
+390