about summary refs log tree commit diff
path: root/src/tools/miri/tests
AgeCommit message (Expand)AuthorLines
2024-04-18add test for Drop terminator on non-drop typeRalf Jung-0/+21
2024-04-17Merge from rustcRalf Jung-1/+1
2024-04-17Rollup merge of #124030 - RalfJung:adjust_alloc_base_pointer, r=oli-obkMatthias Krüger-1/+1
2024-04-17Auto merge of #3480 - RalfJung:alloc_error_handler, r=RalfJungbors-120/+171
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-59/+64
2024-04-17alloc_error_handler tests: directly call handle_alloc_error; test more codepathsRalf Jung-75/+122
2024-04-17interpret: rename base_pointer -> root_pointerRalf Jung-1/+1
2024-04-17fmtThe Miri Cronjob Bot-10/+12
2024-04-17Merge from rustcThe Miri Cronjob Bot-2/+42
2024-04-17Rollup merge of #124013 - RalfJung:box-to-raw, r=oli-obkGuillaume Gomez-2/+42
2024-04-16Auto merge of #3478 - RalfJung:alloc_error_handler, r=RalfJungbors-5/+186
2024-04-16implement support for __rust_alloc_error_handlerRalf Jung-5/+186
2024-04-16no_std works on Windows nowRalf Jung-4/+0
2024-04-16Add simple async drop glue generationzetanumbers-0/+235
2024-04-16deadlock: show backtrace for all threadsRalf Jung-9/+114
2024-04-16Box::into_raw: make Miri understand that this is a box-to-raw castRalf Jung-2/+42
2024-04-16Miri: adopt to new intrinsic typesMaybe Waffle-2/+2
2024-04-15Auto merge of #3466 - RalfJung:GetFullPathNameW, r=RalfJungbors-0/+38
2024-04-15Auto merge of #3411 - RalfJung:sysroot, r=RalfJungbors-0/+7
2024-04-15add some basic support for GetFullPathNameWRalf Jung-0/+38
2024-04-15Auto merge of #3465 - RalfJung:run-dep-error-format, r=RalfJungbors-1/+2
2024-04-15fix error display for './miri run --dep'Ralf Jung-1/+2
2024-04-15Windows: add basic support for FormatMessageWRalf Jung-3/+15
2024-04-08set --sysroot outside the driver rather than messing with the arguments passe...Ralf Jung-0/+7
2024-04-06make 'missing extern static' error consistent with missing shimRalf Jung-9/+9
2024-04-06Merge from rustcRalf Jung-0/+38
2024-04-06chore: fix some typosfindseat-1/+1
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-04Merge from rustcThe Miri Cronjob Bot-11/+112
2024-04-03rename `expose_addr` to `expose_provenance`joboet-11/+11
2024-04-02Rollup merge of #123349 - compiler-errors:async-closure-captures, r=oli-obkJubilee-0/+101
2024-04-03Merge from rustcThe Miri Cronjob Bot-22/+22
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-22/+22
2024-04-02Comments, comments, commentsMichael Goulet-0/+2
2024-04-02Fix capture analysis for by-move closure bodiesMichael Goulet-0/+99
2024-03-31there is no need for these wildcardsRalf Jung-6/+7
2024-03-31extern-so: give the version script a better name; show errors from failing to...Ralf Jung-8/+14
2024-03-31Merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-30Merge from rustcThe Miri Cronjob Bot-8/+0
2024-03-29stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gateAria Beingessner-1/+1
2024-03-29Auto merge of #122520 - scottmcm:stabilize_unchecked_math_basics, r=jhprattbors-8/+0
2024-03-29Merge from rustcThe Miri Cronjob Bot-14/+70
2024-03-26In ConstructCoroutineInClosureShim, pass receiver by ref, not pointerMichael Goulet-14/+70
2024-03-26run_dep_mode: treat program.args and program.env consistentlyRalf Jung-29/+28
2024-03-24Auto merge of #3398 - tiif:add_libc_fs_test, r=RalfJungbors-0/+63
2024-03-24Add libc test for rename and ftruncatetiif-0/+63
2024-03-24Merge from rustcRalf Jung-0/+78
2024-03-23Auto merge of #122952 - RalfJung:miri, r=RalfJungbors-16/+97