]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-06-09 Ralf Jungcargo miri: make sure we see the same sysroot for rustc...
2019-06-08 Ralf JungMerge pull request #765 from RalfJung/rustup
2019-06-08 Ralf Jungrustup for EvalResult rename
2019-06-06 Oliver SchererMerge pull request #761 from ecstatic-morse/type-name
2019-06-06 Dylan MacKenzieUse in-core implementation of `type_name`.
2019-06-04 Ralf JungMerge pull request #757 from RalfJung/test-ice
2019-06-04 Ralf Jungbump Rust
2019-06-04 Ralf Jungtest for no-validation-only failure
2019-06-03 Ralf Jungremove too expensive debug assertion (#755)
2019-06-03 Ralf JungMerge branch 'master' into debug
2019-06-03 Ralf JungMerge pull request #760 from lzutao/bump-dep
2019-06-03 Lzu TaoBump directories to 2.0
2019-06-03 Lzu TaoBump cargo_metadata to 0.8
2019-06-02 Ralf JungTag static/const allocations (#748)
2019-06-02 Ralf Jungbump Rust version
2019-06-02 Ralf Jungtest that we cannot access unescaped static memory...
2019-06-02 Ralf Jungfix existing tests
2019-06-02 Ralf Junguse new rustc infrastructure to tag the base pointer...
2019-06-01 Ralf JungMerge pull request #759 from RalfJung/rustup
2019-06-01 Ralf Jungrustup for ... deprecation
2019-05-31 Ralf Jungremove too expensive debug assertion
2019-05-30 Ralf JungRustup (#752)
2019-05-30 Ralf Jungmove fn_item/ptr tests to closures file
2019-05-30 Ralf Jungupdate for rustc warning about missing dyn
2019-05-29 Ralf JungMerge pull request #751 from RalfJung/rc
2019-05-29 Ralf Jungtest weak_into_raw
2019-05-29 Ralf Jungtry to make the Windows CI not rebuild Miri (#750)
2019-05-29 Ralf Jungtry to make the Windows CI not rebuild Miri
2019-05-29 Ralf Jungmiri build script: support building miri in debug mode...
2019-05-29 Ralf JungMerge branch 'master' into miri-build
2019-05-29 Ralf Jungfix for rustc changes (#749)
2019-05-29 Ralf Jungtweak logic for determining rustc default target
2019-05-29 Ralf Jungprint usage information on invalid command
2019-05-29 Ralf Jungfix for rustc changes
2019-05-28 Ralf Jungupdate for rustc Scalar changes, test for pointer wrapp...
2019-05-28 Ralf Jungbump Rust
2019-05-28 Ralf Jungtest for pointer wrapping ICE
2019-05-28 Ralf Jungadjust for rustc changes
2019-05-28 Ralf Jungalso pass flags to install
2019-05-28 Ralf Jungreference cargo issue
2019-05-28 Ralf Jungavoid rebuilding Miri on CI
2019-05-28 Ralf Jungmiri build script: support building miri in debug mode
2019-05-28 Ralf Jungadd Miri build script (#745)
2019-05-27 Ralf JungMerge branch 'master' into miri-build
2019-05-27 Ralf Jungfix for latest rustc (#746)
2019-05-27 Ralf Jungfix error pattern
2019-05-27 Ralf Jungfix for latest rustc
2019-05-27 Ralf Jungfix more indentation
2019-05-27 Ralf Jungremove redundant RUSTFLAGS
2019-05-27 Ralf Jungadd comment
2019-05-27 Ralf Jungfix indentation
2019-05-27 Ralf Jungimprove macOS-compatibility by being more awful
2019-05-27 Ralf Jungmake miri script smarter: auto-determine MIRI_SYSROOT...
2019-05-27 Ralf Jungimprove backtraces
2019-05-27 Ralf Jungcomments
2019-05-27 Ralf Jungadjust readme to miri build script
2019-05-27 Ralf Jungadd 'miri' script to help build, test and run miri
2019-05-27 Ralf Jungdependency management
2019-05-24 Oliver SchererMerge pull request #742 from RalfJung/stacked-borrows-2
2019-05-24 Ralf Jungavoid printing the tag twice
2019-05-24 Ralf Jungavoid having both Debug and Display for a type and...
2019-05-24 Ralf Jungadd more bugs that Miri found
2019-05-23 Ralf JungMerge pull request #741 from RalfJung/stacked-borrows-2
2019-05-23 Ralf Junguse prettier printing
2019-05-23 Ralf JungMerge pull request #740 from RalfJung/stacked-borrows-2
2019-05-23 Ralf Junghopefully improve error message a bit
2019-05-21 Ralf JungMerge pull request #738 from RalfJung/stacked-borrows-2
2019-05-21 Ralf Jungtest for new read rules
2019-05-21 Ralf JungMerge pull request #736 from rust-lang/rustup
2019-05-21 Ralf JungMerge remote-tracking branch 'origin/master' into master.2
2019-05-21 Ralf Jungupdate Rust
2019-05-20 Oliver SchererMerge pull request #734 from RalfJung/readme
2019-05-20 Ralf Jungprepare for MaybeUninit stabilization
2019-05-20 Ralf Jungexpand explanation of how we treat validity invariants
2019-05-19 Ralf JungMerge pull request #732 from RalfJung/stacked-borrows-2
2019-05-19 Ralf Jungtypo
2019-05-19 Ralf JungUse `drain` instead of manually rolling it ourselves...
2019-05-19 Oliver SchererPrefer `drain` over manual implementation of `drain`
2019-05-17 Oliver SchererMerge pull request #730 from RalfJung/stacked-borrows-2
2019-05-17 Ralf Jungnits
2019-05-17 Ralf Jungtest and support two-phase reborrows of raw pointers...
2019-05-17 Ralf Jungreading does not remove Unique, it just invalidates...
2019-05-17 Ralf Jungfix tests
2019-05-17 Ralf Junggive up on two-phase borrows
2019-05-15 Ralf Jungdeduplicate tests
2019-05-15 Ralf Jungthis also fixed our 2-phase woes
2019-05-15 Ralf Jungrefactor to simplify
2019-05-15 Ralf Jungmake writes act stack-like
2019-05-15 Ralf Jungmake printing return place less verbose (#728)
2019-05-15 Ralf Jungmake printing return place less verbose
2019-05-15 Ralf JungRustup (#723)
2019-05-15 Ralf Jungbump Rust
2019-05-13 Ralf Jungfix for latest rustc
2019-05-13 Ralf JungRUST_LOG got renamed to RUSTC_LOG
2019-05-13 Ralf Jungmake HashMap test a bit nicer
2019-05-13 Ralf Jungbuild with latest version
2019-05-13 Oliver SchererMerge pull request #726 from RalfJung/stacked-borrows-2
2019-05-11 Ralf JungUpdate src/stacked_borrows.rs
2019-05-11 Ralf Jungrename per-location part of reborowing to 'granting'
2019-05-10 Oliver SchererMerge pull request #725 from RalfJung/xargo
next