| Age | Commit message (Expand) | Author | Lines |
| 2023-07-31 | Rollup merge of #113717 - cuishuang:master, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-07-31 | fix alignment handling for Repeat expressions | Ralf Jung | -0/+24 |
| 2023-07-31 | Auto merge of #3002 - RalfJung:miri-script, r=RalfJung | bors | -1/+1 |
| 2023-07-31 | fix oversight from new miri-script | Ralf Jung | -1/+1 |
| 2023-07-31 | add some interesting tests for alignment corner cases | Ralf Jung | -18/+67 |
| 2023-07-31 | remove repetitive words | cui fliter | -1/+1 |
| 2023-07-31 | Auto merge of #2909 - osiewicz:rewrite-miri-script-in-rust-2883, r=RalfJung | bors | -361/+1016 |
| 2023-07-31 | port to hand-rolled parser, since clap doesn't behave just the right way | Ralf Jung | -354/+150 |
| 2023-07-31 | miri-script refactor | Ralf Jung | -614/+553 |
| 2023-07-30 | rewrite miri script in Rust | Piotr Osiewicz | -357/+1277 |
| 2023-07-30 | Auto merge of #2997 - RalfJung:test-utils, r=RalfJung | bors | -112/+77 |
| 2023-07-30 | refactor tests/utils a bit, and move some FS functions there | Ralf Jung | -112/+77 |
| 2023-07-30 | fmt | The Miri Conjob Bot | -1/+1 |
| 2023-07-30 | Merge from rustc | The Miri Conjob Bot | -8/+10 |
| 2023-07-30 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-29 | Auto merge of #114211 - RalfJung:miri, r=RalfJung | bors | -233/+336 |
| 2023-07-29 | Auto merge of #2993 - Vanille-N:tb-protector, r=RalfJung | bors | -151/+264 |
| 2023-07-29 | doc comment suggestions | Neven Villani | -25/+57 |
| 2023-07-29 | Adjust some tests for invalid_reference_casting improvements | Urgau | -0/+4 |
| 2023-07-29 | Fix test output. | Mara Bos | -2/+4 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -47/+94 |
| 2023-07-29 | Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb | bors | -2/+2 |
| 2023-07-28 | exract a perform_access, check read-read commutation exhaustively | Neven Villani | -100/+193 |
| 2023-07-27 | Auto merge of #113298 - tgross35:update-bless-envs, r=oli-obk | bors | -6/+8 |
| 2023-07-27 | fmt | Ralf Jung | -20/+11 |
| 2023-07-27 | Merge from rustc | Ralf Jung | -136/+125 |
| 2023-07-27 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-07-26 | Auto merge of #113843 - wesleywiser:replace_rustc_apfloat, r=pnkfelix | bors | -10/+0 |
| 2023-07-26 | Unite bless environment variables under `RUSTC_BLESS` | Trevor Gross | -6/+8 |
| 2023-07-26 | Fix miri | Wesley Wiser | -10/+0 |
| 2023-07-26 | we correctly check that the perm is not lazy when triggering protectors | Neven Villani | -0/+16 |
| 2023-07-26 | fix protectors so that all reads actually commute | Neven Villani | -87/+59 |
| 2023-07-26 | Auto merge of #2991 - rust-lang:rustup-2023-07-26, r=RalfJung | bors | -159/+151 |
| 2023-07-26 | normalize tree borrow diagnostics across targets | Ralf Jung | -52/+54 |
| 2023-07-26 | move CI var uses after their declaration | Ralf Jung | -4/+4 |
| 2023-07-26 | sparse registry has been stable for a bit now | Ralf Jung | -3/+0 |
| 2023-07-26 | move nightly cron job a little earlier | Ralf Jung | -1/+1 |
| 2023-07-26 | fmt | The Miri Conjob Bot | -2/+3 |
| 2023-07-26 | Merge from rustc | The Miri Conjob Bot | -106/+95 |
| 2023-07-26 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-25 | make MPlaceTy non-Copy | Ralf Jung | -12/+12 |
| 2023-07-25 | interpret: make read functions generic over operand type | Ralf Jung | -45/+45 |
| 2023-07-25 | interpret: make write functions generic over the place type | Ralf Jung | -71/+71 |
| 2023-07-25 | Auto merge of #114011 - RalfJung:place-projection, r=oli-obk | bors | -106/+95 |
| 2023-07-25 | interpret: refactor projection code to work on a common trait, and use that f... | Ralf Jung | -103/+92 |
| 2023-07-24 | interpret: support projecting into Place::Local without force_allocation | Ralf Jung | -3/+3 |
| 2023-07-23 | Merge from rustc | Ralf Jung | -12/+9 |
| 2023-07-23 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-07-22 | fmt | The Miri Conjob Bot | -2/+2 |
| 2023-07-22 | Merge from rustc | The Miri Conjob Bot | -9/+12 |