| Age | Commit message (Expand) | Author | Lines |
| 2025-02-12 | `transmute` should also assume non-null pointers | Scott McMurray | -1/+1 |
| 2025-02-13 | Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity | Michael Goulet | -0/+17 |
| 2025-02-12 | Rollup merge of #136945 - samueltardieu:push-rsqlyknnvyqm, r=fmease | Jacob Pratt | -0/+1 |
| 2025-02-12 | Rollup merge of #136818 - a1phyr:io_repeat_exact, r=jhpratt | Jacob Pratt | -0/+11 |
| 2025-02-12 | Rollup merge of #136699 - joboet:netaddr_from_inner, r=cuviper | Jacob Pratt | -348/+155 |
| 2025-02-12 | Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obk | Jacob Pratt | -1/+0 |
| 2025-02-12 | add `IntoBounds` trait | Peter Jaszkowiak | -1/+111 |
| 2025-02-12 | Fix import in bench for wasm | Eric Huss | -2/+1 |
| 2025-02-12 | Use `git ls-files` rather than manually globbing for tidy | Trevor Gross | -28/+26 |
| 2025-02-12 | Add diagnostic item for `std::io::BufRead` | Samuel Tardieu | -0/+1 |
| 2025-02-12 | Rollup merge of #136890 - saethlin:swap_nonoverlapping, r=RalfJung | Guillaume Gomez | -1/+1 |
| 2025-02-12 | Change swap_nonoverlapping from lang to library UB | Ben Kimock | -1/+1 |
| 2025-02-12 | std: replace the `FromInner` implementation for addresses with private conver... | joboet | -348/+155 |
| 2025-02-12 | Remove ignored `#[must_use]` attributes from portable-simd | Samuel Tardieu | -25/+0 |
| 2025-02-12 | Auto merge of #136918 - GuillaumeGomez:rollup-f6h21gg, r=GuillaumeGomez | bors | -2/+2 |
| 2025-02-12 | Make `fma` a trait method on `Float` | Trevor Gross | -25/+30 |
| 2025-02-12 | fma refactor 3/3: combine `fma` public API with its implementation | Trevor Gross | -125/+161 |
| 2025-02-12 | fma refactor 2/3: move math/generic/fma.rs to math/fma.rs | Trevor Gross | -0/+0 |
| 2025-02-12 | fma refactor 1/3: remove math/fma.rs | Trevor Gross | -40/+0 |
| 2025-02-12 | Scale test iteration count at a later point | Trevor Gross | -16/+21 |
| 2025-02-12 | Rollup merge of #136915 - eyelash:float-precision, r=workingjubilee | Guillaume Gomez | -2/+2 |
| 2025-02-12 | Auto merge of #136897 - workingjubilee:revert-unfcped-stab, r=WaffleLapkin | bors | -0/+3 |
| 2025-02-12 | `f128` is quadruple-precision | eyelash | -1/+1 |
| 2025-02-12 | `f16` is half-precision | eyelash | -1/+1 |
| 2025-02-12 | expect EINVAL for pthread_mutex_destroy for aix | Henry Jiang | -3/+3 |
| 2025-02-12 | Rollup merge of #136874 - tgross35:likely-unlikely-tracking, r=jhpratt | Matthias Krüger | -3/+3 |
| 2025-02-11 | Add a way to print inputs on failure | Trevor Gross | -8/+27 |
| 2025-02-11 | library: amend revert of extended_varargs_abi_support for beta diff | Jubilee Young | -1/+3 |
| 2025-02-11 | Optionally add type names to `TypeId`s. | Kevin Reid | -4/+37 |
| 2025-02-11 | Revert "Stabilize `extended_varargs_abi_support`" | Jubilee Young | -0/+1 |
| 2025-02-11 | Remove the common prelude module | Eric Huss | -24/+12 |
| 2025-02-11 | Document that locking a file fails on Windows if the file is opened only for ... | Josh Triplett | -0/+15 |
| 2025-02-11 | Reword file lock documentation to clarify advisory vs mandatory | Josh Triplett | -35/+40 |
| 2025-02-11 | Rollup merge of #136354 - hkBst:patch-34, r=ibraheemdev | Matthias Krüger | -7/+34 |
| 2025-02-11 | Rollup merge of #136246 - hkBst:patch-29, r=ibraheemdev | Matthias Krüger | -2/+96 |
| 2025-02-11 | Fix missing const for inherent pointer `replace` methods | Sky | -2/+4 |
| 2025-02-11 | Rename `Float::exp` to `Float::ex` | Trevor Gross | -11/+10 |
| 2025-02-11 | Change the issue number for `likely_unlikely` and `cold_path` | Trevor Gross | -3/+3 |
| 2025-02-11 | Auto merge of #136851 - jhpratt:rollup-ftijn95, r=jhpratt | bors | -112/+50 |
| 2025-02-11 | Check exact values for specified cases | Trevor Gross | -3/+21 |
| 2025-02-11 | include note on variance and example | Marijn Schouten | -2/+96 |
| 2025-02-11 | Update docs for impl keyword | Marijn Schouten | -7/+34 |
| 2025-02-11 | Add `roundeven{,f,f16,f128}` | Trevor Gross | -101/+363 |
| 2025-02-11 | Fix parsing of negative hex float literals in util | Trevor Gross | -1/+1 |
| 2025-02-11 | Rollup merge of #136704 - benschulz:patch-1, r=ibraheemdev | Jacob Pratt | -2/+2 |
| 2025-02-11 | Rollup merge of #136672 - safinaskar:alloc-2025-02-07-09-10, r=cuviper | Jacob Pratt | -1/+1 |
| 2025-02-11 | Rollup merge of #136663 - WaffleLapkin:count-non-zero-ones, r=cuviper | Jacob Pratt | -3/+2 |
| 2025-02-10 | Fix long lines which rustfmt fails to format | Thalia Archibald | -106/+45 |
| 2025-02-11 | Rollup merge of #136107 - dingxiangfei2009:coerce-pointee-wellformed, r=compi... | Matthias Krüger | -1/+15 |
| 2025-02-10 | Fix &&str and trailing commas in io::const_error! | Thalia Archibald | -91/+75 |