| Age | Commit message (Expand) | Author | Lines |
| 2025-02-23 | Rollup merge of #136826 - xizheyin:issue-136737, r=thomcc | Jacob Pratt | -26/+45 |
| 2025-02-23 | Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3 | Matthias Krüger | -2/+2 |
| 2025-02-21 | Rollup merge of #137353 - thaliaarchi:io-optional-methods/wasi-stdin, r=alexc... | Matthias Krüger | -1/+6 |
| 2025-02-21 | Replace some instances of `pub` with `pub(crate)` | Trevor Gross | -2/+2 |
| 2025-02-21 | Auto merge of #137192 - kornelski:windows-tls-lto, r=ChrisDenton | bors | -3/+1 |
| 2025-02-20 | Implement read_buf for WASI stdin | Thalia Archibald | -1/+6 |
| 2025-02-20 | Rollup merge of #137270 - QianNangong:master, r=ChrisDenton | Jubilee | -8/+8 |
| 2025-02-19 | Rollup merge of #137155 - thaliaarchi:wtf8-organize, r=ChrisDenton | Matthias Krüger | -74/+119 |
| 2025-02-19 | Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-se | Matthias Krüger | -1/+2 |
| 2025-02-19 | fix by comments | xizheyin | -21/+17 |
| 2025-02-19 | Fix `*-win7-windows-msvc` target since 26eeac1a1e9fe46ffd80dd0d3dafdd2c2a644306 | Li Keqing | -8/+8 |
| 2025-02-19 | remove assume_init in stack_overflow | xizheyin | -7/+9 |
| 2025-02-17 | Remove obsolete MinGW ThinLTO+TLS workaround | Kornel | -3/+1 |
| 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 | -99/+82 |
| 2025-02-16 | Synchronize platform adaptors for OsString/OsStr | Thalia Archibald | -74/+119 |
| 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 | Auto merge of #137065 - jhpratt:rollup-ree9mej, r=jhpratt | bors | -2739/+2772 |
| 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-15 | Auto merge of #136324 - GrigorenkoPV:erf, r=tgross35 | bors | -0/+6 |
| 2025-02-14 | Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35 | Jubilee | -37/+39 |
| 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 | 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/+6 |
| 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 | -27/+27 |
| 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 | -13/+31 |
| 2025-02-13 | Windows: Update generated bindings to 0.59 | Chris Denton | -2734/+2770 |
| 2025-02-12 | Rollup merge of #136699 - joboet:netaddr_from_inner, r=cuviper | Jacob Pratt | -273/+151 |
| 2025-02-12 | std: replace the `FromInner` implementation for addresses with private conver... | joboet | -273/+151 |
| 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 | -89/+73 |
| 2025-02-10 | Use io::const_error! when possible over io::Error::new | Thalia Archibald | -10/+9 |
| 2025-02-10 | Rollup merge of #136705 - compiler-errors:edition-library, r=jhpratt | Jubilee | -69/+69 |
| 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 | -66/+66 |
| 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 | -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 |