| Age | Commit message (Expand) | Author | Lines |
| 2025-01-25 | Rollup merge of #136005 - BLANKatGITHUB:library, r=RalfJung | Matthias Krüger | -677/+957 |
| 2025-01-25 | Improve and expand documentation of pipes | Josh Triplett | -8/+14 |
| 2025-01-25 | Correct comment for FreeBSD and DragonFly BSD in unix/thread | Huang Qi | -1/+1 |
| 2025-01-25 | Rework the available Cargo profiles | Trevor Gross | -13/+21 |
| 2025-01-25 | Rollup merge of #135991 - no1wudi:master, r=thomcc | Matthias Krüger | -3/+8 |
| 2025-01-25 | Rollup merge of #135977 - nyurik:fix-fmt-options, r=joboet | Matthias Krüger | -1/+16 |
| 2025-01-24 | docs: fix typo in std::pin overview | Nathan VanBenschoten | -2/+2 |
| 2025-01-25 | Remove unused trait BoundedSize | Mu001999 | -55/+0 |
| 2025-01-25 | Remove remnants of the `checked` feature | Trevor Gross | -15/+10 |
| 2025-01-25 | Use `remquo` from Rug | Trevor Gross | -67/+5 |
| 2025-01-25 | Use `frexp` from Rug | Trevor Gross | -6/+1 |
| 2025-01-25 | Use `az` exported from Rug | Trevor Gross | -7/+5 |
| 2025-01-25 | Upgrade all dependencies to the latest version | Trevor Gross | -8/+8 |
| 2025-01-24 | Rollup merge of #135938 - carlsverre:master, r=joboet | Matthias Krüger | -0/+20 |
| 2025-01-24 | Rollup merge of #135728 - hkBst:patch-8, r=joboet | Matthias Krüger | -3/+5 |
| 2025-01-24 | Rollup merge of #135415 - Harshit933:hard-link-error, r=ChrisDenton | Matthias Krüger | -0/+1 |
| 2025-01-25 | Stabilize `vec_pop_if` | Pavel Grigorenko | -5/+1 |
| 2025-01-24 | fix(libtest): Deprecate '--logfile' | Ed Page | -2/+6 |
| 2025-01-24 | Add an `unchecked_div` alias to the `Div<NonZero<_>>` impls | Scott McMurray | -0/+7 |
| 2025-01-24 | Update library/core/src/num/nonzero.rs
| Carl Sverre | -1/+1 |
| 2025-01-24 | Add `File already exists` error doc to `hard_link` function | Harshit Verma | -0/+1 |
| 2025-01-24 | ports last few library files to new intrinsic style | aaishwarymishra@gmail.com | -677/+957 |
| 2025-01-24 | Rollup merge of #135983 - hkBst:patch-13, r=jhpratt | Matthias Krüger | -4/+3 |
| 2025-01-24 | Rollup merge of #135956 - GrigorenkoPV:vec_pop_off, r=dtolnay | Matthias Krüger | -7/+4 |
| 2025-01-24 | Fix set_name in thread mod for NuttX | Huang Qi | -3/+8 |
| 2025-01-24 | add nto80 x86-64 and aarch64 target | AkhilTThomas | -13/+5 |
| 2025-01-24 | Add support for QNX 7.1 with io-sock on x64 | Florian Bartels | -1/+1 |
| 2025-01-24 | Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack... | Florian Bartels | -4/+6 |
| 2025-01-24 | Doc difference between extend and extend_from_slice | Marijn Schouten | -4/+3 |
| 2025-01-24 | Enable missing icount benchmarks | Trevor Gross | -0/+6 |
| 2025-01-24 | Update a bunch of comments from before wasi support was added | bjorn3 | -5/+4 |
| 2025-01-24 | Remove a bunch of emscripten test ignores | bjorn3 | -59/+29 |
| 2025-01-24 | Fix testing of the standard library with Emscripten | bjorn3 | -3/+30 |
| 2025-01-24 | Auto merge of #135978 - matthiaskrgr:rollup-ni16gqr, r=matthiaskrgr | bors | -1/+86 |
| 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 |