]> git.lizzy.rs Git - rust.git/history - miri
Fix allocator api and temporarily disable validation_op
[rust.git] / miri /
2018-05-07 bjorn3Fix allocator api and temporarily disable validation_op
2018-05-03 Alexander RegueiroFixed build for latest nightly
2018-05-03 Alexander RegueiroMinor fix to get build working
2018-05-01 Oliver SchneiderMerge pull request #370 from alexreg/nightly-fix
2018-05-01 Alexander RegueiroFixed build for latest nightly
2018-05-01 Oliver SchneiderMerge pull request #367 from bjorn3/rustup2
2018-05-01 bjorn3Rustup to rustc 1.27.0-nightly (79252ff4e 2018-04-29)
2018-04-17 Oliver SchneiderRustup
2018-04-13 Oliver SchneiderMirror function rename in rustc
2018-04-13 Oliver SchneiderFixup various things needed to get miri working on...
2018-04-13 bjorn3Update Cargo.lock and some improvements
2018-04-13 bjorn3Some cleanups
2018-04-13 bjorn3Remove unsafe code
2018-04-13 bjorn3Fix some more tests with some unsafe code
2018-04-13 bjorn3Fix it
2018-04-13 bjorn3Fix init_static
2018-04-13 bjorn3Maybe prevent marking statics as immutable
2018-04-13 bjorn3Hack: copy init_static from rustc CompileTimeEvaluator...
2018-04-13 bjorn3Use elem align as src align in copy intrinsic
2018-04-13 bjorn3Dont claim to have marked static initialized
2018-04-13 bjorn3Fix alignment issue
2018-04-13 Oliver SchneiderGet the tests one step further
2018-04-13 bjorn3Add stack guard shim
2018-04-13 bjorn3Rustup
2018-01-15 David Renshawpartially deal with rust/46479
2018-01-15 David Renshawupdate for rust/47205
2018-01-06 David Renshawupdate log deps
2018-01-02 David Renshawpass typecheck
2017-12-19 Oliver SchneiderMerge branch 'master' into def_ty
2017-12-17 Ariel Ben-Yehudastop using Instance::def_ty
2017-12-15 Oliver SchneiderMerge pull request #355 from solson/upstreamed
2017-12-15 Oliver SchneiderUpdate to some cleanups in rustc
2017-12-14 Oliver SchneiderMove validation from rustc to miri
2017-12-06 Oliver SchneiderRemove type_size and type_align calls
2017-12-06 Oliver SchneiderRename lvalue to place
2017-12-05 Oliver SchneiderUpdate to latest rustc changes
2017-11-27 Oliver SchneiderUse correct alignment
2017-11-21 Oliver SchneiderRustup after layout optimizations
2017-11-02 Oliver SchneiderRustup
2017-10-16 Oliver SchneiderRustup
2017-10-12 Oliver SchneiderUse host floats for the intrinsics that we don't have...
2017-10-06 Oliver SchneiderUse numbers instead of indentations
2017-10-06 Oliver SchneiderMiri core has moved to rustc::mir::interpret
2017-09-27 Oliver SchneiderMerge pull request #351 from RalfJung/exchange_malloc
2017-09-25 Ralf Junguse exchange_malloc lang item for Box statements
2017-09-17 Oliver SchneiderMerge pull request #334 from solson/windows
2017-09-16 Oliver SchneiderMerge branch 'master' into windows
2017-09-16 Oliver SchneiderAdd windows support
2017-09-16 Ralf JungMerge pull request #344 from RalfJung/test
2017-09-16 Ralf Jungget rid of the --miri_host_target hack
2017-09-16 Ralf JungMerge pull request #343 from RalfJung/tests
2017-09-16 Ralf JungMerge branch 'master' into tests
2017-09-16 Ralf Junguse ui test mode rather than mir-opt
2017-09-15 Oliver SchneiderMerge pull request #340 from solson/babysteps
2017-09-15 Oliver SchneiderRemove `#[linkage(foo)]` statics from core miri
2017-09-14 Ralf JungMerge pull request #337 from RalfJung/rustup
2017-09-14 Ralf Jungrustup
2017-09-09 Ralf JungMerge pull request #332 from solson/rustup
2017-09-09 Oliver Schneiderrustup
2017-09-04 Ralf JungMerge pull request #324 from oli-obk/align_offset
2017-09-04 Ralf JungMerge branch 'master' into align_offset
2017-09-01 Oliver SchneiderImplement `align_offset` intrinsic and thus enabling...
2017-08-29 Oliver SchneiderMerge pull request #320 from oli-obk/memory
2017-08-29 Oliver SchneiderAdd at least the program name argument in order to...
2017-08-29 Oliver SchneiderMerge pull request #319 from oli-obk/memory
2017-08-29 Oliver SchneiderGet some more rustc tests working
2017-08-29 Oliver SchneiderMerge pull request #311 from RalfJung/memory
2017-08-28 Oliver SchneiderGet rid of env var race condition once and for all
2017-08-28 Oliver SchneiderMerge remote-tracking branch 'origin/master' into memory
2017-08-28 Oliver SchneiderMerge pull request #316 from solson/priroda
2017-08-28 Oliver SchneiderMerge branch 'master' into priroda
2017-08-28 Oliver SchneiderRemove some unused `extern crate`
2017-08-28 Oliver SchneiderMake some things public that are required by priroda
2017-08-26 Oliver SchneiderMerge branch 'master' into memory
2017-08-26 Ralf JungMerge branch 'master' into memory
2017-08-25 Ralf Jungrefactor memory write API to match read API
2017-08-25 Ralf Jungmemory: make sure we check non-NULL/undef even fore...
2017-08-24 Oliver SchneiderMerge pull request #309 from oli-obk/libstd
2017-08-24 Oliver SchneiderMerge branch 'master' into libstd
2017-08-24 Oliver SchneiderRefactoring: Couple values and types into an object...
2017-08-10 Oliver SchneiderMerge pull request #299 from RalfJung/rustfmt
2017-08-10 Ralf Jungrustfmt
2017-08-09 Oliver SchneiderMerge pull request #292 from oli-obk/static_alloc_ids
2017-08-09 Oliver Schneiderrename `memory::Kind` to `memory::MemoryKind`
2017-08-08 Oliver Schneiderc_int != usize
2017-08-08 Oliver SchneiderImplement packed statics
2017-08-08 Oliver SchneiderAlways allocate for globals
2017-08-05 Oliver SchneiderMerge pull request #283 from RalfJung/backtrace
2017-08-04 Ralf Jungonly collect backtrace when RUST_BACKTRACE is set;...
2017-08-04 Ralf Jungmake test suite MIR validation aware. run-pass passes...
2017-08-04 Ralf Jungwith the new 'limited validation when there is unsafe...
2017-08-04 Ralf JungRevert "disable validation code so that it all compiles...
2017-08-03 Oliver SchneiderMerge pull request #280 from solson/archeology
2017-08-02 Oliver SchneiderProduce backtraces for miri internals
2017-08-02 Eduard-Mihai BurtescuMerge pull request #278 from solson/unions
2017-08-02 Oliver SchneiderMerge pull request #268 from oli-obk/upstream
2017-08-01 Oliver SchneiderAdd a better error message than `syscall 318 not found`
2017-08-01 Oliver SchneiderAddress comments
2017-08-01 Oliver SchneiderRemove leftover unused file
2017-08-01 Oliver SchneiderMove tls code to its own file
next