summary refs log tree commit diff
path: root/src/tools/miri/README.md
AgeCommit message (Expand)AuthorLines
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
2023-08-21fix MIRI_AUTO_OPS not having an effect any moreRalf Jung-2/+2
2023-08-08[nit][typo] Remove "currently" that breaks reading flow.Taras Tsugrii-1/+1
2023-07-26Unite bless environment variables under `RUSTC_BLESS`Trevor Gross-1/+1
2023-07-21make full field retagging the defaultRalf Jung-9/+5
2023-07-16link to a definition of soundnessRalf Jung-1/+2
2023-07-16clarify that we do not prove soundnessRalf Jung-0/+6
2023-06-28Auto merge of #2936 - Vanille-N:unique, r=RalfJungbors-0/+3
2023-06-28Unique gets special treatment when -Zmiri-unique-is-uniqueNeven Villani-0/+3
2023-06-27Add trophyAndy Wang-0/+1
2023-05-09Amend the docs for -Zmiri-measuremeBen Kimock-1/+1
2023-04-17Merge from rustcOli Scherer-5/+9
2023-04-16Add a flag to disable leak backtracesBen Kimock-5/+9
2023-04-14Fix spellingJosh Soref-1/+1
2023-03-28add link for tree borrows similar to stacked borrowsYerke Tulibergenov-4/+5
2023-03-16TB: document TB changes in READMENeven Villani-118/+13
2023-03-12tweak readmeRalf Jung-3/+3
2023-03-12Add a section on using nextestBen Kimock-0/+20
2023-02-24Use full path to `c_char` in READMELevitatingLion-1/+1
2023-02-24Add ARM targets to CILevitatingLion-1/+3
2023-02-24Use pointers to `c_char` instead of `i8` in `miri_host_to_target_path`LevitatingLion-1/+1
2022-12-24Merge from rustcRalf Jung-0/+1