about summary refs log tree commit diff
path: root/miri
AgeCommit message (Expand)AuthorLines
2017-08-29Add at least the program name argument in order to get rustc tests a little f...Oliver Schneider-4/+11
2017-08-29Get some more rustc tests workingOliver Schneider-0/+1
2017-08-28Get rid of env var race condition once and for allOliver Schneider-7/+21
2017-08-28Merge remote-tracking branch 'origin/master' into memoryOliver Schneider-6/+3
2017-08-28Remove some unused `extern crate`Oliver Schneider-3/+0
2017-08-28Make some things public that are required by prirodaOliver Schneider-3/+3
2017-08-25refactor memory write API to match read APIRalf Jung-3/+3
2017-08-25memory: make sure we check non-NULL/undef even fore 0-sized accessesRalf Jung-2/+2
2017-08-24Refactoring: Couple values and types into an object when passed around togetherOliver Schneider-142/+120
2017-08-10rustfmtRalf Jung-255/+624
2017-08-09rename `memory::Kind` to `memory::MemoryKind`Oliver Schneider-20/+20
2017-08-08c_int != usizeOliver Schneider-2/+3
2017-08-08Implement packed staticsOliver Schneider-9/+9
2017-08-08Always allocate for globalsOliver Schneider-14/+12
2017-08-04only collect backtrace when RUST_BACKTRACE is set; resolve symbols lazily whe...Ralf Jung-2/+2
2017-08-02Produce backtraces for miri internalsOliver Schneider-52/+53
2017-08-01Add a better error message than `syscall 318 not found`Oliver Schneider-0/+6
2017-08-01Address commentsOliver Schneider-41/+43
2017-08-01Remove leftover unused fileOliver Schneider-518/+0
2017-08-01Move tls code to its own fileOliver Schneider-87/+101
2017-08-01Allow machines to create new memory kindsOliver Schneider-9/+53
2017-08-01Move all intrinsics out of `interpret` and fail CTFE on intrinsic callsOliver Schneider-0/+626
2017-08-01Reduce the chance of accidentally calling functions in CTFEOliver Schneider-10/+574
2017-08-01Move more non-CTFE operations to the MachineOliver Schneider-0/+169
2017-08-01Split "new" miri crate into modulesOliver Schneider-504/+524
2017-08-01Implement the first machine functionOliver Schneider-1/+779
2017-08-01Split up miri into the librustc_mir and bin partsOliver Schneider-0/+390