| Age | Commit message (Expand) | Author | Lines |
| 2024-04-03 | Rollup merge of #123291 - c410-f3r:testsssssss, r=petrochenkov | Matthias Krüger | -11/+9 |
| 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 | -17/+17 |
| 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 | Update `rustdoc_css_themes.rs` to take into account new selectors | Guillaume Gomez | -2/+5 |
| 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 | -3704/+5895 |
| 2024-04-03 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-03 | Auto merge of #123398 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-04-02 | Update cargo | Weihang Lo | -0/+0 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -34/+34 |
| 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-02 | Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomez | Guillaume Gomez | -27/+74 |
| 2024-04-01 | Rebless allow list | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-04-01 | Modify compiletest and run-make-support to support CC invocations in rmake.rs | 许杰友 Jieyou Xu (Joe) | -18/+308 |
| 2024-04-01 | Auto merge of #123192 - RalfJung:bootstrap-test-miri, r=onur-ozkan | bors | -6/+10 |
| 2024-04-01 | Fix error message for `env!` when env var is not valid Unicode | beetrees | -1/+23 |
| 2024-03-31 | Rollup merge of #123180 - Oneirical:master, r=Mark-Simulacrum | Jubilee | -1/+14 |
| 2024-03-31 | Move some tests | Caio | -11/+9 |
| 2024-03-31 | cargo-miri: better debug output; reorder a comment to make it less confusing | Ralf Jung | -6/+10 |
| 2024-03-31 | Auto merge of #123246 - Kobzol:tarball-reproducible, r=Mark-Simulacrum | bors | -3/+9 |
| 2024-03-31 | update josh version and guidance | Ralf Jung | -13/+9 |
| 2024-03-31 | Sort directories when generating tarballs | Jakub Beránek | -1/+4 |
| 2024-03-31 | Make tarball generation more deterministic | Jakub Beránek | -2/+5 |
| 2024-03-31 | reset the caches | Ralf Jung | -8/+10 |
| 2024-03-31 | Auto merge of #123264 - matthiaskrgr:rollup-smyy7j9, r=matthiaskrgr | bors | -186/+214 |
| 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 |
| 2024-03-31 | bash: use variable expansion that properly distinguishes null vs non-existing | Ralf Jung | -9/+9 |
| 2024-03-31 | ci: separetely control which host-only tests are run where | Ralf Jung | -21/+33 |
| 2024-03-31 | there is no need for these wildcards | Ralf Jung | -6/+7 |
| 2024-03-31 | extern-so: give the version script a better name; show errors from failing to... | Ralf Jung | -8/+14 |
| 2024-03-31 | Merge commit 'f5a9250147f6569d8d89334dc9cca79c0322729f' into sync-from-ra | Laurențiu Nicola | -3632/+5731 |
| 2024-03-31 | Merge from rustc | The Miri Cronjob Bot | -2/+4 |
| 2024-03-31 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-30 | Rewrite core-no-fp-fmt-parse in Rust | Oneirical | -1/+14 |
| 2024-03-30 | Auto merge of #3434 - RalfJung:stacked-borrows-cache-consistency, r=RalfJung | bors | -10/+18 |
| 2024-03-30 | cotrol stacked borrows consistency check with its own feature flag | Ralf Jung | -10/+18 |
| 2024-03-30 | move tests away from the slow Windows builder | Ralf Jung | -2/+2 |
| 2024-03-30 | run GC stress test only for host tests | Ralf Jung | -2/+2 |