about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-11support `f*_algebraic`bendn-0/+54
2024-05-10Auto merge of #3593 - RalfJung:native-lib, r=RalfJungbors-333/+283
2024-05-10rename 'extern-so' to 'native-lib'Ralf Jung-333/+283
2024-05-09Auto merge of #3591 - RalfJung:win-symlink-trouble, r=RalfJungbors-150/+151
2024-05-09do not run symlink tests on Windows hostsRalf Jung-150/+151
2024-05-09Auto merge of #3590 - RalfJung:miri-test-target, r=RalfJungbors-146/+179
2024-05-09make RUSTC_BLESS entirely an internal thingRalf Jung-3/+4
2024-05-09make MIRI_TEST_TARGET entirely an internal thingRalf Jung-143/+175
2024-05-09Auto merge of #3588 - RossSmyth:CliTarget, r=RalfJungbors-30/+80
2024-05-09minor tweaksRalf Jung-6/+5
2024-05-08Update documentation for miri-script test changesRoss Smyth-6/+5
2024-05-08Update CI script for the miri-script test changesRoss Smyth-2/+2
2024-05-08Allow test targets to be set via CLI argsRoss Smyth-23/+75
2024-05-08Auto merge of #3580 - tiif:feat/malloc0-non-null-pointer, r=RalfJungbors-19/+74
2024-05-09Implement non-null pointer for malloc(0)tiif-19/+74
2024-05-08Auto merge of #3589 - RalfJung:io-error, r=RalfJungbors-34/+31
2024-05-08io::Error handling: keep around the full io::Error for longer so we can give ...Ralf Jung-34/+31
2024-05-08Auto merge of #3583 - RalfJung:readme, r=saethlinbors-52/+31
2024-05-07remove problems that I do not think we have seen in a whileRalf Jung-13/+0
2024-05-07README: update introductionRalf Jung-39/+31
2024-05-06Auto merge of #3579 - RalfJung:libc, r=RalfJungbors-208/+211
2024-05-06organize libc tests into a proper folder, and run some of them on WindowsRalf Jung-208/+211
2024-05-06Auto merge of #3474 - tyilo:wcslen, r=RalfJungbors-9/+64
2024-05-06Implement wcslenAsger Hautop Drewsen-9/+64
2024-05-06Auto merge of #3578 - RalfJung:realloc, r=RalfJungbors-7/+1
2024-05-06avoid code duplication between realloc and mallocRalf Jung-7/+1
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