summary refs log tree commit diff
path: root/src/tools/miri/README.md
AgeCommit message (Expand)AuthorLines
2024-08-13remove the concept of a Call IDRalf Jung-4/+0
2024-08-11Rollup merge of #128592 - evelynharthbrooke:master, r=Mark-SimulacrumMatthias Krüger-1/+0
2024-08-05Merge from rustcRalf Jung-0/+2
2024-08-03Promote aarch64-apple-darwin to Tier 1Evelyn Harthbrooke-1/+0
2024-08-03Miri: add a flag to do recursive validity checkingRalf Jung-0/+2
2024-08-02docsRalf Jung-0/+13
2024-06-28readme: tweak wording around soundnessRalf Jung-4/+6
2024-06-24clarify the status of Tree BorrowsRalf Jung-2/+6
2024-06-13document --many-seeds; set the default range to 0..64Ralf Jung-17/+15
2024-05-28move ./miri environment variables to CONTRIBUTINGRalf Jung-15/+6
2024-05-10rename 'extern-so' to 'native-lib'Ralf Jung-6/+6
2024-05-09make RUSTC_BLESS entirely an internal thingRalf Jung-2/+0
2024-05-09make MIRI_TEST_TARGET entirely an internal thingRalf Jung-34/+0
2024-05-08Update documentation for miri-script test changesRoss Smyth-1/+1
2024-05-07remove problems that I do not think we have seen in a whileRalf Jung-13/+0
2024-05-07README: update introductionRalf Jung-39/+31
2024-05-05solaris support start.David Carlier-1/+1
2024-05-05illumos support.David Carlier-0/+1
2024-05-04Auto merge of #3554 - RalfJung:freebsd, r=RalfJungbors-2/+5
2024-05-04document unofficially supported OSesRalf Jung-2/+5
2024-05-04update 'unsupported' messageRalf Jung-1/+1
2024-04-23add Windows TLS bug to trophy caseRalf Jung-1/+3
2024-04-23Auto merge of #3493 - eduardosm:env-set, r=oli-obkbors-0/+4
2024-04-23Missing word at the end of sentenceOli Scherer-1/+1
2024-04-21Add `-Zmiri-env-set` to set environment variables without modifying the host ...Eduardo Sánchez Muñoz-0/+4
2024-04-18when reusing an address, most of the time only reuse from the current threadRalf Jung-2/+7
2024-04-18do not reuse stack addresses; make reuse rate configurableRalf Jung-0/+5
2024-04-08readme updatesRalf Jung-20/+17
2024-04-08set --sysroot outside the driver rather than messing with the arguments passe...Ralf Jung-3/+2
2024-04-05Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkanbors-0/+2
2024-04-03add 'x.py miri', and make it work for 'library/{core,alloc,std}'Ralf Jung-0/+2
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-1/+1
2024-03-26enable cargo miri test doctestsonur-ozkan-0/+2
2024-03-23rename ptr::from_exposed_addr -> ptr::with_exposed_provenanceRalf Jung-1/+1
2024-03-06Auto merge of #3340 - RalfJung:no-disable-abi-check, r=oli-obkbors-2/+0
2024-03-04we properly rebuild the cache now when MIRI_LIB_SRC contents changeRalf Jung-5/+1
2024-03-04implement manual deduplication for isolation-error=warn-nobacktraceRalf Jung-2/+2
2024-03-03readmeRalf Jung-0/+2
2024-03-02remove the ability to disable ABI checkingRalf Jung-2/+0
2024-02-27add mpsc memory leak to trophy caseRalf Jung-0/+1
2024-02-24Add "cargo miri clean" commandRoss Smyth-2/+2
2024-02-04Stop recommending cargo clean in READMETommi Virtanen-5/+2
2023-12-21another trophyRalf Jung-0/+1
2023-12-03new trophy case entryRalf Jung-0/+1
2023-11-19tag-gc -> provenance-gcBen Kimock-4/+4
2023-10-27add aarch64-apple-darwin to list of supported targetsRalf Jung-2/+3
2023-10-04auto-detect no_std where possibleRalf Jung-2/+4
2023-09-25Document new env varOli Scherer-0/+2
2023-09-21deprecate -Zmiri-disable-abi-checkRalf Jung-1/+1
2023-08-31update target support sectionRalf Jung-15/+13