| Age | Commit message (Expand) | Author | Lines |
| 2024-05-22 | solaris/illumos localtime_r / clock_getime support enabled. | David Carlier | -2/+3 |
| 2024-05-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -327/+64 |
| 2024-05-22 | Merge from rustc | Ralf Jung | -3/+18 |
| 2024-05-21 | don't inhibit random field reordering on repr(packed(1)) | Ralf Jung | -2/+2 |
| 2024-05-21 | interpret: make overflowing binops just normal binops | Ralf Jung | -24/+24 |
| 2024-05-21 | Auto merge of #125358 - matthiaskrgr:rollup-mx841tg, r=matthiaskrgr | bors | -0/+15 |
| 2024-05-21 | Rollup merge of #125266 - workingjubilee:stream-plastic-love, r=RalfJung,nikic | Matthias Krüger | -0/+15 |
| 2024-05-20 | Fix miri too | Michael Goulet | -3/+3 |
| 2024-05-20 | Use `throw_unsup_format` instead of returning `ENOTSUP` in the mmap shim | marc0246 | -30/+0 |
| 2024-05-19 | miri: support simd_ctpop | Jubilee Young | -0/+15 |
| 2024-05-19 | various small nits | Ralf Jung | -15/+16 |
| 2024-05-19 | Directly implement native exception raise methods in miri | bjorn3 | -0/+95 |
| 2024-05-19 | Auto merge of #3616 - RalfJung:android, r=RalfJung | bors | -17/+25 |
| 2024-05-19 | make basic things work on Android | Ralf Jung | -17/+25 |
| 2024-05-19 | a bit of refactoring and tweak the aligned-allocation tests | Ralf Jung | -54/+56 |
| 2024-05-18 | support aligned_alloc for unixes support. | David Carlier | -0/+70 |
| 2024-05-16 | alloc now works on wasi (and some formatting) | Ralf Jung | -2/+7 |
| 2024-05-13 | offset, offset_from: allow zero-byte offset on arbitrary pointers | Ralf Jung | -327/+64 |
| 2024-05-12 | further illumos/solaris support. | David Carlier | -1/+6 |
| 2024-05-12 | merge two integer tests | Ralf Jung | -58/+61 |
| 2024-05-12 | merge float tests into one | Ralf Jung | -66/+67 |
| 2024-05-12 | Add non-null pointer for posix_memalign | tiif | -4/+67 |
| 2024-05-11 | Auto merge of #3596 - bend-n:support_fstar_algebraic, r=RalfJung | bors | -0/+32 |
| 2024-05-11 | support `f*_algebraic` | bendn | -0/+32 |
| 2024-05-11 | Merge from rustc | The Miri Cronjob Bot | -28/+64 |
| 2024-05-10 | rename 'extern-so' to 'native-lib' | Ralf Jung | -15/+15 |
| 2024-05-09 | interpret/miri: better errors on failing offset_from | Ralf Jung | -0/+36 |
| 2024-05-09 | do not run symlink tests on Windows hosts | Ralf Jung | -150/+151 |
| 2024-05-09 | Implement non-null pointer for malloc(0) | tiif | -5/+61 |
| 2024-05-08 | Use generic `NonZero`. | Markus Reiter | -28/+28 |
| 2024-05-08 | miri: rename intrinsic_fallback_checks_ub to intrinsic_fallback_is_spec | Ralf Jung | -15/+15 |
| 2024-05-06 | Auto merge of #3579 - RalfJung:libc, r=RalfJung | bors | -204/+207 |
| 2024-05-06 | organize libc tests into a proper folder, and run some of them on Windows | Ralf Jung | -204/+207 |
| 2024-05-06 | Implement wcslen | Asger Hautop Drewsen | -0/+20 |
| 2024-05-05 | Auto merge of #3574 - RalfJung:deps, r=RalfJung | bors | -24/+2 |
| 2024-05-05 | getrandom: test with and without isolation | Ralf Jung | -1/+2 |
| 2024-05-05 | remove rand test | Ralf Jung | -23/+0 |
| 2024-05-05 | solaris support start. | David Carlier | -2/+2 |
| 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 | -57/+23 |
| 2024-05-05 | move things out of libc-misc that have a better home; make libc-misc work on ... | Ralf Jung | -361/+353 |
| 2024-05-05 | pthread shims: reorganize field offset handling | Ralf Jung | -0/+1 |
| 2024-05-04 | only show the 'basic API common for this target' message when this is a missi... | Ralf Jung | -32/+15 |
| 2024-05-04 | Auto merge of #3561 - RalfJung:rustup, r=RalfJung | bors | -0/+29 |
| 2024-05-04 | bless and fmt | Ralf Jung | -1/+2 |
| 2024-05-04 | Merge from rustc | Ralf Jung | -0/+28 |
| 2024-05-04 | also test pthread_condattr_getclock | Ralf Jung | -1/+26 |
| 2024-05-04 | Auto merge of #3559 - RalfJung:weak-extern-static, r=RalfJung | bors | -6/+7 |
| 2024-05-04 | make statx a regular function (so we don't need to support the syscall) | Ralf Jung | -6/+7 |
| 2024-05-04 | Auto merge of #3554 - RalfJung:freebsd, r=RalfJung | bors | -10/+6 |