| Age | Commit message (Expand) | Author | Lines |
| 2024-05-11 | support `f*_algebraic` | bendn | -0/+54 |
| 2024-05-10 | Auto merge of #3593 - RalfJung:native-lib, r=RalfJung | bors | -333/+283 |
| 2024-05-10 | rename 'extern-so' to 'native-lib' | Ralf Jung | -333/+283 |
| 2024-05-09 | Auto merge of #3591 - RalfJung:win-symlink-trouble, r=RalfJung | bors | -150/+151 |
| 2024-05-09 | do not run symlink tests on Windows hosts | Ralf Jung | -150/+151 |
| 2024-05-09 | Auto merge of #3590 - RalfJung:miri-test-target, r=RalfJung | bors | -146/+179 |
| 2024-05-09 | make RUSTC_BLESS entirely an internal thing | Ralf Jung | -3/+4 |
| 2024-05-09 | make MIRI_TEST_TARGET entirely an internal thing | Ralf Jung | -143/+175 |
| 2024-05-09 | Auto merge of #3588 - RossSmyth:CliTarget, r=RalfJung | bors | -30/+80 |
| 2024-05-09 | minor tweaks | Ralf Jung | -6/+5 |
| 2024-05-08 | Update documentation for miri-script test changes | Ross Smyth | -6/+5 |
| 2024-05-08 | Update CI script for the miri-script test changes | Ross Smyth | -2/+2 |
| 2024-05-08 | Allow test targets to be set via CLI args | Ross Smyth | -23/+75 |
| 2024-05-08 | Auto merge of #3580 - tiif:feat/malloc0-non-null-pointer, r=RalfJung | bors | -19/+74 |
| 2024-05-09 | Implement non-null pointer for malloc(0) | tiif | -19/+74 |
| 2024-05-08 | Auto merge of #3589 - RalfJung:io-error, r=RalfJung | bors | -34/+31 |
| 2024-05-08 | io::Error handling: keep around the full io::Error for longer so we can give ... | Ralf Jung | -34/+31 |
| 2024-05-08 | Auto merge of #3583 - RalfJung:readme, r=saethlin | bors | -52/+31 |
| 2024-05-07 | remove problems that I do not think we have seen in a while | Ralf Jung | -13/+0 |
| 2024-05-07 | README: update introduction | Ralf Jung | -39/+31 |
| 2024-05-06 | Auto merge of #3579 - RalfJung:libc, r=RalfJung | bors | -208/+211 |
| 2024-05-06 | organize libc tests into a proper folder, and run some of them on Windows | Ralf Jung | -208/+211 |
| 2024-05-06 | Auto merge of #3474 - tyilo:wcslen, r=RalfJung | bors | -9/+64 |
| 2024-05-06 | Implement wcslen | Asger Hautop Drewsen | -9/+64 |
| 2024-05-06 | Auto merge of #3578 - RalfJung:realloc, r=RalfJung | bors | -7/+1 |
| 2024-05-06 | avoid code duplication between realloc and malloc | Ralf Jung | -7/+1 |
| 2024-05-05 | Auto merge of #3574 - RalfJung:deps, r=RalfJung | bors | -163/+17 |
| 2024-05-05 | getrandom: test with and without isolation | Ralf Jung | -23/+16 |
| 2024-05-05 | remove rand test | Ralf Jung | -61/+0 |
| 2024-05-05 | reduce tokio features | Ralf Jung | -79/+1 |
| 2024-05-05 | Auto merge of #3570 - devnexen:solaris_build_fix, r=RalfJung | bors | -8/+27 |
| 2024-05-05 | solaris support start. | David Carlier | -8/+27 |
| 2024-05-05 | Auto merge of #3573 - RalfJung:fs-cfg, r=RalfJung | bors | -28/+18 |
| 2024-05-05 | unix/fs: a bit of cleanup around host-specific code | Ralf Jung | -28/+18 |
| 2024-05-05 | update rustc-build-sysroot for dealing with unexpected_cfgs | Ralf Jung | -3/+3 |
| 2024-05-05 | update lockfile | Ralf Jung | -9/+79 |
| 2024-05-05 | Auto merge of #3565 - RalfJung:libc, r=RalfJung | bors | -451/+418 |
| 2024-05-05 | hello: also ensure stderr works | Ralf Jung | -0/+2 |
| 2024-05-05 | move randomness tests into a single file and share the getrandom implementati... | Ralf Jung | -88/+55 |
| 2024-05-05 | move things out of libc-misc that have a better home; make libc-misc work on ... | Ralf Jung | -364/+362 |
| 2024-05-05 | Auto merge of #3569 - RalfJung:cargo-update, r=RalfJung | bors | -335/+309 |
| 2024-05-05 | housekeeping: update dependencies | Ralf Jung | -335/+309 |
| 2024-05-05 | Auto merge of #3568 - RalfJung:pthread-thread_t, r=RalfJung | bors | -5/+7 |
| 2024-05-05 | unix/thread: properly use pthread_t for thread IDs | Ralf Jung | -5/+7 |
| 2024-05-05 | Auto merge of #3564 - RalfJung:pthread-sync, r=RalfJung | bors | -195/+235 |
| 2024-05-05 | sanity-check the pthread offsets against the static initializers | Ralf Jung | -26/+123 |
| 2024-05-05 | pthread shims: reorganize field offset handling | Ralf Jung | -191/+134 |
| 2024-05-05 | Auto merge of #3198 - devnexen:solarish_support, r=RalfJung | bors | -24/+102 |
| 2024-05-05 | illumos support. | David Carlier | -24/+102 |
| 2024-05-04 | Auto merge of #3563 - RalfJung:rustup, r=RalfJung | bors | -300/+282 |