Ralf Jung
|
bb47df94dd
|
use cargo miri setup for CI
|
2018-11-27 08:16:58 +01:00 |
|
Ralf Jung
|
738133b379
|
complete setup routine: instal rust-src, build libstd, use it
|
2018-11-27 08:16:58 +01:00 |
|
Ralf Jung
|
c945e30d10
|
setup routine to install xargo when missing
|
2018-11-27 08:16:58 +01:00 |
|
Ralf Jung
|
6bd76c7ee1
|
cargo miri: factor package manifest logic into separate function
|
2018-11-27 08:16:58 +01:00 |
|
Ralf Jung
|
14d58ca8a9
|
fix clippy lint whitelisting
|
2018-11-27 08:16:58 +01:00 |
|
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
|
5a8ed25aa8
|
Merge pull request #544 from RalfJung/let_
do not use 'let _', it is strange
|
2018-11-26 18:06:54 +01:00 |
|
Ralf Jung
|
7d623f73cc
|
do not use 'let _', it is strange
|
2018-11-26 15:31:53 +01:00 |
|
Ralf Jung
|
6f9ee8b9e5
|
Merge pull request #536 from RalfJung/self-referential-generator
test self-referential generator
|
2018-11-26 11:52:44 +01:00 |
|
Ralf Jung
|
1edba2337b
|
Merge branch 'master' into self-referential-generator
|
2018-11-26 09:47:22 +01:00 |
|
Ralf Jung
|
e6948fa6ea
|
Merge pull request #519 from solson/allocations
Update to Memory -> Allocation method move
|
2018-11-26 09:47:00 +01:00 |
|
Ralf Jung
|
ac9649b7c0
|
bump Rust version
|
2018-11-26 08:54:24 +01:00 |
|
Ralf Jung
|
49ffb981e9
|
Merge remote-tracking branch 'origin/master' into allocations
|
2018-11-26 08:54:05 +01:00 |
|
Ralf Jung
|
afb03d38d7
|
Merge pull request #541 from solson/rustup
fix for new Align type
|
2018-11-24 14:06:21 +01:00 |
|
Ralf Jung
|
82d4146a6c
|
bump Rust
|
2018-11-24 11:58:43 +01:00 |
|
Oliver Scherer
|
32e93ed776
|
Update to Memory -> Allocation method move
|
2018-11-23 17:00:31 +01:00 |
|
Ralf Jung
|
68ba6cdbaa
|
fix for new Align type
|
2018-11-23 09:46:51 +01:00 |
|
Ralf Jung
|
3798a8edb2
|
Merge pull request #538 from solson/rustup
remove stabilized feature flag
|
2018-11-22 08:50:57 +01:00 |
|
Ralf Jung
|
1703d31eac
|
bump rust
|
2018-11-22 08:21:26 +01:00 |
|
Ralf Jung
|
094d07c114
|
Merge remote-tracking branch 'origin/master' into rustup
|
2018-11-22 08:21:05 +01:00 |
|
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
|
e26ecc42c8
|
Merge pull request #540 from RalfJung/partially-invalidate-mut
test that we support partial invalidation of mutable references
|
2018-11-21 19:31:21 +01:00 |
|
Ralf Jung
|
6eb153aca2
|
Merge branch 'master' into partially-invalidate-mut
|
2018-11-21 16:53:19 +01:00 |
|
Ralf Jung
|
17d085198c
|
Merge pull request #539 from RalfJung/no-frozen-mut
on a deref, check that we are not using a mutable ref with a frozen tag
|
2018-11-21 16:52:36 +01:00 |
|
Ralf Jung
|
04794c4c2a
|
test that we support partial invalidation of mutable references
|
2018-11-21 16:08:46 +01:00 |
|
Ralf Jung
|
694d2490f1
|
slightly more verbose error msg
|
2018-11-21 16:02:38 +01:00 |
|
Ralf Jung
|
41f89beb3f
|
if let
|
2018-11-21 16:01:39 +01:00 |
|
Ralf Jung
|
ec8cc029c1
|
on a deref, check that we are not using a mutable ref with a frozen tag
|
2018-11-21 15:44:47 +01:00 |
|
Ralf Jung
|
984c3368a9
|
remove stabilized feature flag
|
2018-11-21 13:41:57 +01:00 |
|
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
|
a6401e7d1d
|
Merge pull request #537 from solson/rustup
bump Rust
|
2018-11-21 11:15:00 +01:00 |
|
Ralf Jung
|
0b7625a079
|
make sure compile-fail tests would compile if we screw up
|
2018-11-21 10:19:00 +01:00 |
|
Ralf Jung
|
6181b29f5d
|
bump Rust
|
2018-11-21 09:52:31 +01:00 |
|
Ralf Jung
|
7fe24a2b86
|
also add an async fn test
|
2018-11-20 16:09:06 +01:00 |
|
Ralf Jung
|
8d6472a76c
|
test self-referential generator
|
2018-11-20 15:07:09 +01:00 |
|
Ralf Jung
|
669b9ea5bc
|
Merge pull request #535 from RalfJung/tests-edition-2018
Use edition 2018 for tests
|
2018-11-20 15:00:22 +01:00 |
|
Ralf Jung
|
22f11b8eec
|
make tests compatible with 2018 edition
|
2018-11-20 14:15:14 +01:00 |
|
Ralf Jung
|
1ae536b03e
|
use 2018 edition for tests
|
2018-11-20 12:41:34 +01:00 |
|
Ralf Jung
|
3cfaed2dbd
|
Merge pull request #533 from RalfJung/cargo-miri-2018
port cargo-miri-test to 2018 edition, mostly to test that that works with cargo miri
|
2018-11-20 10:40:55 +01:00 |
|
Ralf Jung
|
f41decc6e1
|
Merge branch 'master' into cargo-miri-2018
|
2018-11-20 10:18:34 +01:00 |
|
Ralf Jung
|
adfede5cec
|
Merge pull request #526 from RalfJung/mut-visitor
Retagging: Recurse into compound values
|
2018-11-20 10:16:58 +01:00 |
|
Ralf Jung
|
5b095e1652
|
stdout not implemented on windows
|
2018-11-20 09:12:29 +01:00 |
|
Ralf Jung
|
cfa6397ad0
|
UnsafeCell no longer needs to be on the whitelist
|
2018-11-20 08:50:08 +01:00 |
|
Ralf Jung
|
6085865975
|
adjust for InboundsCheck parameter of memory bounds check
|
2018-11-20 08:45:25 +01:00 |
|
Ralf Jung
|
b8486ce9d6
|
bump Rust version
|
2018-11-20 08:30:18 +01:00 |
|
Ralf Jung
|
d619049b2d
|
Merge branch 'miri-backtrace' into mut-visitor
|
2018-11-20 08:29:51 +01:00 |
|
Ralf Jung
|
ef2ffed93f
|
port cargo-miri-test to 2018 edition, mostly to test that that works with cargo miri
|
2018-11-19 22:59:41 +01:00 |
|
Ralf Jung
|
a806805f23
|
add an interesting testcase
|
2018-11-19 10:26:40 +01:00 |
|
Ralf Jung
|
06d77730de
|
reorder cargo flags for consistency
|
2018-11-19 09:42:03 +01:00 |
|
Ralf Jung
|
aad47db21b
|
Merge remote-tracking branch 'origin/master' into mut-visitor
|
2018-11-19 09:41:40 +01:00 |
|
Ralf Jung
|
dc2d15d883
|
Merge pull request #530 from RalfJung/appveyor
AppVeyor: consistently use --all-features
|
2018-11-18 09:10:28 +01:00 |
|
Ralf Jung
|
18b2426b1b
|
AppVeyor: consistently use --all-features
|
2018-11-17 15:01:38 +01:00 |
|
Ralf Jung
|
64ac8fd1cc
|
Merge pull request #529 from matthiaskrgr/bench
benchmarks: make them build again
|
2018-11-17 14:48:42 +01:00 |
|