| Age | Commit message (Expand) | Author | Lines |
| 2025-01-12 | Add a new precision adjustment for i586 `rint` | Trevor Gross | -1/+9 |
| 2025-01-12 | Expose C versions of `libm` functions in the `cb` crate | Trevor Gross | -6/+200 |
| 2025-01-12 | Rollup merge of #135379 - steffahn:uniquerc-invariant, r=Mark-Simulacrum | Matthias Krüger | -2/+6 |
| 2025-01-11 | Add inherent versions of MaybeUninit methods for slices | ltdk | -309/+411 |
| 2025-01-11 | Always use the same seed for benchmarking | Trevor Gross | -1/+5 |
| 2025-01-11 | Add `biteq` and `exp_unbiased` to `Float` | Trevor Gross | -10/+143 |
| 2025-01-11 | Add a `release-checked` profile with debug and overflow assertions | Trevor Gross | -5/+19 |
| 2025-01-11 | Remove `ExpInt` from `Float`, always use `i32` instead | Trevor Gross | -19/+10 |
| 2025-01-11 | Reorder tests in `run.sh` | Trevor Gross | -8/+6 |
| 2025-01-11 | Split `cast` into `cast` and `cast_lossy` | Trevor Gross | -0/+19 |
| 2025-01-11 | Add #[inline] to copy_from_slice | Ben Kimock | -0/+1 |
| 2025-01-11 | Use `core::arch::wasm` functions rather than intrinsics | Trevor Gross | -20/+11 |
| 2025-01-11 | Auto merge of #135360 - RalfJung:structural-partial-eq, r=compiler-errors | bors | -18/+13 |
| 2025-01-11 | Make UniqueRc invariant for soundness | Frank Steffahn | -2/+6 |
| 2025-01-11 | avoid nesting the user-defined main so deeply on the stack | Ralf Jung | -12/+17 |
| 2025-01-11 | use a single large catch_unwind in lang_start | Ralf Jung | -14/+22 |
| 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 |