| Age | Commit message (Expand) | Author | Lines |
| 2023-09-05 | Rollup merge of #115536 - RalfJung:interpreter-privacy, r=oli-obk | Matthias Krüger | -92/+86 |
| 2023-09-04 | interpret: make MemPlace, Place, Operand types private to the interpreter | Ralf Jung | -92/+86 |
| 2023-09-03 | Merge from rustc | Ralf Jung | -6/+5 |
| 2023-09-03 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-09-02 | Rollup merge of #115443 - epage:os_str, r=cuviper | Matthias Krüger | -6/+5 |
| 2023-09-02 | Merge from rustc | Ralf Jung | -11/+15 |
| 2023-09-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-09-01 | fix(std): Rename os_str_bytes to encoded_bytes | Ed Page | -5/+5 |
| 2023-09-01 | feat(std): Stabilize 'os_str_bytes' feature | Ed Page | -1/+0 |
| 2023-09-01 | add '--skip-children' to rustfmt invocation | Ralf Jung | -1/+1 |
| 2023-08-31 | miri ABI check: fix handling of 1-ZST; don't accept sign differences | Ralf Jung | -11/+15 |
| 2023-08-31 | update abi_compat.rs | Ralf Jung | -12/+3 |
| 2023-08-31 | don't ignore sign for ABI check | Ralf Jung | -7/+1 |
| 2023-08-31 | update target support section | Ralf Jung | -21/+16 |
| 2023-08-31 | more ABI compat tests | Ralf Jung | -12/+48 |
| 2023-08-31 | fmt | Ralf Jung | -1/+1 |
| 2023-08-31 | Merge from rustc | Ralf Jung | -12/+117 |
| 2023-08-31 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-08-31 | make sure we test all tier 1 targets: i686-pc-windows-gnu was missing | Ralf Jung | -1/+1 |
| 2023-08-31 | fmt | The Miri Conjob Bot | -13/+12 |
| 2023-08-31 | Merge from rustc | The Miri Conjob Bot | -54/+64 |
| 2023-08-31 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-30 | miri function ABI check: specifically look for repr(transparent) | Ralf Jung | -0/+35 |
| 2023-08-30 | organize failing ABI compat tests and add some more | Ralf Jung | -10/+58 |
| 2023-08-30 | interpret: make sure we accept transparent newtypes as ABI-compatible | Ralf Jung | -1/+23 |
| 2023-08-30 | storage_live: avoid computing the layout unless necessary | Ralf Jung | -4/+4 |
| 2023-08-30 | move marking-locals-live out of push_stack_frame, so it happens with argument... | Ralf Jung | -19/+16 |
| 2023-08-30 | interpret: fix projecting into an unsized field of a local | Ralf Jung | -0/+24 |
| 2023-08-30 | Rollup merge of #115272 - RalfJung:miri-error-print, r=saethlin | Matthias Krüger | -38/+27 |
| 2023-08-29 | fmt | The Miri Conjob Bot | -4/+6 |
| 2023-08-29 | Merge from rustc | The Miri Conjob Bot | -2/+28 |
| 2023-08-29 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-28 | Auto merge of #115182 - RalfJung:abi-compat-sign, r=b-naber | bors | -0/+27 |
| 2023-08-28 | add tests for track_caller in closures and generators | Ralf Jung | -5/+148 |
| 2023-08-28 | move basic track_caller test into their own fn | Ralf Jung | -36/+39 |
| 2023-08-28 | Auto merge of #3039 - RalfJung:catch_panic, r=RalfJung | bors | -17/+19 |
| 2023-08-28 | tests/catch_panic: make output easier to interpret | Ralf Jung | -17/+19 |
| 2023-08-28 | Rollup merge of #115280 - RalfJung:panic-cleanup-triple-backtrace, r=Amanieu | Matthias Krüger | -2/+1 |
| 2023-08-27 | avoid triple-backtrace due to panic-during-cleanup | Ralf Jung | -2/+1 |
| 2023-08-27 | miri/diagnostics: don't forget to print_backtrace when ICEing on unexpected e... | Ralf Jung | -38/+27 |
| 2023-08-26 | fmt | The Miri Conjob Bot | -6/+6 |
| 2023-08-26 | Merge from rustc | The Miri Conjob Bot | -9/+96 |
| 2023-08-26 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-25 | Auto merge of #115184 - saethlin:local-allocated-spans, r=RalfJung | bors | -5/+92 |
| 2023-08-25 | Record allocation spans inside force_allocation | Ben Kimock | -5/+92 |
| 2023-08-24 | miri ABI compatibility check: accept u32 and i32 | Ralf Jung | -0/+27 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -4/+4 |
| 2023-08-22 | fix some bad regex capture group references in test normalization | Ralf Jung | -14/+14 |
| 2023-08-22 | Auto merge of #3036 - RalfJung:josh-autostart, r=RalfJung | bors | -26/+214 |
| 2023-08-22 | miri-script: start and stop josh automatically | Ralf Jung | -25/+212 |