]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 bjorn3travis: cache build dir
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-31 David Renshawupdate compiletest dependency
2017-12-19 Oliver SchneiderMerge branch 'master' into def_ty
2017-12-17 Ariel Ben-Yehudastop using Instance::def_ty
2017-12-16 Eduard-Mihai... Merge pull request #358 from kennytm/master
2017-12-15 kennytmRemove the [workspace] section.
2017-12-15 Oliver SchneiderMerge pull request #355 from solson/upstreamed
2017-12-15 Oliver SchneiderUpdate to some cleanups in rustc
2017-12-15 Oliver SchneiderAlso update rustc_tests to unrelated rustc changes
2017-12-15 Oliver SchneiderWithout a Cargo.lock it makes no sense to use --locked
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-30 Oliver SchneiderCompiler bug
2017-11-27 Oliver SchneiderUse correct alignment
2017-11-27 Oliver SchneiderUpdate error messages
2017-11-21 Oliver SchneiderRustup after layout optimizations
2017-11-02 Oliver SchneiderRustup
2017-10-16 Oliver SchneiderRustup
2017-10-12 Oliver Schneiderrepeat expressions abort due to OOM instead of executio...
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 SchneiderUse rustc's logging libraries in order to be able to...
2017-10-06 Oliver SchneiderMiri core has moved to rustc::mir::interpret
2017-09-30 Oliver SchneiderMerge pull request #354 from king6cong/readme
2017-09-30 Oliver SchneiderMerge branch 'master' into readme
2017-09-30 Oliver SchneiderMerge pull request #353 from king6cong/master
2017-09-30 king6congupdate README.md
2017-09-30 king6congupdate trans_fulfill_obligation call signature
2017-09-27 Oliver SchneiderMerge pull request #351 from RalfJung/exchange_malloc
2017-09-25 Ralf Jungfix oom2 test
2017-09-25 Ralf Junguse exchange_malloc lang item for Box statements
2017-09-22 Eduard-Mihai... Merge pull request #350 from RalfJung/inhabited
2017-09-22 Ralf Jungget rid of ad-hoc inhabitedness test
2017-09-19 Oliver SchneiderMerge pull request #348 from RalfJung/tests
2017-09-19 Ralf Jungupdate compiletest
2017-09-18 Oliver SchneiderMerge pull request #347 from RalfJung/readme
2017-09-18 Ralf Jungfix AppVeyor URL
2017-09-18 Ralf JungREADME: show AppVeyor status
2017-09-18 Ralf JungMerge pull request #346 from solson/oli-obk-patch-3
2017-09-17 Oliver SchneiderOnly run appveyor on the master branch and on PRs
2017-09-17 Oliver SchneiderMerge pull request #334 from solson/windows
2017-09-16 Oliver SchneiderRun appveyor tests in release mode
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-16 Oliver SchneiderMerge pull request #342 from RalfJung/mir-validate
2017-09-16 Ralf Jungadd an undef validation test
2017-09-16 Ralf Jungvalidation: allow undef integers and raw pointers,...
2017-09-16 Ralf Jungvalidation: check that int, float etc. are not undef
2017-09-15 Oliver SchneiderMerge pull request #341 from solson/babysteps
2017-09-15 Oliver SchneiderUse rustc's APFloat impl instead of interpreter host...
2017-09-15 Oliver SchneiderMerge pull request #340 from solson/babysteps
2017-09-15 Oliver SchneiderRemove `#[linkage(foo)]` statics from core miri
2017-09-15 Oliver SchneiderMerge pull request #339 from RalfJung/rustup
2017-09-15 Ralf JungStorage{Live,Dead} in generators got fixed
2017-09-14 Ralf JungMerge pull request #337 from RalfJung/rustup
2017-09-14 Ralf Jungfix rustc_tests build
2017-09-14 Oliver Schneider`cargo install` only takes `--debug`, not `--release`
2017-09-14 Ralf Jungtravis: more consistent cargo flags (--locked, --release)
2017-09-14 Ralf Jungvalidation: remove a hack that is no longer necessary
2017-09-14 Ralf Jungrustup
2017-09-13 Ralf JungMerge pull request #336 from RalfJung/mir-validate
2017-09-13 Ralf JungSomething in panic handling fails validation with full-MIR
2017-09-13 Ralf JungDisable the address-of-ZST test for now; it is buggy...
2017-09-13 Ralf Junguse catch expression to handle the 'release undef'...
2017-09-13 Ralf Jungenable validation for a bunch of more tests
next