]> git.lizzy.rs Git - rust.git/history - src
Make the rustc test runner build again
[rust.git] / src /
2019-03-11 Oliver SchererMake the rustc test runner build again
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-02 Ralf JungMerge pull request #647 from spastorino/place_base
2019-03-01 Santiago PastorinoPlace::Local(x) is now Place::Base(PlaceBase::Local(x))
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 Ralf JungMerge pull request #646 from rchaser53/issue-58645
2019-02-26 rchaser53use copy_op directly insteadof write_scalar
2019-02-15 Ralf JungMerge pull request #623 from RalfJung/fat-ptr-eq
2019-02-15 Ralf Jungtypo and comments
2019-02-15 Ralf JungFix comparing fat pointers
2019-02-15 Ralf Jungupdate for new bin_op APIs
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 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 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 branch 'master' into appveyor
2019-02-10 Oliver SchererMerge pull request #624 from RalfJung/args
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 JungMerge pull request #625 from RalfJung/likely
2019-02-09 Ralf Jungfix (un)likely intrinsics
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 Jungwe don't need to flush stderr
2019-02-08 Oliver SchererMerge pull request #619 from RalfJung/stderr-flush
2019-02-07 Ralf Jungflush stdout/stderr to make sure it appears on the...
2019-02-07 Ralf JungMerge pull request #618 from RalfJung/cargo-miri
2019-02-07 Ralf JungFix cargo miri test on lib crates
2019-02-07 Oliver SchererMerge pull request #616 from RalfJung/cargo-miri
2019-02-07 Ralf Jungupdate test for cargo-miri
2019-02-07 Ralf Jungcargo miri: refactor how we detect what to interpret...
2019-02-06 Ralf JungMerge pull request #610 from RalfJung/panic
2019-02-06 Ralf Jungpanic_impl is another way to panic
2019-02-06 Ralf Jungimplement atomic_nand
2019-01-25 Ralf JungMerge pull request #601 from RalfJung/comment
2019-01-25 Ralf Jungremove outdated comment
2019-01-22 Ralf JungMerge pull request #600 from solson/rustup
2019-01-22 Oliver SchererExplain Ref problems
2019-01-22 Oliver SchererExpose `AllocId`s for priroda
2019-01-21 Ralf JungMerge pull request #599 from solson/rustup
2019-01-21 Oliver SchererUpdate to latest rustc master
2019-01-08 Oliver SchererMerge pull request #597 from RalfJung/range-map
2019-01-07 Ralf Jungexpand docs
2019-01-07 Ralf Jungtweak merging to give up if we don't make any progress
2019-01-07 Ralf Jungbe explicit about doing a binary search; fix out-of...
2019-01-07 Ralf Jungdeduplicate RangeMap elements in iter_mut
2019-01-07 Ralf Jungrewrite RangeMap to use a sorted Vec instead of a RangeMap
2019-01-07 Ralf Jungrange_map: also test size of the internal representation
2019-01-07 Oliver SchererMerge pull request #598 from solson/rustup
2019-01-07 Ralf Jungimplement panic_if_uninhabited intrinsic
2019-01-05 Oliver SchererMerge pull request #596 from RalfJung/backtrace
2019-01-05 Oliver SchererMerge branch 'master' into backtrace
2019-01-04 Ralf Jungmove env var stuff out of the miri lib
2018-12-27 Ralf JungMerge branch 'master' into env-logger
2018-12-26 Oliver SchererMerge pull request #589 from RalfJung/check-bounds
2018-12-26 Ralf Junguse memory::check_bounds_ptr for offset check
2018-12-26 Ralf JungMerge pull request #587 from solson/rustup
2018-12-25 Ralf Jungproperly compare unequal function pointers
2018-12-25 Ralf Jungfix build and tests with latest nightly
2018-12-24 Ralf JungMerge pull request #586 from solson/rustup
2018-12-23 Ralf Jungfix for infallible allocation
2018-12-21 Ralf JungMerge pull request #572 from solson/rustup
2018-12-20 Ralf JungMerge branch 'master' into rustup
2018-12-19 Ralf JungMerge pull request #578 from RalfJung/misc
2018-12-19 Ralf Jungfix argv null terminator
2018-12-19 Ralf Jungimplement GetCommandLineW, GetEnvironmentVariableW...
2018-12-19 Ralf Jungimplement stdout/stderr on Windows
2018-12-19 Ralf JungMerge pull request #580 from RalfJung/cargo-miri
2018-12-19 Ralf Jungno need to set the cargo-miri feature twice
2018-12-19 Ralf Jungactually show warnings about suppressed output
2018-12-19 Ralf Jungxargo version check: also check application name, just...
2018-12-18 Ralf JungMerge pull request #550 from RalfJung/cargo-miri-test
2018-12-18 Ralf Jungtypo
2018-12-18 Ralf Jungthere is a new xargo released, use that
2018-12-18 Ralf Jungimplement macOS functions for argc, argv
2018-12-18 Ralf JungMerge remote-tracking branch 'origin/master' into cargo...
2018-12-18 Ralf JungMerge pull request #574 from solson/rustup2
2018-12-18 Ralf JungMerge remote-tracking branch 'origin/master' into rustup2
2018-12-15 Ralf Jungtemporarily use git version of xargo
2018-12-15 Ralf Jungdetect outdated xargo version
2018-12-12 Ralf JungMerge pull request #573 from RalfJung/rustc-wrapper
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 Ralf JungMerge branch 'master' into retag-to-raw
2018-12-12 Ralf Jungtreat ref-to-raw cast like a reborrow: do a special...
next