| Age | Commit message (Expand) | Author | Lines |
| 2025-02-13 | Windows: Update generated bindings to 0.59 | Chris Denton | -2734/+2770 |
| 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 | 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 | Document that locking a file fails on Windows if the file is opened only for ... | Josh Triplett | -0/+15 |
| 2025-02-11 | Reword file lock documentation to clarify advisory vs mandatory | Josh Triplett | -35/+40 |
| 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 | Fix &&str and trailing commas in io::const_error! | Thalia Archibald | -91/+75 |
| 2025-02-10 | Use io::const_error! when possible over io::Error::new | Thalia Archibald | -10/+9 |
| 2025-02-10 | Implement `read*_exact` for `std:io::repeat` | Benoît du Garreau | -0/+11 |
| 2025-02-10 | Rollup merge of #136705 - compiler-errors:edition-library, r=jhpratt | Jubilee | -75/+75 |
| 2025-02-10 | Rollup merge of #136552 - ChrisDenton:option-find-handle, r=Mark-Simulacrum | Jubilee | -10/+6 |
| 2025-02-09 | Stabilize file_lock | Christopher Berner | -10/+5 |
| 2025-02-09 | Fix pattern matching mode changes and unsafe_op_in_unsafe_fn | Michael Goulet | -3/+3 |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -69/+69 |
| 2025-02-09 | Mark link_section attr with unsafe | Michael Goulet | -3/+3 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -110/+120 |
| 2025-02-09 | Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgau | bors | -6/+44 |
| 2025-02-08 | Rollup merge of #136686 - bjoernager:master, r=jhpratt | Jubilee | -8/+8 |
| 2025-02-09 | Rollup merge of #136213 - erickt:fs, r=Mark-Simulacrum | Urgau | -1/+17 |
| 2025-02-09 | Rollup merge of #134679 - ChrisDenton:rm-readonly, r=Mark-Simulacrum | Urgau | -5/+27 |
| 2025-02-08 | Rustfmt | bjorn3 | -110/+120 |
| 2025-02-08 | Rollup merge of #135696 - joboet:move_pal_io, r=Noratrieb | Matthias Krüger | -317/+164 |
| 2025-02-07 | Rollup merge of #136682 - ChrisDenton:move-win-proc-tests, r=joboet | Matthias Krüger | -148/+0 |
| 2025-02-07 | Rollup merge of #136635 - jieyouxu:base_port, r=joboet | Matthias Krüger | -30/+3 |
| 2025-02-07 | Rollup merge of #136615 - Ayush1325:uefi-net-unsupported, r=joboet | Matthias Krüger | -0/+374 |
| 2025-02-07 | Improve examples for file locking | Ben Schulz | -2/+2 |
| 2025-02-07 | std: get rid of `sys_common::io` | joboet | -87/+83 |
| 2025-02-07 | std: move `io` module out of `pal` | joboet | -230/+81 |
| 2025-02-07 | Clean up 'HashMap' and 'HashSet' docs; | Gabriel Bjørnager Jensen | -8/+8 |
| 2025-02-07 | Rollup merge of #136634 - bjoernager:const-mut-cursor, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2025-02-07 | Move two windows process tests to tests/ui | Chris Denton | -148/+0 |
| 2025-02-06 | Rollup merge of #136152 - Urgau:stabilize-map_many_mut, r=joshtriplett | Matthias Krüger | -15/+17 |
| 2025-02-06 | Stabilise 'Cursor::{get_mut, set_position}' in 'const' scenarios; | Gabriel Bjørnager Jensen | -2/+2 |
| 2025-02-06 | tests(std/net): remove outdated `base_port` calculation | Jieyou Xu | -30/+3 |
| 2025-02-06 | tests(std): don't output to std{out,err} in `test_creation_flags` and `test_p... | 许杰友 Jieyou Xu (Joe) | -3/+12 |
| 2025-02-06 | sys: net: Add UEFI stubs | Ayush Singh | -0/+374 |