bors
|
b09ae31da0
|
Auto merge of #871 - RalfJung:miri-rustc-cleanup, r=RalfJung
Cleanup after rustc bootstrap tests Miri with a separate libstd
Should only be merged after https://github.com/rust-lang/rust/pull/63162 got the green light.
|
2019-08-08 20:43:47 +00:00 |
|
Ralf Jung
|
e8d956c4fa
|
add getrandom bug
|
2019-08-04 15:09:13 +02:00 |
|
Ralf Jung
|
40d647a060
|
test-miri is no longer a thing
|
2019-07-31 15:29:56 +02:00 |
|
Ralf Jung
|
fcbdd2c864
|
move CI remark down to CI section
|
2019-07-30 17:04:57 +02:00 |
|
Ralf Jung
|
b1ba07b0ca
|
call out more clearly what we do not test; update paragraph on intptrcast
|
2019-07-30 11:23:56 +02:00 |
|
Ralf Jung
|
e843077d1d
|
link to UB definition
|
2019-07-25 19:38:55 +02:00 |
|
Ralf Jung
|
59fa7c2cf5
|
readme: move flags and env vars up above dev
|
2019-07-24 14:18:42 +02:00 |
|
Ralf Jung
|
068517ae66
|
make sure we always have an RNG
|
2019-07-23 21:38:53 +02:00 |
|
Ralf Jung
|
4cbd31220b
|
update README about what we do not support
|
2019-07-14 09:34:08 +02:00 |
|
Ralf Jung
|
eb4128fb42
|
don't call Stacked Borrows hooks at all when validation is disabled
|
2019-07-03 10:47:28 +02:00 |
|
Ralf Jung
|
e8e42ab5ec
|
add another bug we found to the list
|
2019-07-02 09:51:16 +02:00 |
|
Ralf Jung
|
cb6d4f0c9a
|
test even more size-alignment combinations. found a bug in libstd!
|
2019-06-30 21:23:48 +02:00 |
|
Ralf Jung
|
7a6438ada6
|
add snippet for running Miri on CI
|
2019-06-25 10:05:34 +02:00 |
|
Ralf Jung
|
118274f300
|
README: mention to cargo update, mention rustup-toolchain-install-master
|
2019-06-13 08:43:35 +02:00 |
|
Ralf Jung
|
b0b082d4d8
|
do not handle MIRI_SYSROOT in the driver at all, rely fully on the --sysroot flag
|
2019-06-09 17:10:04 +02:00 |
|
Ralf Jung
|
cf96396fcc
|
make miri script smarter: auto-determine MIRI_SYSROOT, handle MIRI_TEST_TARGET
|
2019-05-27 14:41:44 +02:00 |
|
Ralf Jung
|
6420293af4
|
adjust readme to miri build script
|
2019-05-27 12:59:52 +02:00 |
|
Ralf Jung
|
ff6f101074
|
add more bugs that Miri found
|
2019-05-24 10:09:23 +02:00 |
|
Ralf Jung
|
df36c2bb7d
|
expand explanation of how we treat validity invariants
|
2019-05-20 09:32:01 +02:00 |
|
Ralf Jung
|
f9cf78d685
|
trophy case: add rand; separate definite bugs from stacked-borrows-is-not-yet-official bugs
|
2019-04-26 09:08:30 +02:00 |
|
Ralf Jung
|
0d53178d5b
|
Merge branch 'master' into dev
|
2019-04-21 10:57:49 +02:00 |
|
Ralf Jung
|
a20719cec6
|
add section on the no MIR error
|
2019-04-20 18:36:43 +02:00 |
|
Ralf Jung
|
677bd6f656
|
add LinkedList test and mention the bug Miri found there
|
2019-04-19 23:08:24 +02:00 |
|
Ralf Jung
|
bf6b7aa550
|
rewirte development part of README
|
2019-04-19 19:53:42 +02:00 |
|
Ralf Jung
|
d7bcaab737
|
document -Zmiri-seed
|
2019-04-17 08:20:02 +02:00 |
|
Ralf Jung
|
916221b0a4
|
Merge branch 'master' into patch-1
|
2019-04-06 10:26:27 +01:00 |
|
Ralf Jung
|
31bc4355aa
|
adjust README
|
2019-04-04 10:21:32 +01:00 |
|
Timo
|
7d6c8ad24b
|
README: Fix missing link
Thanks for your patience 🤦♂️
|
2019-03-31 14:52:57 -04:00 |
|
Timo
|
d54f9dc75c
|
README: Update to RalfJung's suggestion...
...verbatim. Thanks :)
|
2019-03-31 11:33:41 -04:00 |
|
Timo
|
67e123502c
|
README: Suggest using a previous nightly, revert other approach
|
2019-03-31 10:03:03 -04:00 |
|
Timo
|
d5cdba5ee6
|
Add alternative for how to install if rustup fails
As is the case now: https://rust-lang-nursery.github.io/rust-toolstate/
|
2019-03-30 17:53:15 -04:00 |
|
0xflotus
|
1100b4819c
|
fixed environment
|
2019-03-28 11:47:51 +01:00 |
|
Ralf Jung
|
63b4a7661d
|
explain Miri limitations
|
2019-03-26 10:08:22 +01:00 |
|
Ralf Jung
|
90dac3d4bd
|
update README to suggest installing Miri as a component
|
2019-03-25 22:50:22 +01:00 |
|
Ralf Jung
|
8c74325441
|
mention --exclude-should-panic
|
2019-03-10 17:53:30 +01:00 |
|
Ralf Jung
|
2ef399979b
|
README
|
2019-03-08 10:51:35 +01:00 |
|
Alexander Regueiro
|
12d3ecbaff
|
Various cosmetic improvements.
|
2019-02-26 18:37:46 +00:00 |
|
Taiki Endo
|
441442e071
|
Update some links
|
2019-02-23 19:56:29 +09:00 |
|
Ralf Jung
|
a4c852ddfe
|
link to bug list from intro
|
2019-02-15 10:43:27 +01:00 |
|
Ralf Jung
|
a3eae6c8ab
|
collect some bugs that we found
|
2019-02-15 10:41:25 +01:00 |
|
Ralf Jung
|
866aeaecfc
|
explain arument passing in the docs
|
2019-02-09 20:00:40 +01:00 |
|
Ralf Jung
|
08180f07ba
|
update docs
|
2019-02-07 14:44:30 +01:00 |
|
Ralf Jung
|
f3becd810e
|
explain how to run cargo miri with a locally compiled rustc
|
2019-02-05 21:35:15 +01:00 |
|
Ralf Jung
|
7dbd23626e
|
update development instructions in README
|
2019-02-05 15:03:11 +01:00 |
|
Ralf Jung
|
1cda220b4b
|
fix install command
|
2018-12-28 18:16:55 +01:00 |
|
Ralf Jung
|
d8c9c9dd4f
|
update README for some tracing being available on nightlies
|
2018-12-23 14:21:15 +01:00 |
|
Ralf Jung
|
adba97e4b2
|
document the cargo-miri feature
|
2018-12-19 11:16:19 +01:00 |
|
Ralf Jung
|
61c0df7930
|
remove outdated README comment
|
2018-12-19 11:05:15 +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
|
4d767e1f41
|
MIRI_SYSROOT is no longer needed for development agains a locally built rustc
|
2018-12-10 10:10:03 +01:00 |
|