summary refs log tree commit diff
path: root/src/tools/miri/tests/ui.rs
AgeCommit message (Expand)AuthorLines
2024-09-29let rustfmt format importsRalf Jung-1/+2
2024-09-21fmt (with a huge diff for some reason)Ralf Jung-18/+15
2024-09-16Fix run --depOli Scherer-0/+1
2024-09-16Refator DependencyBuilder constructionOli Scherer-14/+15
2024-09-16Bump ui testOli Scherer-55/+65
2024-09-12Remove an unused piece of logicOli Scherer-4/+1
2024-09-03Enable native libraries on macOSJesse Rusak-9/+10
2024-08-30enable Miri to pass const pointers through FFIStrophox-3/+10
2024-08-10miri-script: use --remap-path-prefix to print errors relative to the right rootRalf Jung-5/+7
2024-08-05use a Miri-specific folder for ui testsRalf Jung-1/+1
2024-05-11Merge from rustcThe Miri Cronjob Bot-2/+2
2024-05-10rename 'extern-so' to 'native-lib'Ralf Jung-15/+15
2024-05-08Use generic `NonZero`.Markus Reiter-2/+2
2024-04-28Remove direct dependencies on lazy_static, once_cell and byteorderGeorge Bateman-9/+13
2024-04-15Auto merge of #3411 - RalfJung:sysroot, r=RalfJungbors-0/+7
2024-04-15fix error display for './miri run --dep'Ralf Jung-1/+2
2024-04-08set --sysroot outside the driver rather than messing with the arguments passe...Ralf Jung-0/+7
2024-03-31extern-so: give the version script a better name; show errors from failing to...Ralf Jung-8/+12
2024-03-26run_dep_mode: treat program.args and program.env consistentlyRalf Jung-29/+28
2024-03-23disable RUST_BACKTRACE in CI, set it inside the test harness insteadRalf Jung-4/+9
2024-03-23when a test fails, repeat the target after the failure reportRalf Jung-0/+2
2024-03-09rename tests/compiletest → tests/uiRalf Jung-0/+304