| Age | Commit message (Expand) | Author | Lines |
| 2025-02-20 | Auto merge of #137295 - matthiaskrgr:rollup-tdu3t39, r=matthiaskrgr | bors | -18/+7 |
| 2025-02-19 | chore: release v0.1.147 | github-actions[bot] | -1/+7 |
| 2025-02-20 | Rollup merge of #137277 - m4rch3n1ng:stabilize-inherent-str-constructors, r=t... | Matthias Krüger | -18/+7 |
| 2025-02-19 | Auto merge of #137290 - matthiaskrgr:rollup-a7xdbi4, r=matthiaskrgr | bors | -170/+234 |
| 2025-02-19 | remove win64_128bit_abi_hack | Ralf Jung | -80/+2 |
| 2025-02-19 | ci: Pin the nightly toolchain for aarch64-unknown-linux-gnu | Trevor Gross | -1/+2 |
| 2025-02-19 | ci: Pin the nightly toolchain for i686-pc-windows-gnu | Trevor Gross | -1/+2 |
| 2025-02-19 | ci: Update actions/cache to v4 | Trevor Gross | -1/+1 |
| 2025-02-19 | Rollup merge of #137155 - thaliaarchi:wtf8-organize, r=ChrisDenton | Matthias Krüger | -109/+154 |
| 2025-02-19 | Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwco | Matthias Krüger | -25/+0 |
| 2025-02-19 | Rollup merge of #136690 - Voultapher:use-more-explicit-and-reliable-ptr-selec... | Matthias Krüger | -18/+13 |
| 2025-02-19 | Rollup merge of #132268 - elichai:string_try_from_vec, r=Amanieu | Matthias Krüger | -0/+18 |
| 2025-02-19 | Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-se | Matthias Krüger | -18/+49 |
| 2025-02-19 | stabilize `inherent_str_constructors` | may | -18/+7 |
| 2025-02-19 | Rollup merge of #136794 - cberner:stabilize, r=joshtriplett | Matthias Krüger | -10/+5 |
| 2025-02-19 | Rollup merge of #136347 - allevo:patch-1, r=Amanieu | Matthias Krüger | -0/+1 |
| 2025-02-19 | Rollup merge of #136301 - hkBst:patch-33, r=thomcc | Matthias Krüger | -2/+8 |
| 2025-02-19 | Rollup merge of #134995 - DaniPopes:stable-const_slice_flatten, r=Amanieu | Matthias Krüger | -2/+2 |
| 2025-02-19 | Update wasm sub sat intrinsics for LLVM 20 | Nikita Popov | -4/+4 |
| 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 | Update library/std/src/fs.rs | Tommaso Allevi | -1/+1 |
| 2025-02-19 | core/net: IpAddr*::as_octets() | Nathan Perry | -0/+60 |
| 2025-02-19 | remove assume_init in stack_overflow | xizheyin | -7/+9 |
| 2025-02-19 | Rollup merge of #137228 - steffahn:one-coerces-to-supertypes-not-subtypes, r=... | Matthias Krüger | -4/+4 |
| 2025-02-19 | Rollup merge of #137026 - GrigorenkoPV:integer_sign_cast, r=jhpratt | Matthias Krüger | -9/+8 |
| 2025-02-18 | Auto merge of #137235 - matthiaskrgr:rollup-2kjua2t, r=matthiaskrgr | bors | -46/+66 |
| 2025-02-18 | Remove outdated target `unexpected_cfgs` | Josh Stone | -3/+0 |
| 2025-02-19 | std::fs: slightly reformat `remove_dir_all` error docs | 许杰友 Jieyou Xu (Joe) | -3/+5 |
| 2025-02-18 | Rollup merge of #137126 - m4rch3n1ng:fix-inherent-str-docs, r=Amanieu | Matthias Krüger | -8/+8 |
| 2025-02-18 | Rollup merge of #136876 - joshtriplett:locking-might-not-be-advisory, r=Amanieu | Matthias Krüger | -38/+58 |
| 2025-02-18 | Rollup merge of #137214 - cyrgani:clippy_diagnostic_items, r=compiler-errors | Urgau | -0/+7 |
| 2025-02-18 | Rollup merge of #137205 - thaliaarchi:remove-wasi-fileext-tell, r=alexcrichton | Urgau | -11/+0 |
| 2025-02-18 | Rollup merge of #137167 - martn3:reliable_f16_math-f16-erfc, r=tgross35 | Urgau | -0/+2 |
| 2025-02-18 | Rollup merge of #136750 - kornelski:ub-bug, r=saethlin | Urgau | -3/+3 |
| 2025-02-18 | update `cfg(bootstrap)` | Josh Stone | -338/+14 |
| 2025-02-18 | Fix typo in hidden internal docs of `TrustedRandomAccess` | Frank Steffahn | -4/+4 |
| 2025-02-18 | update version placeholders | Josh Stone | -30/+30 |
| 2025-02-18 | Reorder "This lock may be advisory or mandatory." earlier in the lock docs | Josh Triplett | -18/+18 |
| 2025-02-18 | Clarify that locking on Windows also works for files opened with `.read(true)` | Josh Triplett | -5/+5 |
| 2025-02-18 | add last std diagnostic items for clippy | cyrgani | -0/+7 |
| 2025-02-18 | Add #[track_caller] to Duration Div impl | Peter Todd | -0/+2 |
| 2025-02-17 | Remove std::os::wasi::fs::FileExt::tell | Thalia Archibald | -11/+0 |
| 2025-02-17 | Update some comparison tests now that they pass in LLVM20 | Scott McMurray | -4/+4 |
| 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/+34 |
| 2025-02-17 | Use tell for <File as Seek>::stream_position | Thalia Archibald | -1/+34 |
| 2025-02-17 | Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr | bors | -1/+11 |
| 2025-02-17 | tests: Also gate `f16::erfc()` doctest with `reliable_f16_math` cfg | Martin Nordholts | -0/+2 |
| 2025-02-17 | Rollup merge of #137105 - zachs18:cow-derefpure-restrict, r=Nadrieril | Matthias Krüger | -1/+11 |