Ralf Jung
|
11433bf38e
|
actually show warnings about suppressed output
|
2018-12-19 11:07:24 +01:00 |
|
Ralf Jung
|
ecf6599051
|
xargo version check: also check application name, just to be sure
|
2018-12-19 11:06:46 +01:00 |
|
Ralf Jung
|
133e012cec
|
sync env vars between appveyor and travis
|
2018-12-19 11:06:35 +01:00 |
|
Ralf Jung
|
bf846a637c
|
test-cargo-miri: be more clear that and why the test failed
|
2018-12-19 11:05:21 +01:00 |
|
Ralf Jung
|
61c0df7930
|
remove outdated README comment
|
2018-12-19 11:05:15 +01:00 |
|
Ralf Jung
|
1f687374ca
|
Merge pull request #550 from RalfJung/cargo-miri-test
Fix cargo miri test
|
2018-12-18 20:03:54 +01:00 |
|
Ralf Jung
|
4e0fe62bd9
|
typo
|
2018-12-18 19:45:10 +01:00 |
|
Ralf Jung
|
e4fd710606
|
there is a new xargo released, use that
|
2018-12-18 19:41:32 +01:00 |
|
Ralf Jung
|
e8c53e81f8
|
implement macOS functions for argc, argv
|
2018-12-18 19:26:57 +01:00 |
|
Ralf Jung
|
b3f7991367
|
btree is fixed
|
2018-12-18 18:41:52 +01:00 |
|
Ralf Jung
|
3e603c38d7
|
bump Rust version, fix test-cargo-miri and it no longer needs to disable validation
|
2018-12-18 18:40:06 +01:00 |
|
Ralf Jung
|
93b8c23f7b
|
Merge remote-tracking branch 'origin/master' into cargo-miri-test
|
2018-12-18 18:36:19 +01:00 |
|
Ralf Jung
|
3a93831c5d
|
Merge pull request #574 from solson/rustup2
fix for latest nightly
|
2018-12-18 18:35:45 +01:00 |
|
Ralf Jung
|
5fd0639cbd
|
Merge remote-tracking branch 'origin/master' into rustup2
|
2018-12-18 18:07:14 +01:00 |
|
Ralf Jung
|
1dd6cc361b
|
Merge pull request #576 from solson/rustup3
Adjust tests for funciton pointer changes
|
2018-12-18 18:05:00 +01:00 |
|
Oliver Scherer
|
5956b58457
|
Merge pull request #575 from ehuss/add-rustc-workspace-hack
Add rustc-workspace-hack.
|
2018-12-17 14:38:26 +01:00 |
|
Oliver Scherer
|
77ef84e1e8
|
Adjust tests for funciton pointer changes
|
2018-12-17 10:12:04 +01:00 |
|
Eric Huss
|
d801daf3e5
|
Add rustc-workspace-hack.
|
2018-12-16 19:34:00 -08:00 |
|
Ralf Jung
|
96b2c347d7
|
temporarily use git version of xargo
|
2018-12-15 18:39:42 +01:00 |
|
Ralf Jung
|
6a37e723c4
|
detect outdated xargo version
|
2018-12-15 15:08:03 +01:00 |
|
Ralf Jung
|
6bc3a48802
|
tweak travis.sh
|
2018-12-15 14:13:46 +01:00 |
|
Ralf Jung
|
fbad6c0310
|
bump Rust nightly
|
2018-12-14 08:12:39 +01:00 |
|
Ralf Jung
|
e2505dd945
|
we have no whitelist any more, go back to opt-level 3
|
2018-12-13 22:07:57 +01:00 |
|
Ralf Jung
|
b0581caeef
|
VecDeque got fixed
|
2018-12-13 22:05:46 +01:00 |
|
Ralf Jung
|
8bd1f78563
|
fix libc feature gate
|
2018-12-13 20:25:24 +01:00 |
|
Ralf Jung
|
0610a813b7
|
Merge pull request #573 from RalfJung/rustc-wrapper
use RUSTC_WRAPPER for the cargo hook
|
2018-12-12 20:27:34 +01:00 |
|
Ralf Jung
|
ee2b5bb6bb
|
travis: explain what we are doing
|
2018-12-12 19:52:49 +01:00 |
|
Ralf Jung
|
5ff67363cb
|
fix warning
|
2018-12-12 19:51:52 +01:00 |
|
Ralf Jung
|
74e9ed998b
|
move travis commands to script file, maybe that fixes the macOS weirdness
|
2018-12-12 19:38:11 +01:00 |
|
Ralf Jung
|
e6147ae67e
|
*oops*
|
2018-12-12 17:30:20 +01:00 |
|
Ralf Jung
|
b6a4556cb9
|
use show_error to terminate
|
2018-12-12 17:05:23 +01:00 |
|
Ralf Jung
|
ed83cc2600
|
use RUSTC_WRAPPER for the cargo hook
|
2018-12-12 17:03:40 +01:00 |
|
Oliver Scherer
|
ff140da96f
|
Merge pull request #570 from RalfJung/targets
do not auto-detect the targets in the sysroot, instead specify target manually through env var
|
2018-12-12 12:21:07 +01:00 |
|
Ralf Jung
|
8ec371747a
|
do not auto-detect the targets in the sysroot, instead specify target manually through env var
|
2018-12-12 11:03:42 +01:00 |
|
Ralf Jung
|
ce5089c390
|
rebase fallout
|
2018-12-11 17:54:39 +01:00 |
|
Ralf Jung
|
3fda8294bd
|
test cargo miri test output when testing cargo miri
|
2018-12-11 17:43:12 +01:00 |
|
Ralf Jung
|
9417b28de5
|
treat test binaries like all others
|
2018-12-11 17:42:18 +01:00 |
|
Ralf Jung
|
f31bb43804
|
implement some libc hooks needed by libtest
|
2018-12-11 17:39:46 +01:00 |
|
Ralf Jung
|
6eb3274121
|
Merge pull request #568 from RalfJung/cleanup
Cleanup: Avoid repeating signatures, get rid of to_bytes hack
|
2018-12-11 15:21:43 +01:00 |
|
Ralf Jung
|
6b376dc394
|
get rid of to_bytes hack
|
2018-12-11 14:32:59 +01:00 |
|
Ralf Jung
|
383d215386
|
make some functions private to StackedBorrows
|
2018-12-11 14:18:51 +01:00 |
|
Ralf Jung
|
9de605b32f
|
avoid repeating signatures in EvalContext extension traits
|
2018-12-11 14:16:58 +01:00 |
|
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
|
4f61314fc5
|
Merge pull request #566 from RalfJung/foreign-full-mir
Support building and running with full MIR on foreign architectures, drop support for missing MIR
|
2018-12-10 13:43:29 +01:00 |
|
Ralf Jung
|
5689366a0d
|
use rustc_version also to parse host in compiletest
|
2018-12-10 13:20:04 +01:00 |
|
Ralf Jung
|
05f2b2ed3d
|
remove support for not having libstd MIR
|
2018-12-10 12:26:20 +01:00 |
|
Ralf Jung
|
b50662d68c
|
fix CI
|
2018-12-10 12:21:39 +01:00 |
|
Ralf Jung
|
b8e6af49d9
|
fix setting the manifest path manually when using cargo miri
|
2018-12-10 10:53:32 +01:00 |
|
Ralf Jung
|
4d767e1f41
|
MIRI_SYSROOT is no longer needed for development agains a locally built rustc
|
2018-12-10 10:10:03 +01:00 |
|
Ralf Jung
|
f044205b5f
|
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
|
2018-12-10 10:04:55 +01:00 |
|
Ralf Jung
|
b6eb2cd08e
|
cargo miri: support foreign targets
|
2018-12-10 09:53:14 +01:00 |
|