| Age | Commit message (Expand) | Author | Lines |
| 2024-05-06 | organize libc tests into a proper folder, and run some of them on Windows | Ralf Jung | -208/+211 |
| 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 |
| 2024-05-04 | make ExitProcess Windows-only | Ralf Jung | -8/+8 |
| 2024-05-04 | fix/extend some comments | Ralf Jung | -1/+2 |
| 2024-05-04 | rustc_pull: explain order of operations | Ralf Jung | -0/+2 |
| 2024-05-04 | Merge from rustc | Ralf Jung | -299/+278 |
| 2024-05-04 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 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 #124716 - matthiaskrgr:rollup-ni58ie1, r=matthiaskrgr | bors | -293/+279 |
| 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 | Rollup merge of #124715 - RalfJung:interpret-noreturn, r=compiler-errors | Matthias Krüger | -237/+189 |
| 2024-05-04 | Rollup merge of #124699 - scottmcm:split_at_unchecked_should_use_unchecked, r... | Matthias Krüger | -3/+8 |
| 2024-05-04 | Rollup merge of #124584 - Nilstrieb:entrypointy, r=fee1-dead | Matthias Krüger | -43/+49 |
| 2024-05-04 | Rollup merge of #122441 - a1phyr:improve_read_impls, r=ChrisDenton | Matthias Krüger | -10/+33 |
| 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 | Auto merge of #124704 - Urgau:fix-ignored-tests-fmt, r=GuillaumeGomez | bors | -0/+6 |
| 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 | interpret, miri: uniform treatments of intrinsics/functions with and without ... | Ralf Jung | -237/+189 |
| 2024-05-04 | Auto merge of #3559 - RalfJung:weak-extern-static, r=RalfJung | bors | -36/+50 |