| Age | Commit message (Expand) | Author | Lines |
| 2024-04-15 | fix error display for './miri run --dep' | Ralf Jung | -1/+2 |
| 2024-04-15 | Windows: add basic support for FormatMessageW | Ralf Jung | -19/+79 |
| 2024-04-14 | Miri: run .CRT$XLB linker section on thread-end | Ralf Jung | -208/+179 |
| 2024-04-14 | Run static initializers | bjorn3 | -15/+102 |
| 2024-04-13 | Auto merge of #3429 - eduardosm:shift, r=RalfJung | bors | -159/+97 |
| 2024-04-12 | De-duplicate SSE2 sll/srl/sra code | Eduardo Sánchez Muñoz | -159/+97 |
| 2024-04-08 | readme updates | Ralf Jung | -20/+17 |
| 2024-04-08 | set --sysroot outside the driver rather than messing with the arguments passe... | Ralf Jung | -36/+36 |
| 2024-04-06 | MIRI_REPLACE_LIBRS_IF_NOT_TEST: also apply to crates.io crates | Ralf Jung | -7/+2 |
| 2024-04-06 | make 'missing extern static' error consistent with missing shim | Ralf Jung | -15/+11 |
| 2024-04-06 | Merge from rustc | Ralf Jung | -34/+128 |
| 2024-04-06 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-04-06 | chore: fix some typos | findseat | -7/+7 |
| 2024-04-05 | Rollup merge of #123500 - belovdv:remove-miri-jobserver-fixme, r=RalfJung,oli... | Guillaume Gomez | -0/+7 |
| 2024-04-05 | Revert "remove miri jobserver workaround" | belovdv | -0/+7 |
| 2024-04-05 | Auto merge of #123497 - GuillaumeGomez:rollup-usqb4q9, r=GuillaumeGomez | bors | -0/+38 |
| 2024-04-05 | Rollup merge of #123350 - compiler-errors:async-closure-by-move, r=oli-obk | Guillaume Gomez | -0/+38 |
| 2024-04-05 | Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkan | bors | -34/+90 |
| 2024-04-05 | linux/foreign_items: reorder things to make more sense, remove duplicate sock... | Ralf Jung | -47/+32 |
| 2024-04-05 | miri: go look for the item in all crates of the right name | Ralf Jung | -17/+34 |
| 2024-04-04 | Force `move` async-closures that are `FnOnce` to make their inner coroutines ... | Michael Goulet | -31/+14 |
| 2024-04-04 | Actually use the inferred ClosureKind from signature inference in coroutine-c... | Michael Goulet | -10/+65 |
| 2024-04-04 | remove miri jobserver workaround | belovdv | -7/+0 |
| 2024-04-04 | adjust frame_in_std to recognize std tests | Ralf Jung | -10/+8 |
| 2024-04-04 | Merge from rustc | The Miri Cronjob Bot | -16/+117 |
| 2024-04-04 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-03 | add 'x.py miri', and make it work for 'library/{core,alloc,std}' | Ralf Jung | -7/+48 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -16/+16 |
| 2024-04-03 | epoll: note a FIXME | Ralf Jung | -0/+2 |
| 2024-04-03 | eventfd: fix flag check and note a FIXME | Ralf Jung | -7/+10 |
| 2024-04-03 | shims/linux: move epoll and eventfd into their own files, together with their... | Ralf Jung | -106/+105 |
| 2024-04-03 | Auto merge of #3441 - RalfJung:fds, r=RalfJung | bors | -633/+663 |
| 2024-04-03 | shims/unix: split general FD management from FS access; make a place for sockets | Ralf Jung | -633/+663 |
| 2024-04-02 | Rollup merge of #123349 - compiler-errors:async-closure-captures, r=oli-obk | Jubilee | -0/+101 |
| 2024-04-03 | Merge from rustc | The Miri Cronjob Bot | -39/+43 |
| 2024-04-03 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -33/+33 |
| 2024-04-02 | Comments, comments, comments | Michael Goulet | -0/+2 |
| 2024-04-02 | Fix capture analysis for by-move closure bodies | Michael Goulet | -0/+99 |
| 2024-04-01 | Auto merge of #123192 - RalfJung:bootstrap-test-miri, r=onur-ozkan | bors | -6/+10 |
| 2024-03-31 | cargo-miri: better debug output; reorder a comment to make it less confusing | Ralf Jung | -6/+10 |
| 2024-03-31 | update josh version and guidance | Ralf Jung | -13/+9 |
| 2024-03-31 | reset the caches | Ralf Jung | -8/+10 |
| 2024-03-31 | experiment with macOS M1 runners | Ralf Jung | -4/+5 |
| 2024-03-31 | Auto merge of #3436 - RalfJung:win-ci, r=RalfJung | bors | -46/+61 |
| 2024-03-31 | move './miri check' for features to the style check job | Ralf Jung | -8/+7 |
| 2024-03-31 | python: fix regex backslash escapes | Ralf Jung | -2/+2 |
| 2024-03-31 | show the time that the main CI steps take | Ralf Jung | -6/+6 |
| 2024-03-31 | also control the cargo-miri env var test separately | Ralf Jung | -9/+12 |
| 2024-03-31 | windows ci: run many-seeds test less often | Ralf Jung | -1/+2 |