Commit Graph

2657 Commits

Author SHA1 Message Date
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
Ralf Jung
d5820d4d34
Merge branch 'master' into retag-to-raw 2018-12-12 12:59:13 +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
7e9098ff69 treat ref-to-raw cast like a reborrow: do a special kind of retag 2018-12-12 11:11:20 +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
Ralf Jung
c84c1527e2 factor grabbing of cargo options into separate function and make it better 2018-12-10 09:28:24 +01:00
Ralf Jung
bccadeb4f7
Merge pull request #564 from solson/rustup
Support two-phase borrows, and other rustup
2018-12-08 11:07:22 +01:00
Ralf Jung
8d1e1179a1 fix benches 2018-12-08 10:47:50 +01:00
Ralf Jung
f06e25f9b2 bump Rust version, fix build 2018-12-08 10:38:36 +01:00
Ralf Jung
228663248c Merge remote-tracking branch 'origin/master' into rustup 2018-12-08 10:33:14 +01:00
Ralf Jung
676204b9ca
Merge pull request #565 from RalfJung/fixme
add FIXME test for coercing &mut to *const
2018-12-07 18:37:10 +01:00
Ralf Jung
d5d1b1e4f3 add FIXME test for coercing &mut to *const 2018-12-07 18:01:59 +01:00
Ralf Jung
bbdc3380d5 fix tests 2018-12-07 10:15:25 +01:00
Ralf Jung
1a41ce6319 Merge remote-tracking branch 'origin/master' into stacked-borrows-2-phase 2018-12-07 09:03:15 +01:00