| Age | Commit message (Expand) | Author | Lines |
| 2025-02-19 | fix by comments | xizheyin | -21/+17 |
| 2025-02-19 | Fix `*-win7-windows-msvc` target since 26eeac1a1e9fe46ffd80dd0d3dafdd2c2a644306 | Li Keqing | -2/+2 |
| 2025-02-19 | remove assume_init in stack_overflow | xizheyin | -7/+9 |
| 2025-02-17 | Rollup merge of #137165 - thaliaarchi:file-tell, r=ChrisDenton | Matthias Krüger | -1/+28 |
| 2025-02-17 | Use tell for <File as Seek>::stream_position | Thalia Archibald | -1/+28 |
| 2025-02-17 | Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDenton | Matthias Krüger | -33/+21 |
| 2025-02-16 | Rollup merge of #136986 - ehuss:library-unsafe-fun, r=Noratrieb | Matthias Krüger | -3/+3 |
| 2025-02-16 | add MAX_LEN_UTF8 and MAX_LEN_UTF16 constants | HTGAzureX1212 | -1/+2 |
| 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 | -5/+2 |
| 2025-02-14 | Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35 | Jubilee | -31/+33 |
| 2025-02-14 | std: Apply unsafe_op_in_unsafe_fn | Eric Huss | -1/+1 |
| 2025-02-14 | Fix safety of windows uwp functions | Eric Huss | -2/+2 |
| 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 | -5/+2 |
| 2025-02-13 | std: Apply deprecated_safe_2024 | Eric Huss | -6/+8 |
| 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 unsafe_attr_outside_unsafe | Eric Huss | -21/+21 |
| 2025-02-13 | Consistently using as_mut_ptr() and as_ptr() in thread | xizheyin | -8/+11 |
| 2025-02-13 | Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in unix | xizheyin | -8/+20 |
| 2025-02-13 | Windows: Update generated bindings to 0.59 | Chris Denton | -2734/+2770 |
| 2025-02-12 | expect EINVAL for pthread_mutex_destroy for aix | Henry Jiang | -3/+3 |
| 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 | -26/+15 |
| 2025-02-10 | Use io::const_error! when possible over io::Error::new | Thalia Archibald | -7/+6 |
| 2025-02-10 | Rollup merge of #136705 - compiler-errors:edition-library, r=jhpratt | Jubilee | -56/+56 |
| 2025-02-10 | Rollup merge of #136552 - ChrisDenton:option-find-handle, r=Mark-Simulacrum | Jubilee | -10/+6 |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -54/+54 |
| 2025-02-09 | Mark link_section attr with unsafe | Michael Goulet | -2/+2 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -18/+20 |
| 2025-02-09 | Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgau | bors | -3/+41 |
| 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 | -2/+24 |
| 2025-02-08 | Rustfmt | bjorn3 | -18/+20 |
| 2025-02-07 | std: get rid of `sys_common::io` | joboet | -6/+6 |
| 2025-02-07 | std: move `io` module out of `pal` | joboet | -573/+0 |
| 2025-02-05 | Rollup merge of #136449 - joboet:move_pal_net, r=ChrisDenton | 许杰友 Jieyou Xu (Joe) | -6158/+5 |
| 2025-02-05 | Rollup merge of #136418 - Ayush1325:command-env, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -3/+62 |
| 2025-02-04 | Use Option for FindNextFileHandle | Chris Denton | -10/+6 |
| 2025-02-03 | std::fs: further simplify dirent64 handling | Ralf Jung | -8/+6 |
| 2025-02-02 | std: move network code into `sys` | joboet | -6158/+5 |
| 2025-02-02 | uefi: process: Add support for command environment variables | Ayush Singh | -3/+62 |
| 2025-01-30 | Rollup merge of #135475 - Ayush1325:uefi-absolute-path, r=jhpratt | Matthias Krüger | -1/+49 |
| 2025-01-28 | Allow Rust to use a number of libc filesystem calls | Erick Tryzelaar | -1/+17 |
| 2025-01-28 | uefi: process: Fix args | Ayush Singh | -4/+3 |
| 2025-01-26 | Auto merge of #136087 - jhpratt:rollup-tam1mzn, r=jhpratt | bors | -10/+3 |
| 2025-01-26 | Rollup merge of #133631 - flba-eb:add_nto_qnx71_iosock_support, r=workingjubilee | Jacob Pratt | -10/+3 |
| 2025-01-26 | Windows: Test that deleting a running binary fails | Chris Denton | -2/+4 |
| 2025-01-26 | Windows: remove readonly files | Chris Denton | -2/+22 |