| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-13 | Merge ref '4ba1cf9ade4c' from rust-lang/rust | The Miri Cronjob Bot | -0/+1 | |
| Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 4ba1cf9ade4c8e2fa10676a50ee34594eb161837 Filtered ref: 84b64d836ed478c54972a1d2639e60fa5f3ce26f Upstream diff: https://github.com/rust-lang/rust/compare/2a9bacf6187685931d52346a0ecff2e52bdc91cc...4ba1cf9ade4c8e2fa10676a50ee34594eb161837 This merge was created using https://github.com/rust-lang/josh-sync. | ||||
| 2025-09-12 | make a basic hello world work on wasip2 | Ralf Jung | -1/+1 | |
| 2025-09-12 | Rollup merge of #145895 - RalfJung:unpark, r=joboet | Stuart Cook | -0/+1 | |
| thread parking: fix docs and examples Fixes https://github.com/rust-lang/rust/issues/145816 r? ```@joboet``` Cc ```@m-ou-se``` ```@Amanieu``` | ||||
| 2025-09-03 | add flag to not shorten FD reads/writes; don't shorten pipe operations | Ralf Jung | -0/+4 | |
| 2025-09-03 | thread parking: fix docs and examples | Ralf Jung | -0/+1 | |
| 2025-09-02 | add a flag to always apply the maximum float error | Ralf Jung | -0/+2 | |
| 2025-07-19 | add -Zmiri-no-extra-rounding-error to specifically disable just that part of ↵ | Ralf Jung | -5/+8 | |
| float-nondet | ||||
| 2025-07-12 | readme: update strict provenance link | Ralf Jung | -3/+3 | |
| 2025-07-04 | declare data race and weak memory support as non-experimental | Ralf Jung | -2/+2 | |
| 2025-06-29 | Merge from rustc | The Miri Cronjob Bot | -1/+1 | |
| 2025-06-28 | various minor native-lib-tracing tweaks, and disable naive-lib-tracing mode ↵ | Ralf Jung | -5/+3 | |
| by default | ||||
| 2025-06-27 | Update README.md | leopardracer | -1/+1 | |
| 2025-06-18 | minimal ptrace setup | Nia Espera | -0/+5 | |
| Apply suggestions from code review Co-authored-by: Oli Scherer <github35764891676564198441@oli-obk.de> review comments fix possible hang | ||||
| 2025-06-11 | miri: add flag to suppress float non-determinism | Ralf Jung | -0/+5 | |
| 2025-06-09 | native-lib: update readme (to mention folders in header) | Ralf Jung | -10/+12 | |
| 2025-06-09 | Merge pull request #4376 from yoctocell/tb-interior-mut-flag | Ralf Jung | -0/+4 | |
| TB: Add flag to disable the more precise interior mutability tracking | ||||
| 2025-06-09 | Add `-Zmiri-tree-borrows-no-precise-interior-mut` flag | Xinglu Chen | -0/+4 | |
| 2025-06-03 | native-lib: allow multiple libraries and/or dirs | Nia Espera | -2/+4 | |
| 2025-05-21 | document that the entire test suite passes under freebsd | Ralf Jung | -1/+1 | |
| 2025-05-19 | add this to Miri's trophy case | Ralf Jung | -0/+1 | |
| 2025-05-10 | test intrinsic fallback bodies with Miri | Ralf Jung | -0/+3 | |
| 2025-05-04 | Remove -Zunique-is-unique | Johannes Hostert | -3/+0 | |
| 2025-04-29 | add -Zmiri-deterministic-concurrency flag and use it for concurrency tests | Ralf Jung | -19/+33 | |
| 2025-04-27 | `unsafe(no_mangle)` in `miri_start` examples | primoly | -1/+1 | |
| 2025-04-04 | Update README.md | Alan Somers | -1/+1 | |
| verb -> participle Co-authored-by: Ralf Jung <post@ralfj.de> | ||||
| 2025-04-03 | Add another Miri-detected bug to README.md | Alan Somers | -0/+1 | |
| Miri detected this bug in Mockall: https://github.com/asomers/mockall/issues/647 [skip ci] | ||||
| 2025-03-06 | Update documentation about nextest | Ben Kimock | -2/+1 | |
| 2025-03-03 | Add an anchor to directly link to the -Zmiri-tree-borrows docs | Jake Goulding | -1/+2 | |
| 2025-01-12 | turns out Solarish targets support our entire test suite | Ralf Jung | -1/+1 | |
| 2025-01-12 | record YohDeadfall as FreeBSD maintainer | Ralf Jung | -1/+1 | |
| 2024-12-25 | we generally make later flags overwrite earlier flags, so remove some logic ↵ | Ralf Jung | -1/+3 | |
| guarding just against that | ||||
| 2024-12-25 | show an error on some invalid flag combinations: TB + permissive provenance; ↵ | Ralf Jung | -2/+4 | |
| strict provenance + native calls | ||||
| 2024-12-23 | many-seeds: add flag to keep going even after we found a failing seed | Ralf Jung | -0/+2 | |
| 2024-12-23 | remove many-seeds mode from cargo-miri | Ralf Jung | -4/+10 | |
| 2024-12-19 | add warning explaining the limitations of the native code mode | Ralf Jung | -10/+13 | |
| 2024-12-05 | make SC fences stronger, to be correct wrt C++20 | Ralf Jung | -3/+4 | |
| 2024-11-20 | trophy case: add RwLock::downgrade bug | Ralf Jung | -0/+1 | |
| 2024-10-10 | remove -Zmiri-panic-on-unsupported flag | Ralf Jung | -5/+0 | |
| 2024-10-07 | Fix spelling in README | Jake | -2/+2 | |
| 2024-09-25 | update BASIC test list: no longer test HashMap, add libc-mem instead of ↵ | Ralf Jung | -1/+1 | |
| 'align' for heap allocator coverage, move 'hello' to UNIX HashMap now needs pretty target-specific randomness functions. It still works on Android, but not on FreeBSD and Solarish. | ||||
| 2024-09-15 | we can test more things on Solarish, and update its status in the README | Ralf Jung | -1/+1 | |
| 2024-09-09 | ci: bump actions/checkout to v4 | Trivikram Kamat | -1/+1 | |
| 2024-09-03 | Enable native libraries on macOS | Jesse Rusak | -1/+1 | |
| Fixes #3595 by using -fvisibility=hidden and the visibility attribute supported by both gcc and clang rather than the previous gcc-only mechanism for symbol hiding. Also brings over cfg changes from #3594 which enable native-lib functionality on all unixes. | ||||
| 2024-08-13 | remove the concept of a Call ID | Ralf Jung | -4/+0 | |
| 2024-08-11 | Rollup merge of #128592 - evelynharthbrooke:master, r=Mark-Simulacrum | Matthias Krüger | -1/+0 | |
| Promote aarch64-apple-darwin to Tier 1 This promotes aarch64-apple-darwin to Tier 1 status as per rust-lang/rfcs#3671 and tracking issue #73908. Not sure what else is necessary for this to impement the aforementioned RFC, however I figured I'd try. I did read in previous issues and PRs that the necessary infrastructure was already in place for the aarch64-apple-darwin target, and the RFC mentions the same. So this should be all thats necessary in order for the target to be promoted. This is a recreation of my previous PR because I accidentally did an incorrect git rebase which caused unnecessary changes to various commit SHAs. So this PR is a recreation of my previous PR without said stumble. My bad. | ||||
| 2024-08-05 | Merge from rustc | Ralf Jung | -0/+2 | |
| 2024-08-03 | Promote aarch64-apple-darwin to Tier 1 | Evelyn Harthbrooke | -1/+0 | |
| Per rust-lang/rfcs#3671. | ||||
| 2024-08-03 | Miri: add a flag to do recursive validity checking | Ralf Jung | -0/+2 | |
| 2024-08-02 | docs | Ralf Jung | -0/+13 | |
| 2024-06-28 | readme: tweak wording around soundness | Ralf Jung | -4/+6 | |
