about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2024-03-31bash: use variable expansion that properly distinguishes null vs non-existingRalf Jung-9/+9
2024-03-31ci: separetely control which host-only tests are run whereRalf Jung-21/+33
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-31Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-30Auto merge of #3434 - RalfJung:stacked-borrows-cache-consistency, r=RalfJungbors-10/+18
2024-03-30cotrol stacked borrows consistency check with its own feature flagRalf Jung-10/+18
2024-03-30move tests away from the slow Windows builderRalf Jung-2/+2
2024-03-30run GC stress test only for host testsRalf Jung-2/+2
2024-03-30Auto merge of #3430 - RalfJung:doc, r=RalfJungbors-5/+5
2024-03-30make some doc comments not doc testsRalf Jung-5/+5
2024-03-30Merge from rustcThe Miri Cronjob Bot-8/+0
2024-03-30Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
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-19/+89
2024-03-29Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-29Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstriebbors-2/+10
2024-03-26Rollup merge of #123055 - onur-ozkan:miri-rustdoc, r=RalfJungMatthias Krüger-3/+9
2024-03-26Auto merge of #3423 - RalfJung:proc-macro-2, r=RalfJungbors-67/+37
2024-03-26update the remaining test-cargo-miri dependencies as well (while we are at it)Ralf Jung-11/+11
2024-03-26update proc-macro2Ralf Jung-2/+2
2024-03-26rename our proc-macro test crate to a more clear nameRalf Jung-45/+20
2024-03-26test-cargo-miri: add proc-macro2 instead of anyhowRalf Jung-11/+6
2024-03-26In ConstructCoroutineInClosureShim, pass receiver by ref, not pointerMichael Goulet-14/+70
2024-03-26avoid mutating the global environmentRalf Jung-11/+6
2024-03-26Auto merge of #3420 - RalfJung:eyre, r=RalfJungbors-0/+25
2024-03-26add eyre to test-cargo-miriRalf Jung-0/+25
2024-03-26Auto merge of #3415 - JoJoDeveloping:tree-borrows-initialized-root, r=RalfJungbors-20/+40
2024-03-26Tree Borrows: Make tree root always be `Active` and initializedJohannes Hostert-20/+40
2024-03-26Auto merge of #3419 - RalfJung:rustup, r=RalfJungbors-15/+8
2024-03-26fmtRalf Jung-1/+1
2024-03-26Merge from rustcRalf Jung-15/+8
2024-03-26Preparing for merge from rustcRalf Jung-1/+1
2024-03-26cargo-miri: clean up info_query treatment a bit, and update comment about RUSTCRalf Jung-30/+31
2024-03-26run command: simplify flag computationRalf Jung-10/+13
2024-03-26run_dep_mode: treat program.args and program.env consistentlyRalf Jung-29/+28
2024-03-26enable cargo miri test doctestsonur-ozkan-3/+9
2024-03-26we have to ignore RUSTC_WORKSPACE_WRAPPER as wellRalf Jung-0/+7
2024-03-26Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJungbors-15/+8
2024-03-25support '--sysroot=' form of setting the sysroot as wellRalf Jung-1/+1
2024-03-25Merge from rustcRalf Jung-4/+4
2024-03-25Preparing for merge from rustcRalf Jung-1/+1
2024-03-25Auto merge of #3413 - RalfJung:cargo-miri-misc, r=RalfJungbors-4/+28
2024-03-25phase_rustdoc: add a heuristic to make us more certain that this is really ru...Ralf Jung-4/+18
2024-03-25test-cargo-miri: test anyhowRalf Jung-0/+10
2024-03-25CONTRIBUTING: vsocde settings: add --all-targetsRalf Jung-0/+2
2024-03-24Auto merge of #3402 - RalfJung:miri-script, r=RalfJungbors-6/+21
2024-03-24Auto merge of #3406 - RalfJung:many-seeds, r=RalfJungbors-6/+7