| Age | Commit message (Expand) | Author | Lines |
| 2025-01-24 | Add `fmodf128` | Trevor Gross | -33/+40 |
| 2025-01-24 | Add way to override the number of iterations for specific tests | Trevor Gross | -9/+29 |
| 2025-01-24 | Increase or set CI timeouts | Trevor Gross | -2/+8 |
| 2025-01-24 | Rollup merge of #135890 - GrigorenkoPV:deque-pop-if, r=thomcc | Matthias Krüger | -0/+86 |
| 2025-01-24 | Rollup merge of #135489 - RalfJung:TryFromSliceError, r=tgross35 | Matthias Krüger | -1/+0 |
| 2025-01-24 | Fix `FormattingOptions` instantiation with `Default` | Yuri Astrakhan | -1/+16 |
| 2025-01-24 | Add `fmodf16` using the generic implementation | Trevor Gross | -1/+37 |
| 2025-01-24 | Add a generic version of `fmod` | Trevor Gross | -162/+96 |
| 2025-01-24 | Auto merge of #135959 - matthiaskrgr:rollup-0jenyfw, r=matthiaskrgr | bors | -86/+88 |
| 2025-01-24 | Add `fminf16`, `fmaxf16`, `fminf128`, and `fmaxf128` | Trevor Gross | -4/+76 |
| 2025-01-24 | Add a generic version of `fmin` and `fmax` | Trevor Gross | -40/+47 |
| 2025-01-24 | Remove an outdated note about precision | Trevor Gross | -3/+0 |
| 2025-01-24 | Add `roundf16` and `roundf128` | Trevor Gross | -2/+78 |
| 2025-01-24 | Add a generic version of `round` | Trevor Gross | -52/+54 |
| 2025-01-24 | Rollup merge of #135366 - Urgau:unreach_pub-std-2, r=cuviper | Matthias Krüger | -86/+88 |
| 2025-01-23 | Add a generic version of `scalbn` | Trevor Gross | -59/+133 |
| 2025-01-24 | Make `Vec::pop_if` a bit more presentable | Pavel Grigorenko | -7/+4 |
| 2025-01-23 | Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushi | Matthias Krüger | -0/+1363 |
| 2025-01-23 | Add memory layout documentation to generic NonZero<T> | Carl Sverre | -0/+20 |
| 2025-01-23 | Change `from_parts` to take a `u32` exponent rather than `i32` | Trevor Gross | -9/+9 |
| 2025-01-23 | Rollup merge of #135883 - GrigorenkoPV:btree_set_upper_bound_mut, r=tgross35 | Matthias Krüger | -4/+4 |
| 2025-01-23 | Introduce XFAILs that assert failure | Trevor Gross | -253/+268 |
| 2025-01-22 | Add `hf16!` and `hf128!` | Trevor Gross | -6/+266 |
| 2025-01-22 | Fix the parsing of three-item tuples in `util` | Trevor Gross | -4/+4 |
| 2025-01-22 | Add the ability to parse hex, binary, and float hex with util | Trevor Gross | -5/+89 |
| 2025-01-22 | Implement `AtomicT::update` & `AtomicT::try_update` | Pavel Grigorenko | -3/+374 |
| 2025-01-22 | Rollup merge of #135856 - fmease:library-mv-obj-save-dyn-compat-ii, r=tgross35 | Matthias Krüger | -5/+4 |
| 2025-01-22 | Rollup merge of #135837 - ChrisDenton:trunc, r=Noratrieb | Matthias Krüger | -3/+0 |
| 2025-01-22 | Implement `VecDeque::pop_front_if` & `VecDeque::pop_back_if` | Pavel Grigorenko | -0/+86 |
| 2025-01-22 | Implement `CloneToUninit` for `ByteStr` | Josh Triplett | -0/+10 |
| 2025-01-22 | Remove erroneous `unsafe` in `BTreeSet::upper_bound_mut` | Pavel Grigorenko | -4/+4 |
| 2025-01-22 | Add `rintf16` and `rintf128` | Trevor Gross | -6/+52 |
| 2025-01-22 | Add a generic version of `rint` | Trevor Gross | -94/+78 |
| 2025-01-22 | Adjust `ceil` style to be more similar to `floor` | Trevor Gross | -4/+10 |
| 2025-01-22 | Add `floorf16` and `floorf128` | Trevor Gross | -3/+51 |
| 2025-01-22 | Add a generic version of `floor` | Trevor Gross | -93/+114 |
| 2025-01-22 | Add `ceilf16` and `ceilf128` | Trevor Gross | -6/+68 |
| 2025-01-22 | Add a generic version of `ceil` | Trevor Gross | -91/+91 |
| 2025-01-22 | Add doc aliases for BStr and BString | Josh Triplett | -0/+2 |
| 2025-01-22 | Make `Float::exp` return an unsigned integer | Trevor Gross | -4/+8 |
| 2025-01-22 | Shift then mask, rather than mask then shift | Trevor Gross | -2/+2 |
| 2025-01-22 | Add `sqrtf16` and `sqrtf128` | Trevor Gross | -2/+132 |
| 2025-01-22 | Copy the u256 implementation from compiler_builtins | Trevor Gross | -0/+413 |
| 2025-01-22 | Port the most recent version of Musl's `sqrt` as a generic algorithm | Trevor Gross | -393/+450 |
| 2025-01-22 | Enable `force-soft-floats` for extensive tests | Trevor Gross | -1/+1 |
| 2025-01-22 | Don't set `opt_level` in the musl build script | Trevor Gross | -1/+0 |
| 2025-01-22 | Library: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -5/+4 |
| 2025-01-21 | Add a retry to the musl download | Trevor Gross | -1/+1 |
| 2025-01-21 | Remove trailing whitespace in scripts, run JuliaFormatter | Trevor Gross | -22/+36 |
| 2025-01-22 | Add `AsyncFn*` to core prelude | Lukas Markeffsky | -0/+3 |