about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-04Auto merge of #3562 - RalfJung:unsupported, r=RalfJungbors-44/+34
2024-05-04only show the 'basic API common for this target' message when this is a missi...Ralf Jung-44/+34
2024-05-04Auto merge of #3561 - RalfJung:rustup, r=RalfJungbors-1459/+2496
2024-05-04Auto merge of #3557 - RalfJung:getaffinity, r=RalfJungbors-19/+13
2024-05-04remove some dead codeRalf Jung-3/+0
2024-05-04bless and fmtRalf Jung-5/+13
2024-05-04Merge from rustcRalf Jung-1455/+2487
2024-05-04Preparing for merge from rustcRalf Jung-1/+1
2024-05-04Auto merge of #3560 - RalfJung:sync-check-id, r=RalfJungbors-9/+67
2024-05-04also test pthread_condattr_getclockRalf Jung-1/+42
2024-05-04factor some pthread offset into constantsRalf Jung-8/+16
2024-05-04sync: better error in invalid synchronization primitive IDRalf Jung-0/+9
2024-05-04Auto merge of #3559 - RalfJung:weak-extern-static, r=RalfJungbors-36/+50
2024-05-04make statx a regular function (so we don't need to support the syscall)Ralf Jung-26/+23
2024-05-04add helper function to declare an extern static for a weak symbolRalf Jung-10/+27
2024-05-04Auto merge of #124703 - matthiaskrgr:rollup-2lljptd, r=matthiaskrgrbors-126/+263
2024-05-04Auto merge of #3554 - RalfJung:freebsd, r=RalfJungbors-33/+34
2024-05-04Auto merge of #3558 - RalfJung:unsupported, r=RalfJungbors-22/+45
2024-05-04make some tests not need output (so they work on wasm)Ralf Jung-10/+6
2024-05-04document unofficially supported OSesRalf Jung-2/+5
2024-05-04freebsd: test std threadname and fs APIsRalf Jung-21/+23
2024-05-04update 'unsupported' messageRalf Jung-22/+45
2024-05-04Revert "moving out sched_getaffinity interception from linux'shim, FreeBSD su...Ralf Jung-19/+13
2024-05-04Auto merge of #3552 - RalfJung:ci, r=RalfJungbors-14/+12
2024-05-04Auto merge of #3556 - RalfJung:intrinsics, r=RalfJungbors-32/+32
2024-05-04move some minimal targets over to the macOS runner, to even out CI timesRalf Jung-10/+8
2024-05-04fix grouping of target-specific LLVM shimsRalf Jung-30/+30
2024-05-04Rollup merge of #124701 - scottmcm:unchecked_sub_docs, r=NilstriebMatthias Krüger-0/+25
2024-05-04Rollup merge of #124700 - scottmcm:unneeded_cast, r=NilstriebMatthias Krüger-1/+1
2024-05-04Rollup merge of #124698 - JoverZhang:test-rustdoc-determinism, r=jieyouxuMatthias Krüger-17/+18
2024-05-04Rollup merge of #124692 - workingjubilee:document-no-double-pointer-coercion-...Matthias Krüger-0/+62
2024-05-04Rollup merge of #124677 - djkoloski:set_fuchsia_frame_pointer, r=tmandryMatthias Krüger-1/+4
2024-05-04Rollup merge of #124293 - oli-obk:miri_intrinsic_fallback_body, r=RalfJungMatthias Krüger-48/+121
2024-05-04Rollup merge of #124159 - joboet:move_pal_thread_parking, r=ChrisDentonMatthias Krüger-57/+25
2024-05-04Rollup merge of #123356 - joboet:set_current_size, r=ChrisDentonMatthias Krüger-2/+7
2024-05-04move intrinsics implementations and tests into dedicated folderRalf Jung-2/+2
2024-05-04Auto merge of #124345 - Urgau:compiletest-check-cfg, r=jieyouxubors-220/+302
2024-05-04rename integer testRalf Jung-0/+0
2024-05-04move available-parallelism tests into shims/ folderRalf Jung-0/+0
2024-05-04Auto merge of #3533 - Luv-Ray:file-descriptors-to-refcount-references, r=Ralf...bors-201/+193
2024-05-04show time taken in run_tests_minimalRalf Jung-2/+2
2024-05-04speed up Windows runner: don't run GC_STRESS testRalf Jung-2/+2
2024-05-04compiletest: add enable-by-default check-cfgUrgau-63/+114
2024-05-04compiletest: add no-auto-check-cfg directiveUrgau-119/+155
2024-05-04tests/ui: prepare some tests for --check-cfg by defaultUrgau-38/+33
2024-05-04Make file descriptors into refcount referencesLuv-Ray-201/+193
2024-05-04Auto merge of #3551 - RalfJung:getentropy, r=RalfJungbors-7/+0
2024-05-04macos: use getentropy from libcRalf Jung-7/+0
2024-05-04Auto merge of #3550 - RalfJung:unix-tls, r=RalfJungbors-6/+6
2024-05-04tls dtors: treat all unixes uniformlyRalf Jung-6/+6