| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-07 | bless non-Linux tests | Ralf Jung | -3/+1 | |
| 2025-06-07 | make better use of label for data-race and some other errors | Ralf Jung | -2/+2 | |
| 2025-06-07 | diagnostics: do not repeat the entire message in the span label | Ralf Jung | -6/+3 | |
| 2025-05-19 | run tests on mips-unknown-linux-gnu | Ralf Jung | -0/+1 | |
| 2024-10-14 | add test ensuring a moved mutex deadlocks | Ralf Jung | -0/+32 | |
| 2024-09-16 | Bump ui test | Oli Scherer | -7/+7 | |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -1/+1 | |
| Merge `unused_tuple_struct_fields` into `dead_code` This implicitly upgrades the lint from `allow` to `warn` and places it into the `unused` lint group. [Discussion on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/Moving.20.60unused_tuple_struct_fields.60.20from.20allow.20to.20warn) | ||||
| 2024-01-02 | Allow unused tuple struct fields in Miri tests | Jake Goulding | -1/+1 | |
| Otherwise the newly-detected dead code causes new output | ||||
| 2023-12-25 | have windows tests use windows-sys | DrMeepster | -121/+0 | |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -4/+4 | |
| 2023-11-24 | Bless Miri tests | Nilstrieb | -2/+2 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-11-12 | more consistent naming for TLS tests | Ralf Jung | -31/+0 | |
| 2023-10-28 | accept some atomic loads from read-only memory | Ralf Jung | -31/+62 | |
| 2023-10-15 | don't UB on dangling ptr deref, instead check inbounds on projections | Ralf Jung | -2/+2 | |
| 2023-09-22 | Move `fail` tests that need dependencies into their own folder, so that wasm ↵ | Oli Scherer | -325/+0 | |
| tests don't build dependencies | ||||
| 2023-09-21 | deprecate -Zmiri-disable-abi-check | Ralf Jung | -0/+2 | |
| 2023-08-02 | Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obk | bors | -3/+3 | |
| Miri: fix error on dangling pointer inbounds offset We used to claim that the pointer was "dereferenced", but that is just not true. Can be reviewed commit-by-commit. The first commit is an unrelated rename that didn't seem worth splitting into its own PR. r? `@oli-obk` | ||||
| 2023-08-01 | properly track why we checked whether a pointer is in-bounds | Ralf Jung | -3/+3 | |
| also simplify the in-bounds checking in Miri's borrow trackers | ||||
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -1/+2 | |
| 2023-05-09 | Update to latest ui_test crate version. | Oli Scherer | -2/+2 | |
| Also stops using github actions groups that conflict with our groups as github does not nest them | ||||
| 2023-05-08 | port tests to 2021 edition | Ralf Jung | -4/+4 | |
| 2022-12-06 | Reintroduce the span printing in miri (plus point to spans where possible) | Oli Scherer | -12/+12 | |
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -11/+11 | |
| 2022-09-24 | Bless miri. | Camille GILLOT | -1/+1 | |
| 2022-09-21 | Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573' | Oli Scherer | -0/+540 | |
| git-subtree-dir: src/tools/miri git-subtree-mainline: 3f3167fb59341ac3240ca1774f48e8c053219131 git-subtree-split: 75dd959a3a40eb5b4574f8d2e23aa6efbeb33573 | ||||
