]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-04-16 Oliver SchererMerge pull request #691 from RalfJung/pragmatic-ptr-eq
2019-04-16 Ralf Jungfix compile-fail test
2019-04-16 Ralf Jungbe pragmatic about ptr-int comparisons, for now
2019-04-14 Ralf JungMerge pull request #690 from RalfJung/rustup
2019-04-14 Ralf Jungrustup
2019-04-12 Ralf JungMerge pull request #689 from RalfJung/rustup
2019-04-12 Ralf JungMerge branch 'master' into rustup
2019-04-12 Ralf Junglower rand version requirement
2019-04-12 Ralf JungMerge pull request #688 from RalfJung/rustup
2019-04-12 Ralf Jungrustup
2019-04-12 Ralf JungMerge pull request #687 from RalfJung/rustup
2019-04-12 Ralf Jungrustup
2019-04-11 Ralf JungMerge pull request #680 from RalfJung/miri-unsized
2019-04-11 Ralf Jungbump Rust version
2019-04-11 Ralf JungMerge remote-tracking branch 'origin/master'
2019-04-10 Ralf Jungfix async-fn test
2019-04-10 Ralf JungMerge pull request #683 from Aaron1011/feature/random
2019-04-10 Aaron HillDon't create HashMap<K, V> when not needed
2019-04-10 Ralf JungFix typo
2019-04-09 Oliver SchererMerge branch 'master' into feature/random
2019-04-09 Aaron HillSome final cleanup
2019-04-09 Aaron HillRetrieve SYS_getrandom from libc using const-eval
2019-04-09 Aaron HillFix compile-fail error message
2019-04-09 Aaron HillImprove deterministic mode error message
2019-04-09 Aaron HillUse 'ignore-' instead of 'only-'
2019-04-09 Aaron HillFix 'RtlGenRandom' argument slots
2019-04-09 Aaron HillOnly run 'getrandom' test on Linux
2019-04-09 Aaron HillOS X is "macos", not "darwin"
2019-04-09 Aaron HillInterpret system call numbers relative to target archit...
2019-04-09 Aaron HillDisable normal HashMap test on OS X
2019-04-09 Aaron HillRefactor random number generation
2019-04-09 Aaron HillOnly run test with default hasher
2019-04-09 Aaron HillCleanup argument parsing
2019-04-09 Aaron HillSimplify cast using as_mut_ptr()
2019-04-08 Ralf Jungfix dumping uninitialized locals
2019-04-08 Ralf JungMerge pull request #681 from TimDiekmann/calloc
2019-04-08 Tim DiekmannMerge branch 'master' into calloc
2019-04-08 bjorn3Update src/fn_call.rs
2019-04-08 Aaron HillUse raw syscall numbers
2019-04-07 Aaron HillUse getrandom() syscall number from libc
2019-04-07 Aaron HillFix benchmark
2019-04-07 Tim DiekmannFix calloc test
2019-04-07 Aaron HillImplement non-deterministc mode
2019-04-07 Tim DiekmannAdd calloc test
2019-04-07 Tim DiekmannTidy up calloc code
2019-04-07 Eduard-Mihai... Merge pull request #682 from Manishearth/compiletestup
2019-04-07 Manish GoregaokarUpdate compiletest
2019-04-07 Tim DiekmannFix tagging order
2019-04-07 Tim DiekmannAdd `calloc`
2019-04-07 Ralf Jungtest calling Box<dyn FnOnce>
2019-04-07 Ralf JungMerge pull request #678 from RalfJung/test-env
2019-04-07 Ralf Jungrename MIRI_TARGET -> MIRI_COMPILETEST_TARGET to clarif...
2019-04-07 Ralf Jungcompiletest can just propagate MIRI_SYSROOT from the...
2019-04-06 Ralf JungMerge pull request #677 from RalfJung/async
2019-04-06 Ralf Jungtemporarily ignore async fn test
2019-04-06 Ralf JungMerge pull request #674 from matthewjasper/2phase-on...
2019-04-06 Matthew JasperRemove unnecessary test directive
2019-04-06 Ralf JungMerge branch 'master' into 2phase-on-edition
2019-04-06 Ralf JungMerge pull request #671 from timotree3/patch-1
2019-04-06 Ralf JungMerge branch 'master' into patch-1
2019-04-06 Ralf JungMerge pull request #676 from RalfJung/appveyor
2019-04-06 Ralf JungAppVeyor: ignore already existing rustup-toolchain...
2019-04-06 Ralf JungMerge branch 'master' into patch-1
2019-04-05 Matthew JasperUse edition flag for 2phase test
2019-04-04 Ralf JungMerge pull request #673 from RalfJung/travis
2019-04-04 Ralf Jungfix AppVeyor
2019-04-04 Ralf Jungfix Travis and adjust AppVeyor
2019-04-04 Ralf Jungadjust README
2019-04-04 Ralf Junguse rustup-toolchain-install-master for CI
2019-04-03 Oliver SchererMerge pull request #672 from rust-lang/update
2019-04-03 Oliver SchererUpdate to rustc nightly
2019-03-31 TimoREADME: Fix missing link
2019-03-31 TimoREADME: Update to RalfJung's suggestion...
2019-03-31 TimoREADME: Suggest using a previous nightly, revert other...
2019-03-30 TimoAdd alternative for how to install if rustup fails
2019-03-30 Ralf JungMerge pull request #668 from kenta7777/rename-evalconte...
2019-03-30 kenta7777adjust rust-version to the latest nightly
2019-03-30 0xflotusfixed environment
2019-03-30 kenta7777renames EvalContext to InterpretCx
2019-03-28 Ralf JungMerge pull request #669 from 0xflotus/patch-1
2019-03-28 0xflotusfixed environment
2019-03-26 Oliver SchererMerge pull request #666 from RalfJung/readme
2019-03-26 Ralf Jungexplain Miri limitations
2019-03-25 Oliver SchererMerge pull request #665 from RalfJung/readme
2019-03-25 Ralf Jungupdate README to suggest installing Miri as a component
2019-03-21 Ralf JungMerge pull request #664 from RalfJung/compiletest
2019-03-21 Ralf Jungpin old compiletest, for now
2019-03-20 Ralf Jungbump Rust
2019-03-20 Ralf Jungmove back to unstable compiletest; the stable one broke
2019-03-18 Ralf JungMerge pull request #663 from RalfJung/range-contains
2019-03-18 Oliver SchererUpdate src/bin/miri-rustc-tests.rs
2019-03-18 Ralf Jungfix for rustc change
2019-03-18 Ralf Jungbump Rust; remove stabilized feature
2019-03-11 Ralf JungMerge pull request #659 from rust-lang/update
2019-03-11 Oliver SchererSilence some warnings
2019-03-11 Oliver SchererUpdate bencher API
2019-03-11 Oliver SchererRemove dead code and docs
2019-03-11 Oliver SchererMake the rustc test runner build again
2019-03-11 Ralf Jungbump Rust
2019-03-11 Oliver SchererReintroduce prepending the input file name to the miri...
next