| Age | Commit message (Expand) | Author | Lines |
| 2025-09-12 | Revert "Constify SystemTime methods" | Ralf Jung | -165/+68 |
| 2025-09-12 | Auto merge of #146019 - joboet:better-dlsym, r=tgross35 | bors | -51/+112 |
| 2025-09-11 | Auto merge of #145177 - joboet:move-pal-thread, r=ibraheemdev | bors | -1097/+897 |
| 2025-09-11 | Rollup merge of #146379 - madsmtm:fix-platform_version-test, r=tgross35 | Stuart Cook | -3/+3 |
| 2025-09-10 | Rollup merge of #146322 - weiznich:fix/146087, r=joboet | Matthias Krüger | -0/+4 |
| 2025-09-10 | Rollup merge of #145327 - joboet:net-addr-sgx-hack, r=tgross35 | Matthias Krüger | -216/+276 |
| 2025-09-10 | std: only test `dlsym!` on platforms where it is actually used | joboet | -0/+10 |
| 2025-09-10 | std: move `thread` into `sys` | joboet | -1042/+842 |
| 2025-09-10 | Add suggestions | Georg Semmler | -3/+2 |
| 2025-09-09 | Fix compare_against_sw_vers test when a version part is 0 | Mads Marquart | -3/+3 |
| 2025-09-09 | Make Barrier RefUnwindSafe again | Georg Semmler | -0/+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 | -40/+40 |
| 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 | -40/+40 |
| 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 #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 | 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/+1 |
| 2025-09-04 | fix | bendn | -1/+1 |
| 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 | -6/+2 |
| 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/+177 |
| 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-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-08-31 | std: fix `SplitPaths` regression | joboet | -5/+15 |
| 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 | -76/+530 |
| 2025-08-30 | Rollup merge of #143462 - Rudxain:read_to_string_usize, r=joboet | Stuart Cook | -2/+2 |