about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2023-08-08Merge from rustcThe Miri Conjob Bot-5/+5
2023-08-08Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-07[perf] Reserve capacity for argvs.Taras Tsugrii-1/+1
2023-08-07Rollup merge of #114570 - ttsugriy:miri-vc-typo, r=RalfJungMatthias Krüger-1/+1
2023-08-07Auto merge of #114560 - RalfJung:miri, r=RalfJungbors-778/+1645
2023-08-06[miri][typo] Fix a typo in a vector_block comment.Taras Tsugrii-1/+1
2023-08-06Add a new `compare_bytes` intrinsic instead of calling `memcmp` directlyScott McMurray-4/+4
2023-08-06Auto merge of #3016 - RalfJung:is_reserved, r=RalfJungbors-2/+2
2023-08-06fix typo: is_reservedRalf Jung-2/+2
2023-08-06rustc-pull: put a newline after the commit IDRalf Jung-1/+1
2023-08-05add a test ensuring that we enforce noalias on accessesRalf Jung-7/+37
2023-08-05tree borrows: consider some retags as writes for the purpose of data racesRalf Jung-138/+186
2023-08-05ensure we allow zero-sized references to functions and vtablesRalf Jung-0/+32
2023-08-05borrow tracking: simplify provenance updatingRalf Jung-55/+20
2023-08-05fix return place protection when the place is given as a localRalf Jung-1/+71
2023-08-05fmtRalf Jung-10/+2
2023-08-05Merge from rustcRalf Jung-6/+4
2023-08-05Preparing for merge from rustcRalf Jung-1/+1
2023-08-04interpret: add mplace_to_ref helper methodRalf Jung-6/+4
2023-08-04Auto merge of #3011 - saethlin:spellck, r=RalfJungbors-7/+7
2023-08-04Merge from rustcThe Miri Conjob Bot-5/+8
2023-08-04Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-03Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obkbors-0/+1
2023-08-03A bit of spell-checkingBen Kimock-7/+7
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-08-03Auto merge of #3009 - oli-obk:auto_actions, r=oli-obkbors-9/+16
2023-08-03add test checking that overlapping assignments workRalf Jung-0/+9
2023-08-03Avoid infinite recursion for auto-fmt and auto-clippyOli Scherer-9/+16
2023-08-03fmtThe Miri Conjob Bot-2/+7
2023-08-03Merge from rustcThe Miri Conjob Bot-175/+179
2023-08-03Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-02cargo-miri: avoid set_envRalf Jung-7/+18
2023-08-02Command debug printing prints the environment these days, we can kill some cu...Ralf Jung-39/+1
2023-08-02fix miri-script being silent when running './miri test'Ralf Jung-8/+14
2023-08-02no need to forward all env varsRalf Jung-17/+8
2023-08-02Auto merge of #3004 - RalfJung:borrow-tests, r=RalfJungbors-11/+77
2023-08-02const validation: point at where we found a pointer but expected an integerRalf Jung-5/+7
2023-08-02add local_addr_of_mut testRalf Jung-0/+12
2023-08-02miri-script: simplify flag computation a bitRalf Jung-12/+12
2023-08-02add write_does_not_invalidate_all_aliases test, and enable direct_mut_to_cons...Ralf Jung-11/+65
2023-08-02Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstriebbors-0/+4
2023-08-02Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obkbors-175/+175
2023-08-02fmtThe Miri Conjob Bot-8/+12
2023-08-02Merge from rustcThe Miri Conjob Bot-50/+123
2023-08-02Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-01Auto merge of #114331 - matthiaskrgr:rollup-rnrmwcx, r=matthiaskrgrbors-0/+24
2023-08-01properly track why we checked whether a pointer is in-boundsRalf Jung-102/+102
2023-08-01Rollup merge of #114296 - RalfJung:interpret-repeat-align, r=oli-obkMatthias Krüger-0/+24
2023-08-01Auto merge of #112849 - m-ou-se:panic-message-format, r=thomccbors-49/+98
2023-08-01rename deref_operand → deref_pointer and some Miri helper functionsRalf Jung-73/+73