| Age | Commit message (Expand) | Author | Lines |
| 2024-07-07 | add miri tests and a fixme | Maybe Waffle | -0/+108 |
| 2024-07-07 | Stacked Borrows: fix PartialEq for Stack | Ralf Jung | -2/+10 |
| 2024-07-06 | offset_from intrinsic: always allow pointers to point to the same address | Ralf Jung | -3/+0 |
| 2024-07-06 | Auto merge of #3698 - folkertdev:sched-setaffinity, r=RalfJung | bors | -37/+507 |
| 2024-07-06 | Mark format! with must_use hint | lukas | -8/+8 |
| 2024-07-06 | `sched_setaffinity`: adjust test on BE systems | Folkert | -2/+7 |
| 2024-07-06 | `sched_setaffinity`: test `cpusetsize == 0` | Folkert | -1/+22 |
| 2024-07-06 | lookup c_ulong instead of hard-coding the chunk size | Ralf Jung | -57/+58 |
| 2024-07-06 | Merge from rustc | The Miri Cronjob Bot | -0/+16 |
| 2024-07-06 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-05 | implement `libc::sched_getaffinity` and `libc::sched_setaffinity` | Folkert | -14/+457 |
| 2024-07-05 | Rollup merge of #127214 - bjorn3:miri_native_unwind, r=oli-obk | Guillaume Gomez | -0/+16 |
| 2024-07-05 | Merge from rustc | The Miri Cronjob Bot | -2/+4 |
| 2024-07-05 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-04 | Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obk | bors | -2/+4 |
| 2024-07-04 | Auto merge of #3702 - Mandragorian:multiple_targets, r=RalfJung | bors | -11/+61 |
| 2024-07-04 | Add casting tests for `f16` and `f128` | Trevor Gross | -2/+68 |
| 2024-07-04 | Refactor float casting tests | Trevor Gross | -186/+390 |
| 2024-07-04 | Run tests for all specified targets | Konstantinos Andrikopoulos | -11/+61 |
| 2024-07-04 | Auto merge of #3732 - JoJoDeveloping:tree-borrows-protector-end-write, r=Ralf... | bors | -36/+100 |
| 2024-07-04 | TB: protector end semantics never causes immediate UB | Johannes Hostert | -2/+5 |
| 2024-07-04 | Add UI test for protector end write semantics | Johannes Hostert | -0/+62 |
| 2024-07-04 | TB: Make FnEntry access on protected locations be a write under certain circu... | Johannes Hostert | -36/+35 |
| 2024-07-04 | Merge from rustc | The Miri Cronjob Bot | -10/+19 |
| 2024-07-04 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -1/+1 |
| 2024-07-03 | Auto merge of #3726 - TDecking:vzero, r=RalfJung | bors | -0/+16 |
| 2024-07-03 | Implement the `_mm256_zeroupper` and `_mm256_zeroall` intrinsics | Tobias Decking | -0/+16 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -1/+1 |
| 2024-07-02 | Miri function identity hack: account for possible inlining | Ralf Jung | -2/+4 |
| 2024-07-02 | Auto merge of #3707 - adwinwhite:dup, r=RalfJung | bors | -8/+72 |
| 2024-07-02 | use let-else to avoid rightwards drift | Ralf Jung | -24/+21 |
| 2024-07-02 | Auto merge of #3724 - bjorn3:use_symbol_name_query, r=RalfJung | bors | -26/+3 |
| 2024-07-02 | Allow _Unwind_RaiseException with MinGW | bjorn3 | -0/+16 |
| 2024-07-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-07-01 | Use the symbol_name query instead of trying to infer from the link_name attri... | bjorn3 | -26/+3 |
| 2024-07-01 | add syscall `dup()` | Adwin White | -0/+67 |
| 2024-06-29 | Fix FnMut/Fn shim for coroutine-closures that capture references | Michael Goulet | -9/+18 |
| 2024-06-29 | iter_exported_symbols: also walk used statics in local crate | Ralf Jung | -8/+43 |
| 2024-06-29 | Merge from rustc | The Miri Cronjob Bot | -17/+0 |
| 2024-06-29 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-06-28 | Revert "Rollup merge of #126938 - RalfJung:link_section, r=compiler-errors" | Rémy Rakic | -17/+0 |
| 2024-06-28 | Auto merge of #3718 - RalfJung:readme, r=oli-obk | bors | -4/+6 |
| 2024-06-28 | readme: tweak wording around soundness | Ralf Jung | -4/+6 |
| 2024-06-28 | Auto merge of #3717 - rust-lang:rustup-2024-06-28, r=oli-obk | bors | -7/+4 |
| 2024-06-28 | Bless clippy | Oli Scherer | -6/+3 |
| 2024-06-28 | Auto merge of #3715 - cgettys-microsoft:dev/cgettys/process_id_fixup-01, r=Ra... | bors | -1/+1 |
| 2024-06-28 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-06-27 | Switch to the explicit parens version | Charlie Gettys | -1/+1 |
| 2024-06-27 | Relocate GetCurrentProcessId to Environment Related shims, remove unnecessary... | Charlie Gettys | -5/+5 |