| Age | Commit message (Expand) | Author | Lines |
| 2025-09-05 | Add __isOSVersionAtLeast and __isPlatformVersionAtLeast symbols | Mads Marquart | -0/+1077 |
| 2025-09-05 | change file-is-generated doc comment to inner | Marijn Schouten | -1/+1 |
| 2025-09-05 | RawVecInner: add missing `unsafe` to unsafe fns | Bart Jacobs | -36/+123 |
| 2025-09-05 | Simplify `{f16, f32, f54, f128}::midpoint()` | Jules Bertholet | -32/+0 |
| 2025-09-05 | Rollup merge of #146207 - alexcrichton:wasip2-stdio, r=juntyr | Trevor Gross | -3/+127 |
| 2025-09-05 | Rollup merge of #146152 - rperier:unify_and_dedup_algebraic_float_tests, r=tg... | Trevor Gross | -83/+44 |
| 2025-09-05 | Rollup merge of #144342 - Qelxiros:exact-bitshifts, r=tgross35 | Trevor Gross | -0/+231 |
| 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/+264 |
| 2025-09-04 | Rollup merge of #146136 - AudaciousAxiom:docs/missing-closing-code-block-fenc... | Stuart Cook | -2/+7 |
| 2025-09-04 | Rollup merge of #146054 - joboet:array-repeat-must_use, r=ibraheemdev | Stuart Cook | -0/+1 |
| 2025-09-04 | Rollup merge of #145750 - btj:drop-alloc-guard, r=tgross35 | Stuart Cook | -25/+2 |
| 2025-09-04 | Rollup merge of #145209 - hanna-kruppe:path_add_extension, r=tgross35 | Stuart Cook | -7/+3 |
| 2025-09-04 | Rollup merge of #143725 - kennytm:peekable_next_if_map, r=jhpratt | Stuart Cook | -0/+189 |
| 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 | Merge pull request #1911 from nikic/remove-hack | Folkert de Vries | -12/+4 |
| 2025-09-03 | Rollup merge of #145944 - alexcrichton:native-wasip2, r=tgross35 | Stuart Cook | -14/+205 |
| 2025-09-03 | Rollup merge of #145414 - Kmeakin:km/unicode-table-refactors, r=joshtriplett,... | Stuart Cook | -4/+16 |
| 2025-09-03 | Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35 | Stuart Cook | -168/+275 |
| 2025-09-03 | Unify and deduplicate algebraic float tests | Romain Perier | -83/+44 |
| 2025-09-03 | Add `funnel_sh{l,r}` functions and intrinsics | sayantn | -0/+264 |
| 2025-09-03 | thread parking: fix docs and examples | Ralf Jung | -16/+59 |
| 2025-09-03 | raw_vec.rs: Remove superfluous fn alloc_guard | Bart Jacobs | -25/+2 |
| 2025-09-02 | add exact bitshifts | Jeremy Smart | -0/+231 |
| 2025-09-03 | RISC-V: Lower requirements of `clmul` and `clmulh` | Tsukasa OI | -2/+2 |
| 2025-09-02 | docs(std): add missing closing code block fences in doc comments | AudaciousAxiom | -2/+7 |
| 2025-09-02 | Rollup merge of #146118 - RalfJung:miri-abort, r=joboet | Guillaume Gomez | -2/+5 |
| 2025-09-02 | Rollup merge of #146088 - npmccallum:try, r=scottmcm | Guillaume Gomez | -2/+4 |
| 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 | use `qemu-user` instead of `qemu-user-static` for loongarch CI | Folkert de Vries | -2/+2 |
| 2025-09-02 | Remove some llvm workarounds | Nikita Popov | -12/+4 |
| 2025-09-02 | stabilize extended_varargs_abi_support | Ralf Jung | -1/+0 |
| 2025-09-01 | Constify conversion traits | ltdk | -168/+275 |
| 2025-09-01 | constify impl Try for ControlFlow | Nathaniel McCallum | -2/+4 |
| 2025-09-01 | Auto merge of #146077 - Zalathar:rollup-l7ip5yi, r=Zalathar | bors | -243/+105 |
| 2025-09-01 | Rollup merge of #145468 - karolzwolak:float-tests-dedup, r=tgross35 | Stuart Cook | -243/+105 |
| 2025-09-01 | Rollup merge of #146051 - LorrensP-2158466:miri-libstd-fix, r=RalfJung | Stuart Cook | -2/+2 |
| 2025-09-01 | Rollup merge of #145968 - connortsui20:bound-copied, r=joboet | Stuart Cook | -2/+30 |
| 2025-08-31 | dedup to_radians float test | Karol Zwolak | -68/+26 |
| 2025-08-31 | Auto merge of #146053 - joboet:split-paths-regression, r=Mark-Simulacrum | bors | -5/+15 |
| 2025-08-31 | dedup to_degrees float test | Karol Zwolak | -59/+29 |
| 2025-08-31 | dedup powi float test | Karol Zwolak | -66/+28 |
| 2025-08-31 | add `#[must_use]` to `array::repeat` | joboet | -0/+1 |