| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-02-17 | Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=Urgau | Matthias Krüger | -0/+4 |
| 2025-02-17 | Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDenton | Matthias Krüger | -106/+90 |
| 2025-02-17 | stabilize (const_)ptr_sub_ptr | bendn | -21/+13 |
| 2025-02-16 | Synchronize platform adaptors for OsString/OsStr | Thalia Archibald | -74/+119 |
| 2025-02-16 | Simplify control flow with while-let | Thalia Archibald | -22/+14 |
| 2025-02-16 | Improve WTF-8 comments | Thalia Archibald | -15/+23 |
| 2025-02-16 | Rollup merge of #137114 - ChrisDenton:error, r=Noratrieb | Matthias Krüger | -0/+24 |
| 2025-02-16 | Rollup merge of #136986 - ehuss:library-unsafe-fun, r=Noratrieb | Matthias Krüger | -139/+181 |
| 2025-02-16 | invalid_from_utf8[_unchecked]: also lint inherent methods | Pavel Grigorenko | -0/+4 |
| 2025-02-16 | add MAX_LEN_UTF8 and MAX_LEN_UTF16 constants | HTGAzureX1212 | -18/+49 |
| 2025-02-16 | fix docs for inherent str constructors | may | -8/+8 |
| 2025-02-16 | Add an example for std::error::Error | Chris Denton | -0/+24 |
| 2025-02-15 | Restrict DerefPure for Cow<T> impl to T = impl Clone, [impl Clone], str. | Zachary S | -1/+11 |
| 2025-02-16 | Make ub_check message clear that it's not an assert | Kornel | -3/+3 |
| 2025-02-15 | remove MaybeUninit::uninit_array | cyrgani | -36/+0 |
| 2025-02-15 | docs: fix broken intra-doc links that never worked | Michael Howell | -9/+2 |
| 2025-02-15 | core: Make `Debug` impl of raw pointers print metadata if present | Martin Nordholts | -5/+28 |
| 2025-02-15 | core: Document why Pointee::Metadata can't have 'static bound | Martin Nordholts | -0/+2 |
| 2025-02-15 | tests: Add regression test for `Debug` impl of raw pointers | Martin Nordholts | -0/+58 |
| 2025-02-15 | tests: Use `as *const _` instead of `.as_ptr()` in ptr fmt test | Martin Nordholts | -2/+2 |
| 2025-02-15 | Auto merge of #137065 - jhpratt:rollup-ree9mej, r=jhpratt | bors | -2767/+2899 |
| 2025-02-15 | Rollup merge of #137062 - thaliaarchi:io-optional-methods/write, r=workingjub... | Jacob Pratt | -0/+62 |
| 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 | -29/+24 |
| 2025-02-15 | Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcm | Jacob Pratt | -0/+39 |
| 2025-02-15 | Rollup merge of #135687 - joseluis:feat-reexport_from_coroutine, r=scottmcm | Jacob Pratt | -4/+4 |
| 2025-02-15 | tidying up tidy | progressive-galib | -4/+4 |
| 2025-02-14 | Add real safety comments | Scott McMurray | -1/+14 |
| 2025-02-14 | Go back to `Some` instead of transmuting to it. | Scott McMurray | -1/+1 |
| 2025-02-14 | Save another BB by using `SubUnchecked` instead of a call to `arith_offset` | Scott McMurray | -5/+5 |
| 2025-02-14 | Simplify `slice::Iter::next` enough that it inlines | Scott McMurray | -7/+17 |
| 2025-02-14 | Forward all default methods for I/O impls | Thalia Archibald | -0/+62 |
| 2025-02-15 | replaced the four occurrences of issue ="50547" in | progressive.galib | -4/+4 |
| 2025-02-15 | Auto merge of #136324 - GrigorenkoPV:erf, r=tgross35 | bors | -0/+280 |