| Age | Commit message (Expand) | Author | Lines |
| 2025-01-11 | update and clarify StructuralPartialEq docs | Ralf Jung | -18/+13 |
| 2025-01-11 | Rename `pos` to `position` | Yuri Astrakhan | -6/+6 |
| 2025-01-11 | Convert `struct FromBytesWithNulError` into enum | Yuri Astrakhan | -31/+19 |
| 2025-01-11 | Rollup merge of #135347 - samueltardieu:push-qvyxtxsqyxyr, r=jhpratt | Jacob Pratt | -29/+13 |
| 2025-01-11 | Rollup merge of #135324 - Ayush1325:uefi-fs-unsupported, r=joboet | Jacob Pratt | -1/+344 |
| 2025-01-11 | Rollup merge of #135236 - scottmcm:more-mcp807-library-updates, r=ChrisDenton | Jacob Pratt | -192/+302 |
| 2025-01-11 | Support `no_rc`, `no_sync`, and `no_global_oom_handling` | Josh Triplett | -0/+9 |
| 2025-01-11 | Add `#[cfg(not(test))]` to some impls to work around https://github.com/rust-... | Josh Triplett | -0/+20 |
| 2025-01-11 | Implement `ByteStr` and `ByteString` types | Josh Triplett | -0/+1329 |
| 2025-01-10 | Improve the safety documentation on new_unchecked | Scott McMurray | -1/+7 |
| 2025-01-10 | Use `NonNull::without_provenance` within the standard library | Samuel Tardieu | -29/+13 |
| 2025-01-10 | Add tests against MPFR for `remquo` and `remquof` | Trevor Gross | -9/+51 |
| 2025-01-10 | alloc: remove unsound `IsZero` for raw pointers | joboet | -13/+12 |
| 2025-01-10 | Rollup merge of #134693 - SpriteOvO:proc-macro-use-to-tokens-in-quote, r=tgro... | Jacob Pratt | -64/+87 |
| 2025-01-10 | Rollup merge of #132607 - YohDeadfall:pthread-name-fn-with-result, r=tgross35 | Jacob Pratt | -11/+13 |
| 2025-01-09 | Update a bunch of library types for MCP807 | Scott McMurray | -192/+296 |
| 2025-01-10 | Initial fs module for uefi | Ayush Singh | -1/+344 |
| 2025-01-10 | Rollup merge of #134908 - madsmtm:ptr-from_ref-docs, r=ibraheemdev | Matthias Krüger | -2/+2 |
| 2025-01-10 | Rollup merge of #134619 - hkBst:patch-7, r=jhpratt | Matthias Krüger | -22/+20 |
| 2025-01-09 | Fix `proc_macro::quote!` for raw ident | Asuna | -2/+8 |
| 2025-01-09 | Append `TokenTree` with `ToTokens` in `proc_macro::quote!` | Asuna | -47/+64 |
| 2025-01-09 | Used pthread name functions returning result for FreeBSD and DragonFly | Yoh Deadfall | -11/+13 |
| 2025-01-09 | Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -218/+96 |
| 2025-01-09 | Rollup merge of #135269 - estebank:unneeded-into, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2025-01-09 | Rollup merge of #135242 - RalfJung:nonnull-provenance, r=jhpratt | Matthias Krüger | -3/+45 |
| 2025-01-08 | Remove some unnecessary `.into()` calls | Esteban Küber | -3/+3 |
| 2025-01-08 | fmt | Pietro Albini | -12/+3 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -151/+38 |
| 2025-01-08 | update version placeholders | Pietro Albini | -70/+70 |
| 2025-01-08 | add missing provenance APIs on NonNull | Ralf Jung | -3/+45 |
| 2025-01-08 | Rollup merge of #135176 - kornelski:env-example, r=cuviper | Jacob Pratt | -7/+15 |
| 2025-01-08 | Rollup merge of #134389 - rust-wasi-web:condvar-no-threads, r=m-ou-se | Jacob Pratt | -2/+4 |
| 2025-01-08 | Rollup merge of #133057 - tisonkun:into-chars, r=Amanieu | Jacob Pratt | -2/+185 |
| 2025-01-08 | Outline panicking code for `LocalKey::with` | Joseph Perez | -8/+16 |
| 2025-01-07 | chore: release v0.1.142 | github-actions[bot] | -1/+7 |
| 2025-01-07 | Account for optimization levels other than numbers | Trevor Gross | -3/+3 |
| 2025-01-07 | Update the `libm` submodule | Trevor Gross | -0/+0 |
| 2025-01-07 | Account for optimization levels other than numbers | Trevor Gross | -3/+3 |
| 2025-01-07 | Make extensive tests exhaustive if there are enough iterations available | beetrees | -81/+252 |
| 2025-01-07 | Avoid naming variables `str` | Josh Triplett | -7/+7 |
| 2025-01-06 | Increase the allowed ULP for `tgammaf` | Trevor Gross | -1/+2 |
| 2025-01-06 | Rollup merge of #135139 - c410-f3r:8-years-rfc, r=jhpratt | Jacob Pratt | -8/+8 |
| 2025-01-06 | Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee | Jacob Pratt | -4/+6 |
| 2025-01-07 | chore: release v0.1.141 | github-actions[bot] | -1/+10 |
| 2025-01-06 | Update the `libm` submodule | Trevor Gross | -0/+0 |
| 2025-01-06 | Replace "intrinsic" config with "arch" config | Trevor Gross | -50/+37 |
| 2025-01-06 | Update the `libm` submodule | Trevor Gross | -5/+53 |
| 2025-01-06 | More compelling env_clear() examples | Kornel | -7/+15 |
| 2025-01-06 | Don't use intrinsics abs for `f16` and `f128` on wasm32 | Trevor Gross | -12/+0 |
| 2025-01-06 | Remove an unused `feature = "force-soft-floats"` gate | Trevor Gross | -2/+0 |