Commit Graph

2236 Commits

Author SHA1 Message Date
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
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
Ralf Jung
173ad363a0
Merge pull request #559 from RalfJung/fixme
remove/fix outdated FIXMEs in tests
2018-12-03 11:48:41 +01:00
Ralf Jung
61f20761d3
Merge branch 'master' into stacked-borrows-2-phase 2018-12-03 11:11:32 +01:00
Ralf Jung
0cb3bf7912
Merge branch 'master' into fixme 2018-12-03 10:52:59 +01:00
Ralf Jung
5bde40cb63
Merge pull request #557 from RalfJung/fix-mutability-gap
fix mutability gap: do not allow shared mutation when creating frozen reference
2018-12-03 10:49:12 +01:00
Ralf Jung
b6e5822601 add FIXME 2018-12-03 10:28:32 +01:00
Ralf Jung
d11a6766ad use assert 2018-12-03 10:26:39 +01:00
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
e73d0a3bca
Merge branch 'master' into fixme 2018-12-03 09:38:32 +01:00
Ralf Jung
04057432c1 bump nightly 2018-12-03 09:15:18 +01:00
Ralf Jung
9d0c1dd676 disable VecDeque test until the fix lands in rustc 2018-12-03 09:15:18 +01:00
Ralf Jung
0e44876a2d fix mutability gap: do not allow shared mutation when creating frozen reference 2018-12-03 09:15:18 +01:00
Ralf Jung
21fd5fd168
Merge pull request #561 from solson/rustup
We don't need no whitelist
2018-12-03 09:13:12 +01:00
Ralf Jung
6df89de68a we don't need no whitelist 2018-12-02 17:18:25 +01:00
Ralf Jung
c9bb212cae
Merge pull request #560 from RalfJung/libstd-features
build libstd with minimal features
2018-12-02 14:45:11 +01:00
Ralf Jung
e12d4bc70c build libstd with minimal features 2018-12-02 14:05:14 +01:00
Ralf Jung
b2305da8d0 assert some sense 2018-12-02 13:30:09 +01:00
Ralf Jung
479eb3bd2b support for basic (non-overlapping) 2-phase borrows 2018-12-02 13:30:09 +01:00
Ralf Jung
fe1769566b
Merge pull request #556 from Nemo157/skip-embedded-targets
Skip testing targets that don't ship libstd
2018-12-02 13:29:13 +01:00
Ralf Jung
7e9be4c082
Merge branch 'master' into skip-embedded-targets 2018-12-02 12:52:03 +01:00
Wim Looman
91f0b28ecc Skip testing targets that don't ship libstd 2018-12-02 12:47:15 +01:00
Ralf Jung
36a2b89522 remove a whole lot of unnecessary attributes 2018-12-02 11:26:09 +01:00
Ralf Jung
429d84f068 remove/fix outdated FIXMEs in tests 2018-12-02 11:14:24 +01:00