about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass
AgeCommit message (Expand)AuthorLines
2024-04-26add test for concurrent env var accessRalf Jung-0/+8
2024-04-26Auto merge of #3516 - RalfJung:pathbuf, r=RalfJungbors-37/+60
2024-04-26add smoke tests for basic PathBuf interactionsRalf Jung-37/+60
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-2/+2
2024-04-25fmtThe Miri Cronjob Bot-79/+147
2024-04-25Merge from rustcThe Miri Cronjob Bot-25/+24
2024-04-25Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnayMatthias Krüger-1/+0
2024-04-24Stabilize `std::path::absolute`Chris Denton-1/+0
2024-04-24Auto merge of #3492 - eduardosm:intrinsics-x86-avx2, r=oli-obkbors-0/+1613
2024-04-24Fix miri testGary Guo-1/+1
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-23/+23
2024-04-24Auto merge of #3507 - RalfJung:let-underscore, r=RalfJungbors-11/+11
2024-04-24avoid 'let _' in tests where we actually want the value to be computedRalf Jung-11/+11
2024-04-24Auto merge of #3502 - RalfJung:GetUserProfileDirectoryW, r=RalfJungbors-1/+1
2024-04-24windows: basic support for GetUserProfileDirectoryWRalf Jung-1/+1
2024-04-24Merge from rustcThe Miri Cronjob Bot-21/+23
2024-04-23Implement LLVM x86 AVX2 intrinsicsEduardo Sánchez Muñoz-0/+1613
2024-04-23chore: fix some typos in commentsforcedebug-2/+2
2024-04-23Auto merge of #3493 - eduardosm:env-set, r=oli-obkbors-0/+7
2024-04-23Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obkMatthias Krüger-21/+23
2024-04-23Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obkbors-0/+235
2024-04-21Add `-Zmiri-env-set` to set environment variables without modifying the host ...Eduardo Sánchez Muñoz-0/+7
2024-04-21Miri: detect wrong vtables in wide pointersRalf Jung-21/+23
2024-04-20Merge from rustcThe Miri Cronjob Bot-0/+4
2024-04-19Auto merge of #3475 - RalfJung:reduce-reuse-recycle, r=RalfJungbors-0/+66
2024-04-18when reusing an address, most of the time only reuse from the current threadRalf Jung-0/+3
2024-04-18when an address gets reused, establish a happens-before link in the data race...Ralf Jung-0/+63
2024-04-18when suggesting RUST_BACKTRACE=1, add a special note for Miri's env var isola...Ralf Jung-0/+4
2024-04-18add test for Drop terminator on non-drop typeRalf Jung-0/+21
2024-04-17Auto merge of #3480 - RalfJung:alloc_error_handler, r=RalfJungbors-22/+5
2024-04-17no need to use miri's native stderr hereRalf Jung-3/+2
2024-04-17tests/utils: add fmt::Write implementations for miri's native stdout/stderrRalf Jung-19/+3
2024-04-17fmtThe Miri Cronjob Bot-10/+12
2024-04-17Merge from rustcThe Miri Cronjob Bot-0/+40
2024-04-17Rollup merge of #124013 - RalfJung:box-to-raw, r=oli-obkGuillaume Gomez-0/+40
2024-04-16implement support for __rust_alloc_error_handlerRalf Jung-5/+5
2024-04-16Add simple async drop glue generationzetanumbers-0/+235
2024-04-16Box::into_raw: make Miri understand that this is a box-to-raw castRalf Jung-0/+40
2024-04-15add some basic support for GetFullPathNameWRalf Jung-0/+38
2024-04-15Windows: add basic support for FormatMessageWRalf Jung-3/+15
2024-04-04Force `move` async-closures that are `FnOnce` to make their inner coroutines ...Michael Goulet-31/+14
2024-04-04Actually use the inferred ClosureKind from signature inference in coroutine-c...Michael Goulet-10/+65
2024-04-03rename `expose_addr` to `expose_provenance`joboet-9/+9
2024-04-02Rollup merge of #123349 - compiler-errors:async-closure-captures, r=oli-obkJubilee-0/+101
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-16/+16
2024-04-02Comments, comments, commentsMichael Goulet-0/+2
2024-04-02Fix capture analysis for by-move closure bodiesMichael Goulet-0/+99
2024-03-26In ConstructCoroutineInClosureShim, pass receiver by ref, not pointerMichael Goulet-14/+70
2024-03-23rename ptr::from_exposed_addr -> ptr::with_exposed_provenanceRalf Jung-16/+16
2024-03-23add support for missing SIMD float intrinsicsRalf Jung-0/+18