about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-06organize libc tests into a proper folder, and run some of them on WindowsRalf Jung-208/+211
2024-05-05Auto merge of #3574 - RalfJung:deps, r=RalfJungbors-163/+17
2024-05-05getrandom: test with and without isolationRalf Jung-23/+16
2024-05-05remove rand testRalf Jung-61/+0
2024-05-05reduce tokio featuresRalf Jung-79/+1
2024-05-05Auto merge of #3570 - devnexen:solaris_build_fix, r=RalfJungbors-8/+27
2024-05-05solaris support start.David Carlier-8/+27
2024-05-05Auto merge of #3573 - RalfJung:fs-cfg, r=RalfJungbors-28/+18
2024-05-05unix/fs: a bit of cleanup around host-specific codeRalf Jung-28/+18
2024-05-05update rustc-build-sysroot for dealing with unexpected_cfgsRalf Jung-3/+3
2024-05-05update lockfileRalf Jung-9/+79
2024-05-05Auto merge of #3565 - RalfJung:libc, r=RalfJungbors-451/+418
2024-05-05hello: also ensure stderr worksRalf Jung-0/+2
2024-05-05move randomness tests into a single file and share the getrandom implementati...Ralf Jung-88/+55
2024-05-05move things out of libc-misc that have a better home; make libc-misc work on ...Ralf Jung-364/+362
2024-05-05Auto merge of #3569 - RalfJung:cargo-update, r=RalfJungbors-335/+309
2024-05-05housekeeping: update dependenciesRalf Jung-335/+309
2024-05-05Auto merge of #3568 - RalfJung:pthread-thread_t, r=RalfJungbors-5/+7
2024-05-05unix/thread: properly use pthread_t for thread IDsRalf Jung-5/+7
2024-05-05Auto merge of #3564 - RalfJung:pthread-sync, r=RalfJungbors-195/+235
2024-05-05sanity-check the pthread offsets against the static initializersRalf Jung-26/+123
2024-05-05pthread shims: reorganize field offset handlingRalf Jung-191/+134
2024-05-05Auto merge of #3198 - devnexen:solarish_support, r=RalfJungbors-24/+102
2024-05-05illumos support.David Carlier-24/+102
2024-05-04Auto merge of #3563 - RalfJung:rustup, r=RalfJungbors-300/+282
2024-05-04make ExitProcess Windows-onlyRalf Jung-8/+8
2024-05-04fix/extend some commentsRalf Jung-1/+2
2024-05-04rustc_pull: explain order of operationsRalf Jung-0/+2
2024-05-04Merge from rustcRalf Jung-299/+278
2024-05-04Preparing for merge from rustcRalf Jung-1/+1
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 #124716 - matthiaskrgr:rollup-ni58ie1, r=matthiaskrgrbors-293/+279
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-04Rollup merge of #124715 - RalfJung:interpret-noreturn, r=compiler-errorsMatthias Krüger-237/+189
2024-05-04Rollup merge of #124699 - scottmcm:split_at_unchecked_should_use_unchecked, r...Matthias Krüger-3/+8
2024-05-04Rollup merge of #124584 - Nilstrieb:entrypointy, r=fee1-deadMatthias Krüger-43/+49
2024-05-04Rollup merge of #122441 - a1phyr:improve_read_impls, r=ChrisDentonMatthias Krüger-10/+33
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-04Auto merge of #124704 - Urgau:fix-ignored-tests-fmt, r=GuillaumeGomezbors-0/+6
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-04interpret, miri: uniform treatments of intrinsics/functions with and without ...Ralf Jung-237/+189
2024-05-04Auto merge of #3559 - RalfJung:weak-extern-static, r=RalfJungbors-36/+50