| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-03 | new trophy case entry | Ralf Jung | -0/+1 | |
| 2023-11-19 | tag-gc -> provenance-gc | Ben Kimock | -4/+4 | |
| 2023-10-27 | add aarch64-apple-darwin to list of supported targets | Ralf Jung | -2/+3 | |
| 2023-10-04 | auto-detect no_std where possible | Ralf Jung | -2/+4 | |
| 2023-09-25 | Document new env var | Oli Scherer | -0/+2 | |
| 2023-09-21 | deprecate -Zmiri-disable-abi-check | Ralf Jung | -1/+1 | |
| 2023-08-31 | update target support section | Ralf Jung | -15/+13 | |
| 2023-08-21 | fix MIRI_AUTO_OPS not having an effect any more | Ralf Jung | -2/+2 | |
| 2023-08-08 | [nit][typo] Remove "currently" that breaks reading flow. | Taras Tsugrii | -1/+1 | |
| 2023-07-26 | Unite bless environment variables under `RUSTC_BLESS` | Trevor Gross | -1/+1 | |
| Currently, Clippy, Miri, Rustfmt, and rustc all use an environment variable to indicate that output should be blessed, but they use different variable names. In order to improve consistency, this patch applies the following changes: - Emit `RUSTC_BLESS` within `prepare_cargo_test` so it is always available - Change usage of `MIRI_BLESS` in the Miri subtree to use `RUSTC_BLESS` - Change usage of `BLESS` in the Clippy subtree to `RUSTC_BLESS` - Change usage of `BLESS` in the Rustfmt subtree to `RUSTC_BLESS` - Adjust the blessable test in `rustc_errors` to use this same convention - Update documentation where applicable Any tools that uses `RUSTC_BLESS` should check that it is set to any value other than `"0"`. | ||||
| 2023-07-21 | make full field retagging the default | Ralf Jung | -9/+5 | |
| 2023-07-16 | link to a definition of soundness | Ralf Jung | -1/+2 | |
| 2023-07-16 | clarify that we do not prove soundness | Ralf Jung | -0/+6 | |
| 2023-06-28 | Auto merge of #2936 - Vanille-N:unique, r=RalfJung | bors | -0/+3 | |
| Optional semantics for `Unique` Use with `-Zmiri-unique-is-unique`, makes `core::ptr::Unique` get a reborrow with its own permissions. | ||||
| 2023-06-28 | Unique gets special treatment when -Zmiri-unique-is-unique | Neven Villani | -0/+3 | |
| 2023-06-27 | Add trophy | Andy Wang | -0/+1 | |
| Appears to have been missed | ||||
| 2023-05-09 | Amend the docs for -Zmiri-measureme | Ben Kimock | -1/+1 | |
| 2023-04-17 | Merge from rustc | Oli Scherer | -5/+9 | |
| 2023-04-16 | Add a flag to disable leak backtraces | Ben Kimock | -5/+9 | |
| 2023-04-14 | Fix spelling | Josh Soref | -1/+1 | |
| * additional * addresses * aggregates * always * around * beginning * behaviours * borrows * called * canary * deallocated * determine * division * documentation * empty * endianness * ensures * existing * github * hygiene * individual * initialize * instantiate * library * location * miscellaneous * mitigates * needs * nonexistent * occurred * occurring * overridden * parameter * performable * previous * referential * requires * resolved * scenarios * semantics * spurious * structure * subtracting * suppress * synchronization * this * timestamp * to * transferring * unknown * variable * windows Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | ||||
| 2023-03-28 | add link for tree borrows similar to stacked borrows | Yerke Tulibergenov | -4/+5 | |
| 2023-03-16 | TB: document TB changes in README | Neven Villani | -118/+13 | |
| 2023-03-12 | tweak readme | Ralf Jung | -3/+3 | |
| 2023-03-12 | Add a section on using nextest | Ben Kimock | -0/+20 | |
| 2023-02-24 | Use full path to `c_char` in README | LevitatingLion | -1/+1 | |
| Co-authored-by: Ralf Jung <post@ralfj.de> | ||||
| 2023-02-24 | Add ARM targets to CI | LevitatingLion | -1/+3 | |
| Specifically `aarch64-unknown-linux-gnu` and `arm-unknown-linux-gnueabi` | ||||
| 2023-02-24 | Use pointers to `c_char` instead of `i8` in `miri_host_to_target_path` | LevitatingLion | -1/+1 | |
| This makes sure that the interface of `miri_host_to_target_path` is compatible with `CStr` for targets where `c_char` is unsigned (such as ARM). This commit changes the signature of `miri_host_to_target_path` in the README and in all test cases. | ||||
| 2022-12-24 | Merge from rustc | Ralf Jung | -0/+1 | |
| 2022-12-23 | fix IntoIter::drop on high-alignment ZST | Ralf Jung | -0/+1 | |
| 2022-12-12 | make unix path handling on Windows hosts preserve absoluteness | Ralf Jung | -1/+1 | |
| 2022-12-12 | expose host-to-target path conversion to interpreted program | Ralf Jung | -0/+15 | |
| 2022-12-11 | add support for variable page sizes to miri | Nia Espera | -0/+2 | |
| 2022-11-20 | make miri-seed a regular integer, and also set layout-seed in many-seeds | Ralf Jung | -2/+2 | |
| 2022-11-17 | remove CI badge | Ralf Jung | -5/+0 | |
| 2022-11-15 | Merge from rustc | Ralf Jung | -2/+4 | |
| 2022-11-11 | Rollup merge of #104051 - RalfJung:miri, r=RalfJung | Manish Goregaokar | -6/+7 | |
| update Miri Notable PRs: - https://github.com/rust-lang/miri/pull/2636 - https://github.com/rust-lang/miri/pull/2641 - https://github.com/rust-lang/miri/pull/2638 | ||||
| 2022-11-07 | Add miri_alloc, miri_dealloc | Martin Kröning | -0/+9 | |
| 2022-11-06 | README: Add macos cache deletion command | Martin Kröning | -1/+3 | |
| 2022-11-06 | bootstrap: put Miri sysroot into local build dir | Ralf Jung | -2/+4 | |
| 2022-10-29 | Stacked Borrows: make scalar field retagging the default | Ralf Jung | -3/+4 | |
| 2022-10-29 | merge rustup-toolchain into ./miri | Ralf Jung | -3/+3 | |
| 2022-10-26 | tweak docs | Ralf Jung | -1/+4 | |
| 2022-10-25 | Rename, improve docs, fail better | Ben Kimock | -5/+10 | |
| 2022-10-22 | add scalar-abi-only field retagging option | Ralf Jung | -0/+5 | |
| 2022-10-19 | Magic functions for writing to stdout/stderr. | Cliff L. Biffle | -0/+10 | |
| This enables I/O in no_std contexts (or, really, any Miri-specific OS-independent context). Combined with the `abort` intrinsic it should allow a reasonable test framework in no_std. | ||||
| 2022-10-18 | Add docs | Ben Kimock | -0/+11 | |
| 2022-10-08 | bless cargo-miri output | Ralf Jung | -5/+4 | |
| I think cargo has a bug here: https://github.com/rust-lang/cargo/issues/11191 but for now we bless its output so that we can keep CI green | ||||
| 2022-10-02 | Auto merge of #2564 - RalfJung:no-more-xargo, r=oli-obk | Ralf Jung | -1/+1 | |
| 2022-09-26 | update readme | Christian Poveda | -2/+5 | |
| 2022-09-25 | use rustc-build-sysroot instead of xargo | Ralf Jung | -1/+1 | |
