about summary refs log tree commit diff
path: root/src/tools/miri/tests/ui.rs
AgeCommit message (Expand)AuthorLines
2025-08-06Add normalization for thread IDs in panic messagesTrevor Gross-1/+2
2025-07-27Add support for building and linking against genmcPatrick-6-0/+14
2025-07-19move and update test dependenciesRalf Jung-1/+1
2025-07-19bump ui_testRalf Jung-5/+3
2025-07-18make native-lib support compile-time-optional, and centralize cfg usageRalf Jung-1/+1
2025-07-12./x test miri: fix cleaning the miri_ui directoryRalf Jung-0/+2
2025-07-03only set host-specific CC; improve and de-duplicate native libs testing logicRalf Jung-13/+17
2025-05-17fix clippy lintsRalf Jung-4/+4
2025-05-07test suite: use CARGO_TARGET_TMPDIR for temporary build artifactsRalf Jung-3/+2
2025-03-08Erase non-pal sys platform pathsThalia Archibald-2/+2
2025-02-20Add explanation commentJakub Beránek-0/+1
2025-02-20Remove GitHub job summariesJakub Beránek-9/+4
2025-02-01fmtThe Miri Cronjob Bot-15/+18
2025-01-27Bump ui_testOli Scherer-6/+10
2025-01-27Avoid a bool and use an Option of ZST insteadOli Scherer-13/+23
2024-12-05extend Miri to correctly pass mutable pointers through FFIStrophox-0/+1
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