| Age | Commit message (Expand) | Author | Lines |
| 2024-05-04 | fix(docs): Correct Hermit links to loader + 'rusty-demo' | Barrett | -3/+3 |
| 2024-05-04 | docs(fix): incorrect Hermit links in the rustc book | Barrett | -4/+4 |
| 2024-05-04 | Auto merge of #3561 - RalfJung:rustup, r=RalfJung | bors | -132/+245 |
| 2024-05-04 | Auto merge of #3557 - RalfJung:getaffinity, r=RalfJung | bors | -19/+13 |
| 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 | -128/+236 |
| 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 | Simplify `markdown_input` fn and subsequent logic | Urgau | -14/+8 |
| 2024-05-04 | Add `-` (stdin) support to rustdoc | Urgau | -24/+61 |
| 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 #124703 - matthiaskrgr:rollup-2lljptd, r=matthiaskrgr | bors | -34/+64 |
| 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 #124698 - JoverZhang:test-rustdoc-determinism, r=jieyouxu | Matthias Krüger | -1/+0 |
| 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 | Auto merge of #124345 - Urgau:compiletest-check-cfg, r=jieyouxu | bors | -3/+29 |
| 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 | compiletest: add enable-by-default check-cfg | Urgau | -3/+22 |
| 2024-05-04 | compiletest: add no-auto-check-cfg directive | Urgau | -0/+7 |
| 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 | Rewrite `rustdoc-determinism` test in Rust | Jover Zhang | -1/+0 |
| 2024-05-04 | Auto merge of #124562 - dpaoliello:mingwserver2022, r=Mark-Simulacrum | bors | -8/+16 |
| 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-04 | Auto merge of #124694 - compiler-errors:rollup-pfou5uu, r=compiler-errors | bors | -69/+107 |