| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-02-10 | Use io::const_error! when possible over io::Error::new | Thalia Archibald | -15/+15 |
| 2025-02-10 | Increase allowed offset from infinity for ynf | Trevor Gross | -1/+1 |
| 2025-02-10 | Add `fminimum`, `fmaximum`, `fminimum_num`, and `fmaximum_num` | Trevor Gross | -31/+997 |
| 2025-02-10 | Combine `fmin{,f,f16,f128}` and `fmax{,f,f16,128}` into a single file | Trevor Gross | -64/+65 |
| 2025-02-10 | Small refactor of bigint tests | Trevor Gross | -31/+34 |
| 2025-02-10 | Auto merge of #136823 - matthiaskrgr:rollup-vp20mk1, r=matthiaskrgr | bors | -4/+4 |
| 2025-02-10 | Reword doc comment on `CoercePointeeValidated` | Michael Goulet | -6/+5 |
| 2025-02-10 | Rollup merge of #136714 - tgross35:update-builtins, r=tgross35 | Matthias Krüger | -4/+4 |
| 2025-02-10 | Auto merge of #135701 - calebzulawski:sync-from-portable-simd-2025-01-18, r=w... | bors | -388/+865 |
| 2025-02-10 | Implement `read*_exact` for `std:io::repeat` | Benoît du Garreau | -0/+11 |
| 2025-02-10 | Eliminate the use of `force_eval!` in `ceil`, `floor`, and `trunc` | Trevor Gross | -37/+220 |
| 2025-02-10 | Migrate away from nonfunctional `fenv` stubs | Trevor Gross | -141/+240 |
| 2025-02-10 | Add `_value` methods to proc_macro lib | Guillaume Gomez | -0/+123 |
| 2025-02-10 | Extract `unescape` from `rustc_lexer` into its own crate | Guillaume Gomez | -0/+738 |
| 2025-02-10 | Rollup merge of #136805 - RalfJung:miri-win-delete-self, r=Noratrieb | Jubilee | -0/+1 |
| 2025-02-10 | Rollup merge of #136705 - compiler-errors:edition-library, r=jhpratt | Jubilee | -152/+156 |