]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-04-03 Oliver SchererUpdate to rustc nightly
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...
2019-03-11 John Kåre AlsakerUse the new rustc interface
2019-03-10 Ralf JungMerge pull request #660 from rust-lang/readme
2019-03-10 Ralf Jungmention --exclude-should-panic
2019-03-08 Ralf JungMerge pull request #657 from RalfJung/readme
2019-03-08 Ralf JungREADME
2019-03-02 Ralf JungMerge pull request #647 from spastorino/place_base
2019-03-02 Ralf Jungbump Rust version
2019-03-01 Santiago PastorinoPlace::Local(x) is now Place::Base(PlaceBase::Local(x))
2019-03-01 Ralf JungMerge pull request #650 from RalfJung/compiletest
2019-03-01 Ralf Jungthe stable part of compiletest_rs is enough
2019-02-27 Ralf JungMerge pull request #648 from RalfJung/avoid-full-slice
2019-02-27 Ralf Jungavoid [..]
2019-02-26 Ralf JungMerge pull request #635 from alexreg/cosmetic-2
2019-02-26 Alexander RegueiroFixed nits raised in review.
2019-02-26 Alexander RegueiroVarious cosmetic improvements.
2019-02-26 Alexander RegueiroRemoved copyright notices.
2019-02-26 Ralf JungMerge pull request #646 from rchaser53/issue-58645
2019-02-26 rchaser53use copy_op directly insteadof write_scalar
2019-02-25 Oliver SchererMerge pull request #645 from RalfJung/box-alloc
2019-02-25 Ralf Jungtest using the Global allocator trait to alloc/free...
2019-02-24 Ralf JungMerge pull request #644 from matthewjasper/no-two-phase...
2019-02-24 Ralf JungMerge branch 'master' into no-two-phase-matches
2019-02-24 Ralf JungMerge pull request #631 from RalfJung/btree
2019-02-24 Ralf Jungbump Rust
2019-02-24 Ralf JungMerge remote-tracking branch 'origin/master' into btree
2019-02-24 Matthew JasperRemove test of two-phase borrows in match
2019-02-23 Ralf JungMerge pull request #642 from taiki-e/update-links
2019-02-23 Taiki EndoUpdate some links
2019-02-22 Ralf Jungtest BTree a bit more
2019-02-17 Ralf JungMerge pull request #637 from RalfJung/profile
2019-02-17 Ralf Jungwe can't have profiles because we are also in the rustc...
2019-02-15 Ralf JungMerge pull request #634 from RalfJung/trophy-case
2019-02-15 Ralf Junglink to bug list from intro
2019-02-15 Ralf Jungcollect some bugs that we found
2019-02-15 Ralf Jungtest VecDeque debug printing
2019-02-15 Ralf JungMerge pull request #623 from RalfJung/fat-ptr-eq
2019-02-15 Ralf Jungfix async-fn test
2019-02-15 Ralf Jungupdate Rust
2019-02-15 Ralf Jungtypo and comments
2019-02-15 Ralf Jungactually they should be equal
2019-02-15 Ralf JungFix comparing fat pointers
2019-02-15 Ralf Jungupdate for new bin_op APIs
2019-02-14 Ralf JungMerge pull request #611 from RalfJung/str-index-mut
2019-02-14 Ralf Jungbump Rust
2019-02-14 Ralf JungMerge remote-tracking branch 'origin/master' into str...
2019-02-13 Ralf JungMerge pull request #632 from RalfJung/memalign
2019-02-13 Ralf Jungignore overaligned tests on Windows (because, of course...
2019-02-13 Ralf Jungimplement and test posix_memalign
2019-02-13 Ralf JungMerge pull request #630 from RalfJung/rust-src
2019-02-13 Ralf Jungskip installing rust-src if XARGO_RUST_SRC is set
2019-02-13 Ralf JungMerge pull request #626 from RalfJung/format-padding
2019-02-13 Ralf Jungfix ptr comparison test
2019-02-13 Ralf Jungupdate Rust
2019-02-13 Ralf JungMerge branch 'master' into format-padding
2019-02-12 Ralf JungMerge pull request #629 from RalfJung/rename
2019-02-12 Ralf Jungrename things away from 'Shr' that are used for much...
2019-02-12 Ralf Jungbe more clear which stack we are talking about
2019-02-11 Ralf JungMerge pull request #627 from RalfJung/appveyor
2019-02-11 Ralf JungMerge branch 'master' into appveyor
2019-02-11 Ralf JungTIL that you can also use .appveyor.yml
2019-02-10 Oliver SchererMerge pull request #624 from RalfJung/args
2019-02-09 Ralf Jungexplain arument passing in the docs
2019-02-09 Ralf Jungalso enable passing arguments through from cargo-miri
2019-02-09 Ralf Jungalso pass actual arguments to Windows
2019-02-09 Ralf Jungfix build
2019-02-09 Ralf Jungimplement passing arguments to the interpreted program
2019-02-09 Ralf Jungtest padding in format strings
2019-02-09 Ralf JungMerge pull request #625 from RalfJung/likely
2019-02-09 Ralf Jungfix (un)likely intrinsics
2019-02-08 Ralf JungMerge pull request #621 from RalfJung/bash
2019-02-08 Ralf JungMerge branch 'master' into bash
2019-02-08 Ralf JungMerge pull request #620 from RalfJung/stderr-flush
2019-02-08 Ralf Jungmake bash more strict
2019-02-08 Ralf Jungwe don't need to flush stderr
next