| Age | Commit message (Expand) | Author | Lines |
| 2024-05-04 | remove some dead code | Ralf Jung | -3/+0 |
| 2024-05-04 | bless and fmt | Ralf Jung | -5/+13 |
| 2024-05-04 | Merge from rustc | Ralf Jung | -34/+65 |
| 2024-05-04 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-05-04 | also test pthread_condattr_getclock | Ralf Jung | -1/+42 |
| 2024-05-04 | factor some pthread offset into constants | Ralf Jung | -8/+16 |
| 2024-05-04 | sync: better error in invalid synchronization primitive ID | Ralf Jung | -0/+9 |
| 2024-05-04 | interpret, miri: uniform treatments of intrinsics/functions with and without ... | Ralf Jung | -217/+184 |
| 2024-05-04 | Auto merge of #3559 - RalfJung:weak-extern-static, r=RalfJung | bors | -36/+50 |
| 2024-05-04 | make statx a regular function (so we don't need to support the syscall) | Ralf Jung | -26/+23 |
| 2024-05-04 | add helper function to declare an extern static for a weak symbol | Ralf Jung | -10/+27 |
| 2024-05-04 | Auto merge of #3554 - RalfJung:freebsd, r=RalfJung | bors | -33/+34 |
| 2024-05-04 | Auto merge of #3558 - RalfJung:unsupported, r=RalfJung | bors | -22/+45 |
| 2024-05-04 | make some tests not need output (so they work on wasm) | Ralf Jung | -10/+6 |
| 2024-05-04 | document unofficially supported OSes | Ralf Jung | -2/+5 |
| 2024-05-04 | freebsd: test std threadname and fs APIs | Ralf Jung | -21/+23 |
| 2024-05-04 | update 'unsupported' message | Ralf Jung | -22/+45 |
| 2024-05-04 | Revert "moving out sched_getaffinity interception from linux'shim, FreeBSD su... | Ralf Jung | -19/+13 |
| 2024-05-04 | Auto merge of #3552 - RalfJung:ci, r=RalfJung | bors | -14/+12 |
| 2024-05-04 | Auto merge of #3556 - RalfJung:intrinsics, r=RalfJung | bors | -32/+32 |
| 2024-05-04 | move some minimal targets over to the macOS runner, to even out CI times | Ralf Jung | -10/+8 |
| 2024-05-04 | fix grouping of target-specific LLVM shims | Ralf Jung | -30/+30 |
| 2024-05-04 | Rollup merge of #124293 - oli-obk:miri_intrinsic_fallback_body, r=RalfJung | Matthias Krüger | -33/+64 |
| 2024-05-04 | move intrinsics implementations and tests into dedicated folder | Ralf Jung | -2/+2 |
| 2024-05-04 | rename integer test | Ralf Jung | -0/+0 |
| 2024-05-04 | move available-parallelism tests into shims/ folder | Ralf Jung | -0/+0 |
| 2024-05-04 | Auto merge of #3533 - Luv-Ray:file-descriptors-to-refcount-references, r=Ralf... | bors | -201/+193 |
| 2024-05-04 | show time taken in run_tests_minimal | Ralf Jung | -2/+2 |
| 2024-05-04 | speed up Windows runner: don't run GC_STRESS test | Ralf Jung | -2/+2 |
| 2024-05-04 | Make file descriptors into refcount references | Luv-Ray | -201/+193 |
| 2024-05-04 | Auto merge of #3551 - RalfJung:getentropy, r=RalfJung | bors | -7/+0 |
| 2024-05-04 | macos: use getentropy from libc | Ralf Jung | -7/+0 |
| 2024-05-04 | tls dtors: treat all unixes uniformly | Ralf Jung | -6/+6 |
| 2024-05-04 | Auto merge of #3548 - RalfJung:many-seeds, r=RalfJung | bors | -96/+134 |
| 2024-05-04 | remove a hack that is no longer needed | Ralf Jung | -9/+0 |
| 2024-05-04 | make many-seeds a mode of ./miri run rather than a separate command | Ralf Jung | -87/+134 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -1/+1 |
| 2024-05-03 | CI: no need to surround if: condition in expansion braces | Ralf Jung | -3/+3 |
| 2024-05-03 | Auto merge of #3545 - RalfJung:miri-run, r=RalfJung | bors | -24/+29 |
| 2024-05-03 | ./miri run: support -v flag to print what it is doing | Ralf Jung | -24/+29 |
| 2024-05-03 | Auto merge of #3544 - RalfJung:rustup, r=RalfJung | bors | -1/+1 |
| 2024-05-03 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-05-03 | run clippy on a Windows host | Ralf Jung | -0/+6 |
| 2024-05-03 | Ensure miri only uses fallback bodies that have manually been vetted to prese... | Oli Scherer | -0/+38 |
| 2024-05-03 | Let miri and const eval execute intrinsics' fallback bodies | Oli Scherer | -33/+26 |
| 2024-05-03 | Auto merge of #3537 - rust-lang:rustup-2024-05-03, r=RalfJung | bors | -13/+17 |
| 2024-05-03 | update lockfile | Ralf Jung | -1/+0 |
| 2024-05-03 | update comments and URL | Ralf Jung | -6/+2 |
| 2024-05-03 | Merge from rustc | The Miri Cronjob Bot | -11/+16 |
| 2024-05-03 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |