| Age | Commit message (Expand) | Author | Lines |
| 2025-09-09 | Fix compare_against_sw_vers test when a version part is 0 | Mads Marquart | -3/+3 |
| 2025-09-09 | Rollup merge of #146366 - LorrensP-2158466:miri-gamma, r=RalfJung | Matthias Krüger | -5/+5 |
| 2025-09-09 | Make the compile test use a const instead | Georg Semmler | -8/+7 |
| 2025-09-09 | Make Barrier RefUnwindSafe again | Georg Semmler | -0/+15 |
| 2025-09-09 | add approx_delta to all gamma tests | LorrensP-2158466 | -5/+5 |
| 2025-09-09 | Rollup merge of #146343 - madsmtm:fix-platform_version, r=tgross35 | Stuart Cook | -3/+8 |
| 2025-09-08 | Weakly export platform_version symbols | Mads Marquart | -0/+5 |
| 2025-09-08 | Reorder test to make failures clearer | Mads Marquart | -3/+3 |
| 2025-09-08 | std: move `thread` into `sys` (rename only) | joboet | -0/+0 |
| 2025-09-08 | std: make address resolution weirdness local to SGX | joboet | -216/+276 |
| 2025-09-08 | Rollup merge of #146299 - smirzaei:doc/improve-path-canonicalize-docs, r=jhpratt | Matthias Krüger | -0/+8 |
| 2025-09-07 | Rollup merge of #146269 - weihanglo:solaris-flock, r=Mark-Simulacrum | Matthias Krüger | -0/+70 |
| 2025-09-07 | docs(std): add error docs for path canonicalize | Soroush Mirzaei | -0/+8 |
| 2025-09-07 | Auto merge of #146216 - LorrensP-2158466:miri-float-nondet-foreign-items-take... | bors | -47/+47 |
| 2025-09-07 | feat(std): emulate flock for solaris via fcntl | Weihang Lo | -0/+70 |
| 2025-09-06 | Change stdlib float tests to account for miri nondet floats. | LorrensP-2158466 | -47/+47 |
| 2025-09-06 | Rollup merge of #139524 - Berrysoft:cygwin-socket-ext, r=tgross35 | Trevor Gross | -57/+131 |
| 2025-09-06 | Add socket extensions for cygwin | Berrysoft | -57/+131 |
| 2025-09-05 | Rollup merge of #146257 - alexcrichton:update-wasi-crate, r=tgross35 | Trevor Gross | -1/+1 |
| 2025-09-05 | std: Update `wasi` crate dependency | Alex Crichton | -1/+1 |
| 2025-09-05 | Rollup merge of #138944 - madsmtm:apple_os_version_check, r=tgross35 | León Orell Valerian Liehr | -0/+1077 |
| 2025-09-05 | Add __isOSVersionAtLeast and __isPlatformVersionAtLeast symbols | Mads Marquart | -0/+1077 |
| 2025-09-05 | Rollup merge of #146207 - alexcrichton:wasip2-stdio, r=juntyr | Trevor Gross | -3/+127 |
| 2025-09-04 | Add `Path::has_trailing_sep` and related methods | ltdk | -4/+221 |
| 2025-09-04 | std: Implement WASIp2-specific stdio routines | Alex Crichton | -3/+127 |
| 2025-09-04 | Rollup merge of #146194 - bend-n:fix-path-str-eq, r=ibraheemdev | Matthias Krüger | -1/+7 |
| 2025-09-04 | fix | bendn | -1/+1 |
| 2025-09-04 | add test | bendn | -0/+6 |
| 2025-09-04 | Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35 | Jacob Pratt | -0/+1 |
| 2025-09-04 | Rollup merge of #145209 - hanna-kruppe:path_add_extension, r=tgross35 | Stuart Cook | -7/+3 |
| 2025-09-04 | Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35 | Stuart Cook | -23/+307 |
| 2025-09-03 | Add `read_buf` equivalents for positioned reads | Niklas Fiekas | -23/+308 |
| 2025-09-03 | std: improve the `dlsym!` macro and add a test for it | joboet | -51/+102 |
| 2025-09-03 | Rollup merge of #145944 - alexcrichton:native-wasip2, r=tgross35 | Stuart Cook | -13/+182 |
| 2025-09-03 | Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35 | Stuart Cook | -9/+19 |
| 2025-09-03 | Add `funnel_sh{l,r}` functions and intrinsics | sayantn | -0/+1 |
| 2025-09-03 | thread parking: fix docs and examples | Ralf Jung | -16/+59 |
| 2025-09-02 | Rollup merge of #146118 - RalfJung:miri-abort, r=joboet | Guillaume Gomez | -2/+5 |
| 2025-09-02 | Rollup merge of #144066 - RalfJung:extern-c-variadics, r=workingjubilee | Guillaume Gomez | -1/+0 |
| 2025-09-02 | improve process::abort rendering in Miri backtraces | Ralf Jung | -2/+5 |
| 2025-09-02 | stabilize extended_varargs_abi_support | Ralf Jung | -1/+0 |
| 2025-09-01 | Constify conversion traits | ltdk | -9/+19 |
| 2025-09-01 | Rollup merge of #146051 - LorrensP-2158466:miri-libstd-fix, r=RalfJung | Stuart Cook | -2/+2 |
| 2025-08-31 | std: fix `SplitPaths` regression | joboet | -5/+15 |
| 2025-08-31 | fix | LorrensP-2158466 | -2/+2 |
| 2025-08-30 | Rollup merge of #146030 - ChrisDenton:wait-timeout, r=tgross35 | Trevor Gross | -6/+18 |
| 2025-08-30 | Rollup merge of #144964 - 0xdeafbeef:fix-open-options, r=ibraheemdev | Trevor Gross | -22/+91 |
| 2025-08-30 | Fix spurious test timeout | Chris Denton | -6/+18 |
| 2025-08-30 | std: clarify `OpenOptions` error for create without write access | Vladimir Petrzhikovskii | -22/+91 |
| 2025-08-30 | Rollup merge of #144651 - connortsui20:nonpoison_condvar, r=joboet | Stuart Cook | -271/+771 |