| Age | Commit message (Expand) | Author | Lines |
| 2025-06-06 | Rollup merge of #142091 - thaliaarchi:aix-getenv, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-06-05 | Fix AIX build | Thalia Archibald | -1/+1 |
| 2025-06-05 | Clarify description of `Seek::stream_len` | Tobias Bucher | -1/+1 |
| 2025-06-05 | Optimize `Seek::stream_len` impl for `File` | Tobias Bucher | -10/+89 |
| 2025-06-05 | change tests to use fixed constants to let them pass with miri | LorrensP-2158466 | -20/+20 |
| 2025-06-04 | Rollup merge of #141467 - cyrgani:const-empty-stringlikes, r=Amanieu | Matthias Krüger | -5/+7 |
| 2025-06-03 | Rollup merge of #141925 - cuviper:vestigial-bootstrap, r=workingjubilee | Matthias Krüger | -8/+2 |
| 2025-06-03 | Rollup merge of #141455 - joboet:tls_exhaustion_abort, r=tgross35 | Matthias Krüger | -11/+10 |
| 2025-06-03 | Enable Float non-determinism in miri. Update and add tests and change | LorrensP-2158466 | -18/+18 |
| 2025-06-03 | Rollup merge of #140715 - lukaslueg:oncecellsyncdocs, r=tgross35 | Matthias Krüger | -5/+13 |
| 2025-06-02 | Remove more library bootstrap | Josh Stone | -6/+1 |
| 2025-06-02 | Remove bootstrap cfgs from library/ | Josh Stone | -2/+1 |
| 2025-06-02 | Explain TOCTOU on the top of `std::fs`, and ref it in functions | xizheyin | -15/+41 |
| 2025-06-01 | Rollup merge of #141832 - workingjubilee:explain-what-toctou-races-are, r=tho... | Jacob Pratt | -8/+19 |
| 2025-05-31 | library: explain TOCTOU races in `fs::remove_dir_all` | Jubilee Young | -8/+19 |
| 2025-05-31 | Add const support for float rounding methods | Ruan Comelli | -12/+25 |
| 2025-05-31 | Auto merge of #141685 - orlp:inplace-tls-drop, r=joboet | bors | -29/+51 |
| 2025-05-30 | Address review comments. | Orson Peters | -0/+7 |
| 2025-05-29 | Make `std/src/num` mirror `core/src/num` | Trevor Gross | -2/+8 |
| 2025-05-29 | Rollup merge of #141690 - Patrick-6:intercept-mutex, r=m-ou-se | Jacob Pratt | -1/+13 |
| 2025-05-29 | Rollup merge of #141477 - tshepang:patch-1, r=ChrisDenton | Jacob Pratt | -5/+20 |
| 2025-05-29 | Rollup merge of #141104 - PaulDance:fix-win7-test_eq_windows_file_type, r=Chr... | Jacob Pratt | -1/+23 |
| 2025-05-28 | Clarify &mut-methods' docs on sync::OnceLock | Lukas Lueg | -5/+13 |
| 2025-05-28 | When replacing an old value we may not drop it in place | Orson Peters | -12/+8 |
| 2025-05-28 | Add same unsafe bound on get_or_init_slow | Orson Peters | -2/+8 |
| 2025-05-28 | Add comments to diagnostic items | Patrick-6 | -0/+6 |
| 2025-05-28 | Do not panic, maintain old behavior | Orson Peters | -25/+17 |
| 2025-05-28 | Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4 | Trevor Gross | -2/+5 |
| 2025-05-28 | Rollup merge of #140369 - jplatte:mutex-rwlock-data-ptr, r=Amanieu | Trevor Gross | -0/+33 |
| 2025-05-28 | Make pthread Mutex internals less public | Patrick-6 | -1/+1 |
| 2025-05-28 | Add diagnostic items to sys::Mutex | Patrick-6 | -0/+6 |
| 2025-05-28 | Improve safety comment, double-drop is not relevant here | Orson Peters | -3/+4 |
| 2025-05-28 | Do not move thread-locals before dropping | Orson Peters | -32/+52 |
| 2025-05-28 | Test(fs): Fix test_eq_windows_file_type for Windows 7 | Paul Mabileau | -1/+23 |
| 2025-05-27 | Rollup merge of #141312 - cberner:filelock_from, r=joshtriplett | Matthias Krüger | -8/+40 |
| 2025-05-26 | Rollup merge of #141472 - fluiderson:dev, r=workingjubilee | Jacob Pratt | -2/+2 |
| 2025-05-26 | Rollup merge of #140936 - teor2345:wtf-surrogate-docs, r=workingjubilee | Jacob Pratt | -6/+6 |
| 2025-05-26 | Rollup merge of #134696 - ChrisDenton:normalize-lexically, r=workingjubilee | Jacob Pratt | -0/+77 |
| 2025-05-25 | Implement normalize lexically | Chris Denton | -0/+77 |
| 2025-05-25 | Rollup merge of #141108 - PaulDance:fix-extract_if-docs, r=Mark-Simulacrum | Jacob Pratt | -10/+10 |
| 2025-05-25 | improve the `std::fs::create_dir_all` docs related to atomicity | Fluid | -2/+2 |
| 2025-05-24 | make `OsString::new` and `PathBuf::new` unstably const | cyrgani | -5/+7 |
| 2025-05-24 | reduce clutter... too many imports | Tshepang Mbambo | -8/+8 |
| 2025-05-24 | Path::with_extension: improve examples | Tshepang Mbambo | -1/+16 |
| 2025-05-24 | Rollup merge of #141505 - RalfJung:catch_unwind, r=Noratrieb | Guillaume Gomez | -5/+5 |
| 2025-05-24 | rename internal panicking::try to catch_unwind | Ralf Jung | -5/+5 |
| 2025-05-24 | Rollup merge of #139254 - Ayush1325:uefi-tcp4-connect, r=joboet | Matthias Krüger | -30/+178 |
| 2025-05-24 | Rollup merge of #141405 - RalfJung:GetUserProfileDirectoryW, r=ChrisDenton | Matthias Krüger | -2/+0 |
| 2025-05-23 | GetUserProfileDirectoryW is now documented to always store the size | Ralf Jung | -2/+0 |
| 2025-05-23 | Rollup merge of #141398 - Dannyyy93:typos, r=Noratrieb | Matthias Krüger | -3/+3 |