]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-12-18 Ralf JungMerge remote-tracking branch 'origin/master' into rustup2
2018-12-18 Ralf JungMerge pull request #576 from solson/rustup3
2018-12-17 Oliver SchererMerge pull request #575 from ehuss/add-rustc-workspace...
2018-12-17 Oliver SchererAdjust tests for funciton pointer changes
2018-12-17 Eric HussAdd rustc-workspace-hack.
2018-12-15 Ralf Jungtemporarily use git version of xargo
2018-12-15 Ralf Jungdetect outdated xargo version
2018-12-15 Ralf Jungtweak travis.sh
2018-12-14 Ralf Jungbump Rust nightly
2018-12-13 Ralf Jungwe have no whitelist any more, go back to opt-level 3
2018-12-13 Ralf JungVecDeque got fixed
2018-12-13 Ralf Jungfix libc feature gate
2018-12-12 Ralf JungMerge pull request #573 from RalfJung/rustc-wrapper
2018-12-12 Ralf Jungtravis: explain what we are doing
2018-12-12 Ralf Jungfix warning
2018-12-12 Ralf Jungmove travis commands to script file, maybe that fixes...
2018-12-12 Ralf Jung*oops*
2018-12-12 Ralf Junguse show_error to terminate
2018-12-12 Ralf Junguse RUSTC_WRAPPER for the cargo hook
2018-12-12 Oliver SchererMerge pull request #570 from RalfJung/targets
2018-12-12 Ralf Jungdo not auto-detect the targets in the sysroot, instead...
2018-12-11 Ralf JungMerge pull request #568 from RalfJung/cleanup
2018-12-11 Ralf Jungget rid of to_bytes hack
2018-12-11 Ralf Jungmake some functions private to StackedBorrows
2018-12-11 Ralf Jungavoid repeating signatures in EvalContext extension...
2018-12-10 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #566 from RalfJung/foreign-full-mir
2018-12-10 Ralf Junguse rustc_version also to parse host in compiletest
2018-12-10 Ralf Jungremove support for not having libstd MIR
2018-12-10 Ralf Jungfix CI
2018-12-10 Ralf Jungfix setting the manifest path manually when using cargo...
2018-12-10 Ralf JungMIRI_SYSROOT is no longer needed for development agains...
2018-12-10 Ralf Jungthe test suite assumes a libstd with full MIR; run...
2018-12-10 Ralf Jungcargo miri: support foreign targets
2018-12-10 Ralf Jungfactor grabbing of cargo options into separate function...
2018-12-08 Ralf JungMerge pull request #564 from solson/rustup
2018-12-08 Ralf Jungfix benches
2018-12-08 Ralf Jungbump Rust version, fix build
2018-12-08 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2018-12-07 Ralf JungMerge pull request #565 from RalfJung/fixme
2018-12-07 Ralf Jungadd FIXME test for coercing &mut to *const
2018-12-07 Ralf Jungfix tests
2018-12-07 Ralf JungMerge remote-tracking branch 'origin/master' into stack...
2018-12-03 Ralf JungMerge pull request #559 from RalfJung/fixme
2018-12-03 Ralf JungMerge branch 'master' into stacked-borrows-2-phase
2018-12-03 Ralf JungMerge branch 'master' into fixme
2018-12-03 Ralf JungMerge pull request #557 from RalfJung/fix-mutability-gap
2018-12-03 Ralf Jungadd FIXME
2018-12-03 Ralf Junguse assert
2018-12-03 Oliver S̶c̶h̶n̶e̶i̶d... Merge branch 'master' into fixme
2018-12-03 Ralf Jungbump nightly
2018-12-03 Ralf Jungdisable VecDeque test until the fix lands in rustc
2018-12-03 Ralf Jungfix mutability gap: do not allow shared mutation when...
2018-12-03 Ralf JungMerge pull request #561 from solson/rustup
2018-12-02 Ralf Jungwe don't need no whitelist
2018-12-02 Ralf JungMerge pull request #560 from RalfJung/libstd-features
2018-12-02 Ralf Jungbuild libstd with minimal features
2018-12-02 Ralf Jungassert some sense
2018-12-02 Ralf Jungsupport for basic (non-overlapping) 2-phase borrows
2018-12-02 Ralf JungMerge pull request #556 from Nemo157/skip-embedded...
2018-12-02 Ralf JungMerge branch 'master' into skip-embedded-targets
2018-12-02 Wim LoomanSkip testing targets that don't ship libstd
2018-12-02 Ralf Jungremove a whole lot of unnecessary attributes
2018-12-02 Ralf Jungremove/fix outdated FIXMEs in tests
2018-12-02 Ralf JungMerge pull request #558 from RalfJung/cargo-miri
2018-12-02 Ralf Jungdo not even look for cargo metadata in 'cargo miri...
2018-12-01 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #555 from RalfJung/readme
2018-11-30 Ralf Jungupdate contact channels
2018-11-30 Ralf Jungadd link within document
2018-11-30 Ralf Jungupdate README to first describe the usual user setup...
2018-11-30 Ralf JungMerge pull request #553 from solson/rustup
2018-11-30 Ralf Jungnew nightly, new luck
2018-11-29 Ralf Jungasync fn got fixed
2018-11-28 Ralf Jungdisable async-fn, for now
2018-11-28 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2018-11-28 Ralf Jungbump Rust version
2018-11-28 Ralf JungMerge pull request #545 from solson/oli-obk-patch-1
2018-11-28 Oliver S̶c̶h̶n̶e̶i̶d... Typo
2018-11-28 Ralf JungMerge remote-tracking branches 'origin/master' and...
2018-11-27 Oliver S̶c̶h̶n̶e̶i̶d... Merge branch 'master' into oli-obk-patch-1
2018-11-27 Oliver SchererUse explicit `dyn` trait object
2018-11-27 Ralf JungMerge pull request #549 from RalfJung/readme
2018-11-27 Ralf Jungfix README install instructions
2018-11-27 Oliver SchererExpose some internals for priroda
2018-11-27 Ralf Jungbarriers prevent deallocation
2018-11-27 Ralf Jungno barriers for boxes
2018-11-27 Ralf Jungfor now, we allow Undef in raw pointers as we do in...
2018-11-27 Ralf Jungimplement function barriers
2018-11-27 Ralf Jungtrack call IDs
2018-11-27 Ralf Jungadjust for memory_allocated hook, make RangeMap preallo...
2018-11-27 Ralf JungMerge pull request #543 from RalfJung/auto-libstd
2018-11-27 Ralf Junguse new dir for CI and docs
2018-11-27 Ralf Junginform the user when and where we are creating a cache dir
2018-11-27 Ralf Jungwe need to recursively create the dir
2018-11-27 Ralf Junguse proper platform cache dir
2018-11-27 Ralf JungMerge remote-tracking branch 'origin/master' into auto...
2018-11-27 Ralf Jungstd::ptr no longer needs whitelisting
2018-11-27 Ralf Jungtweaks
2018-11-27 Ralf Jungremove unneeded backtrace feature
2018-11-27 Ralf Jungcargo miri setup: print when we are executing commands
2018-11-27 Ralf Jungthere are less places now to keep the flags in sync
next