]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-09-16 Ralf Jungcargo miri: show version number
2018-09-15 Ralf JungMerge pull request #451 from TimDiekmann/master
2018-09-15 Ralf Jungbump Rust
2018-09-09 Ralf Jungmove MemoryData to memory.rs; remove all the Hashing...
2018-09-06 TimRemove (overflowing_)add/mul/sub(_with_overflow)
2018-09-06 TimRemove unchecked_shr/shl from intrinsics
2018-09-01 Ralf JungMerge pull request #448 from TheDarkula/master
2018-09-01 Ralf JungMerge branch 'master' into master
2018-09-01 thedarkulaRemoved transmute from intrinsic.rs
2018-09-01 Ralf JungMerge pull request #445 from solson/rustup
2018-09-01 Ralf Jungmore permissive pointer comparison logic
2018-09-01 Ralf JungMerge branch 'master' into rustup
2018-09-01 Ralf Jungbump toolchain
2018-08-31 Ralf JungMerge pull request #444 from RalfJung/windows
2018-08-30 Ralf Jungunignore a bunch of tests that actually work
2018-08-30 Ralf Jungalso allow comparing pointers with integers so big...
2018-08-30 Ralf Jungptr equality: only defined for ptrs in the same allocat...
2018-08-30 Ralf Jungnew tests for new fn arg passing code
2018-08-30 Ralf Jungmove some more helpers to rustc
2018-08-30 Oliver SchneiderMerge pull request #434 from solson/rustup
2018-08-30 Ralf Jungno TLS dtor and no leak checks on macOS
2018-08-30 Ralf Jungpretend mprotect works
2018-08-30 Ralf Jungno RwLock on Windows
2018-08-30 Ralf Jungstack address functions for macOS
2018-08-30 Ralf Jungignore memory leaks on Windows
2018-08-30 Ralf Jungpthreads test needs full MIR on Windows
2018-08-30 Ralf JungVecDeque now requries full MIR; update to new nightly
2018-08-26 Ralf Jungsome unary operator tests
2018-08-26 Ralf Jungsmall test for extern_type
2018-08-26 Ralf Jungupdate for MUT_STATIC_KIND
2018-08-25 Ralf Jungrustup
2018-08-25 Ralf Jungupdate for enum discriminant changes
2018-08-24 Ralf Jungtest VecDeque
2018-08-24 Ralf Jungrustup
2018-08-24 Ralf Jungupdate for bool/char being checked at binops
2018-08-24 Ralf Jungrustup
2018-08-24 Ralf Jungfix leaks with -Zmiri-start-fn
2018-08-24 Ralf Jungupdate for miri engine: new function handling, new...
2018-08-23 Ralf Jungfix type renaming
2018-08-20 Ralf JungMerge remote-tracking branch 'origin/master'
2018-08-20 Ralf Jungrustup
2018-08-18 Ralf Jungupdate for rustc memory changes; fix (un)init intrinsic...
2018-08-17 Ralf Jungfix compilation after rustc change
2018-08-16 Ralf Jungupdate for memory signedness removal; test some float...
2018-08-16 Ralf Jungrustup for big refactor; kill most of validation
2018-08-15 Oliver SchneiderMerge pull request #431 from RalfJung/packed
2018-08-14 Ralf Jungtweak test config in Cargo.toml
2018-08-14 Ralf Jungfix int ptr ops on 32bit
2018-08-14 Ralf Jungtest some more things around packed structs
2018-08-14 Ralf Jungadd a scary test case
2018-08-14 Ralf Jungfix modulo logic
2018-08-14 Ralf Jungsupport computing the remainder of a ptr, if covered...
2018-08-14 Ralf Jungreenable an old test
2018-08-14 Ralf JungMerge pull request #425 from solson/rustup
2018-08-14 Ralf JungFix remaining windows hooks
2018-08-14 Ralf Jungavoid recompiling miri for 2nd test run; avoid unreadab...
2018-08-14 Ralf Jungfix windows hooks
2018-08-14 Ralf Jungtry using types with lower alignment, maybe that helps...
2018-08-14 Ralf Jungfix rustc_tests
2018-08-14 Ralf Jungfix layout in discriminant_value
2018-08-14 Ralf JungMerge branch 'master' into rustup
2018-08-14 Ralf JungMerge pull request #429 from RalfJung/cargo-miri-test
2018-08-14 Ralf Jungupdate README: 'cargo miri' with full MIR; consistent...
2018-08-14 Ralf Jungfix 'cargo miri test' for full MIR, and run it on CI
2018-08-14 Ralf Jungbump toolchain
2018-08-14 Ralf JungMerge branch 'master' into rustup
2018-08-14 Oliver SchneiderMerge pull request #428 from RalfJung/toolchain
2018-08-14 Ralf Jungremove unnecessary features
2018-08-13 Ralf Jungdocument and fully use rust-toolchain file
2018-08-08 Oliver SchneiderAdd comments explaining why we do something complex...
2018-08-07 Oliver SchneiderRustup
2018-08-02 Ralf JungMerge pull request #422 from RalfJung/default-run
2018-08-02 Ralf JungMerge branch 'master' into default-run
2018-08-02 Oliver SchneiderMerge pull request #424 from RalfJung/fewer-deps
2018-08-02 Ralf Jungremove dependency on lazy_static and regex by getting...
2018-08-02 Ralf JungMerge pull request #423 from RalfJung/memchr
2018-08-02 Ralf Jungfix format string to obtain desired output
2018-08-01 Ralf Jungmem(r)chr is working in miri now
2018-08-01 Ralf JungRevert "Disable blood letting edge features"
2018-08-01 Oliver SchneiderMerge pull request #421 from RalfJung/storage_dead_ub
2018-07-31 Ralf Jungmake sure that StorageDead invalidates the backing...
2018-07-31 Ralf JungMerge pull request #419 from RalfJung/sysroot
2018-07-30 Ralf Jungclarify error message when sysroot was not found
2018-07-30 Ralf JungMerge pull request #381 from solson/sanity_checks
2018-07-30 Ralf JungMerge branch 'master' into sanity_checks
2018-07-26 Ralf JungMerge pull request #415 from RalfJung/cargo-miri
2018-07-26 Ralf Jungnicer diff formating
2018-07-26 Ralf Jungmemrchr currently does not work
2018-07-26 Ralf Jungdont test cargo miri output on mac. no idea what that...
2018-07-26 Ralf Jungdetect another printing function for nicer error
2018-07-26 Ralf Jungalso show the output (though we lost the interleaving)
2018-07-26 Ralf Jungwe no longer need to mess with the environment in our...
2018-07-26 Ralf Jungtest `cargo miri` output
2018-07-26 Oliver SchneiderBump min dependency version
2018-07-26 Oliver SchneiderDisable blood letting edge features
2018-07-26 Ralf JungIgnore tests
2018-07-26 Ralf Jungmake miri compile again
2018-07-26 Oliver SchneiderUpdate to rustc sanity check branch
2018-07-25 Ralf JungMerge pull request #413 from solson/exit_code
2018-07-25 Oliver SchneiderProduce the exit codes that compiletest expects
next