| Age | Commit message (Expand) | Author | Lines |
| 2024-03-08 | Tweak the way we protect in-place function arguments in interpreters | Maybe Waffle | -11/+4 |
| 2024-03-08 | Rollup merge of #121194 - beetrees:rustc-raw-args, r=petrochenkov | Matthias Krüger | -2/+4 |
| 2024-03-08 | fix clippy lints | Ralf Jung | -5/+5 |
| 2024-03-08 | Merge from rustc | The Miri Cronjob Bot | -113/+118 |
| 2024-03-08 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-07 | Auto merge of #122139 - GuillaumeGomez:rollup-37vtwsc, r=GuillaumeGomez | bors | -1/+7 |
| 2024-03-07 | Auto merge of #121985 - RalfJung:interpret-return-place, r=oli-obk | bors | -112/+111 |
| 2024-03-07 | Use `rustc_driver::args::raw_args()` in Miri | beetrees | -2/+4 |
| 2024-03-06 | Add advice for failing `shims/fs.rs` miri test | Maybe Waffle | -0/+4 |
| 2024-03-06 | Make `x t miri` respect `MIRI_TEMP` | Maybe Waffle | -1/+3 |
| 2024-03-06 | make remaining FloatTy matches exhaustive | Ralf Jung | -19/+17 |
| 2024-03-06 | Merge from rustc | Ralf Jung | -2/+33 |
| 2024-03-06 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-03-06 | Auto merge of #121956 - ChrisDenton:srwlock, r=joboet | bors | -0/+21 |
| 2024-03-06 | Stabilize `imported_main` | clubby789 | -6/+0 |
| 2024-03-06 | Auto merge of #3340 - RalfJung:no-disable-abi-check, r=oli-obk | bors | -128/+11 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -2/+2 |
| 2024-03-05 | Windows: Implement mutex using futex | Chris Denton | -0/+21 |
| 2024-03-04 | consistently use MPlaceTy for return places | Ralf Jung | -112/+111 |
| 2024-03-04 | Bump mio from 0.8.10 to 0.8.11 in /test_dependencies | dependabot[bot] | -2/+2 |
| 2024-03-04 | Auto merge of #3358 - RalfJung:zzz, r=RalfJung | bors | -10/+17 |
| 2024-03-04 | give macOS even more time to sleep | Ralf Jung | -10/+17 |
| 2024-03-04 | Auto merge of #3357 - RalfJung:imports, r=RalfJung | bors | -8/+12 |
| 2024-03-04 | Auto merge of #3356 - RalfJung:typo, r=RalfJung | bors | -1/+1 |
| 2024-03-04 | reorder rustc crate imports a bit | Ralf Jung | -8/+12 |
| 2024-03-04 | Conjob → Cronjob | Ralf Jung | -1/+1 |
| 2024-03-04 | Use cargo miri clean in build-all-targets.sh | Ben Kimock | -1/+1 |
| 2024-03-04 | we properly rebuild the cache now when MIRI_LIB_SRC contents change | Ralf Jung | -5/+1 |
| 2024-03-04 | Auto merge of #3351 - RalfJung:diagnostic-dedup-considered-harmful, r=RalfJung | bors | -5/+36 |
| 2024-03-04 | Auto merge of #3339 - RalfJung:remove-old-flags, r=saethlin | bors | -11/+0 |
| 2024-03-04 | linux-futex test: add comment | Ralf Jung | -0/+1 |
| 2024-03-04 | implement manual deduplication for isolation-error=warn-nobacktrace | Ralf Jung | -5/+16 |
| 2024-03-04 | disable diagnostic deduplication | Ralf Jung | -0/+19 |
| 2024-03-03 | Auto merge of #121936 - RalfJung:miri, r=RalfJung | bors | -343/+607 |
| 2024-03-03 | Auto merge of #3330 - RossSmyth:win-fmt, r=RalfJung | bors | -30/+64 |
| 2024-03-03 | nits and typos | Ralf Jung | -3/+4 |
| 2024-03-03 | do not rely on tracing's scope exit logging, it is wrong | Ralf Jung | -9/+19 |
| 2024-03-03 | log when we change the active thread | Ralf Jung | -4/+12 |
| 2024-03-03 | fix MIRI_LOG=info not setting the level for miri itself | Ralf Jung | -1/+1 |
| 2024-03-03 | Auto merge of #3345 - RalfJung:win-get-thread-name, r=RalfJung | bors | -44/+145 |
| 2024-03-03 | Windows: support getting the thread name | Ralf Jung | -20/+94 |
| 2024-03-03 | fix wording of alloc access tracking message | Ralf Jung | -1/+1 |
| 2024-03-03 | readme | Ralf Jung | -0/+2 |
| 2024-03-03 | move thread-panic tests to their own file; test getting the thread name | Ralf Jung | -24/+51 |
| 2024-03-02 | Fix .\miri fmt on Windows | Ross Smyth | -30/+63 |
| 2024-03-02 | Tree Borrows: print where the forbidden access happens; make tag tracking les... | Ralf Jung | -104/+125 |
| 2024-03-02 | remove the ability to disable ABI checking | Ralf Jung | -128/+11 |
| 2024-03-02 | add option to track all read/write accesses to tracked allocations | Ralf Jung | -14/+38 |
| 2024-03-02 | print thread name in miri error backtraces | Ralf Jung | -170/+219 |
| 2024-03-02 | remove some flags that haven't had an effect in a while | Ralf Jung | -11/+0 |