| Age | Commit message (Expand) | Author | Lines |
| 2024-05-04 | Auto merge of #3562 - RalfJung:unsupported, r=RalfJung | bors | -44/+34 |
| 2024-05-04 | only show the 'basic API common for this target' message when this is a missi... | Ralf Jung | -44/+34 |
| 2024-05-04 | Auto merge of #3561 - RalfJung:rustup, r=RalfJung | bors | -1459/+2496 |
| 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 | -1455/+2487 |
| 2024-05-04 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-05-04 | Auto merge of #3560 - RalfJung:sync-check-id, r=RalfJung | bors | -9/+67 |
| 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 | 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 | -126/+263 |
| 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 #124701 - scottmcm:unchecked_sub_docs, r=Nilstrieb | Matthias Krüger | -0/+25 |
| 2024-05-04 | Rollup merge of #124700 - scottmcm:unneeded_cast, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-05-04 | Rollup merge of #124698 - JoverZhang:test-rustdoc-determinism, r=jieyouxu | Matthias Krüger | -17/+18 |
| 2024-05-04 | Rollup merge of #124692 - workingjubilee:document-no-double-pointer-coercion-... | Matthias Krüger | -0/+62 |
| 2024-05-04 | Rollup merge of #124677 - djkoloski:set_fuchsia_frame_pointer, r=tmandry | Matthias Krüger | -1/+4 |
| 2024-05-04 | Rollup merge of #124293 - oli-obk:miri_intrinsic_fallback_body, r=RalfJung | Matthias Krüger | -48/+121 |
| 2024-05-04 | Rollup merge of #124159 - joboet:move_pal_thread_parking, r=ChrisDenton | Matthias Krüger | -57/+25 |
| 2024-05-04 | Rollup merge of #123356 - joboet:set_current_size, r=ChrisDenton | Matthias Krüger | -2/+7 |
| 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 | -220/+302 |
| 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 | -63/+114 |
| 2024-05-04 | compiletest: add no-auto-check-cfg directive | Urgau | -119/+155 |
| 2024-05-04 | tests/ui: prepare some tests for --check-cfg by default | Urgau | -38/+33 |
| 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 | Auto merge of #3550 - RalfJung:unix-tls, r=RalfJung | bors | -6/+6 |
| 2024-05-04 | tls dtors: treat all unixes uniformly | Ralf Jung | -6/+6 |