| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | Return OutOfMemoryError and update docs | Chris Denton | -3/+3 |
| 2025-03-14 | Windows: Use MoveFileEx by default in `fs:rename` | Chris Denton | -125/+56 |
| 2025-02-27 | Fix `*-win7-windows-msvc` target since 26eeac1a1e9fe46ffd80dd0d3dafdd2c2a644306 | Li Keqing | -8/+8 |
| 2025-02-17 | update version placeholders | Josh Stone | -7/+7 |
| 2025-02-15 | Auto merge of #137065 - jhpratt:rollup-ree9mej, r=jhpratt | bors | -2763/+2846 |
| 2025-02-15 | Rollup merge of #137062 - thaliaarchi:io-optional-methods/write, r=workingjub... | Jacob Pratt | -0/+62 |
| 2025-02-15 | Rollup merge of #136978 - ChrisDenton:windows-bindgen, r=Amanieu | Jacob Pratt | -2734/+2770 |
| 2025-02-15 | Rollup merge of #136879 - kornelski:non1, r=Noratrieb | Jacob Pratt | -29/+14 |
| 2025-02-14 | Forward all default methods for I/O impls | Thalia Archibald | -0/+62 |
| 2025-02-15 | Auto merge of #136324 - GrigorenkoPV:erf, r=tgross35 | bors | -0/+280 |
| 2025-02-14 | Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35 | Jubilee | -81/+107 |
| 2025-02-14 | Rollup merge of #136967 - DaniPopes:io-repeat-fill, r=joboet | Matthias Krüger | -18/+11 |
| 2025-02-14 | Rollup merge of #136886 - ehuss:remove-prelude-common, r=jhpratt | Matthias Krüger | -12/+6 |
| 2025-02-14 | Rollup merge of #136052 - no1wudi:fix, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-02-14 | Add safe new to NotAllOnes | Kornel | -29/+14 |
| 2025-02-13 | Rollup merge of #136908 - mustartt:aix-mutex-destory-einval, r=joboet | Jubilee | -3/+3 |
| 2025-02-14 | Implement `f{16,32,64,128}::{erf,erfc}` | Pavel Grigorenko | -0/+280 |
| 2025-02-13 | std: Apply deprecated_safe_2024 | Eric Huss | -42/+66 |
| 2025-02-13 | std: Apply fixes for tail drop expressions | Eric Huss | -2/+2 |
| 2025-02-13 | std: Apply rust_2024_incompatible_pat | Eric Huss | -2/+2 |
| 2025-02-13 | std: Apply dependency_on_unit_never_type_fallback | Eric Huss | -1/+3 |
| 2025-02-13 | std: Apply missing_unsafe_on_extern | Eric Huss | -2/+2 |
| 2025-02-13 | std: Apply unsafe_attr_outside_unsafe | Eric Huss | -28/+28 |
| 2025-02-13 | Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviper | bors | -1/+0 |
| 2025-02-13 | library: Update rand to 0.9.0 | Eric Huss | -4/+4 |
| 2025-02-13 | Use `slice::fill` in `io::Repeat` implementation | DaniPopes | -18/+11 |
| 2025-02-13 | Windows: Update generated bindings to 0.59 | Chris Denton | -2734/+2770 |
| 2025-02-13 | Rollup merge of #136949 - ehuss:wasm-bench-time, r=jhpratt | Jacob Pratt | -2/+1 |
| 2025-02-12 | Rollup merge of #136945 - samueltardieu:push-rsqlyknnvyqm, r=fmease | Jacob Pratt | -0/+1 |
| 2025-02-12 | Rollup merge of #136818 - a1phyr:io_repeat_exact, r=jhpratt | Jacob Pratt | -0/+11 |
| 2025-02-12 | Rollup merge of #136699 - joboet:netaddr_from_inner, r=cuviper | Jacob Pratt | -348/+155 |
| 2025-02-12 | Fix import in bench for wasm | Eric Huss | -2/+1 |
| 2025-02-12 | Add diagnostic item for `std::io::BufRead` | Samuel Tardieu | -0/+1 |
| 2025-02-12 | std: replace the `FromInner` implementation for addresses with private conver... | joboet | -348/+155 |
| 2025-02-12 | Auto merge of #136918 - GuillaumeGomez:rollup-f6h21gg, r=GuillaumeGomez | bors | -2/+2 |
| 2025-02-12 | Auto merge of #136897 - workingjubilee:revert-unfcped-stab, r=WaffleLapkin | bors | -0/+3 |
| 2025-02-12 | `f128` is quadruple-precision | eyelash | -1/+1 |
| 2025-02-12 | `f16` is half-precision | eyelash | -1/+1 |
| 2025-02-12 | expect EINVAL for pthread_mutex_destroy for aix | Henry Jiang | -3/+3 |
| 2025-02-11 | library: amend revert of extended_varargs_abi_support for beta diff | Jubilee Young | -1/+3 |
| 2025-02-11 | Revert "Stabilize `extended_varargs_abi_support`" | Jubilee Young | -0/+1 |
| 2025-02-11 | Remove the common prelude module | Eric Huss | -12/+6 |
| 2025-02-11 | Rollup merge of #136354 - hkBst:patch-34, r=ibraheemdev | Matthias Krüger | -7/+34 |
| 2025-02-11 | Update docs for impl keyword | Marijn Schouten | -7/+34 |
| 2025-02-11 | Rollup merge of #136704 - benschulz:patch-1, r=ibraheemdev | Jacob Pratt | -2/+2 |
| 2025-02-10 | Fix long lines which rustfmt fails to format | Thalia Archibald | -106/+45 |
| 2025-02-10 | Rollup merge of #136714 - tgross35:update-builtins, r=tgross35 | Matthias Krüger | -1/+1 |
| 2025-02-10 | Implement `read*_exact` for `std:io::repeat` | Benoît du Garreau | -0/+11 |
| 2025-02-10 | Rollup merge of #136805 - RalfJung:miri-win-delete-self, r=Noratrieb | Jubilee | -0/+1 |
| 2025-02-10 | Rollup merge of #136705 - compiler-errors:edition-library, r=jhpratt | Jubilee | -77/+77 |