| Age | Commit message (Expand) | Author | Lines |
| 2025-01-14 | Update ReadDir::next in std::sys::pal::unix::fs to use `&raw const (*ptr).fie... | Zachary S | -23/+13 |
| 2025-01-15 | Update compiler-builtins to 0.1.143 | Trevor Gross | -4/+4 |
| 2025-01-14 | Rollup merge of #135423 - compiler-errors:enforce-const-trait-syntactical, r=... | Jubilee | -0/+6 |
| 2025-01-15 | chore: release v0.1.143 | github-actions[bot] | -1/+7 |
| 2025-01-14 | Use a C-safe return type for `__rust_[ui]128_*` overflowing intrinsics | Trevor Gross | -24/+39 |
| 2025-01-15 | Add an override for a recent failure | Trevor Gross | -0/+7 |
| 2025-01-15 | Pass --max-fail to nextest so it doesn't fail fast | Trevor Gross | -1/+1 |
| 2025-01-15 | Slightly restructure `ci/calculate-exhaustive-matrix.py` | Trevor Gross | -7/+26 |
| 2025-01-14 | Enforce syntactical stability of const traits in HIR | Michael Goulet | -0/+6 |
| 2025-01-14 | Update compiler-builtins to 0.1.141 | Trevor Gross | -4/+4 |
| 2025-01-14 | wasi/io: remove dead files | Ralf Jung | -29/+4 |
| 2025-01-14 | remove unnecessary rustc_allowed_through_unstable_modules | Ralf Jung | -5/+0 |
| 2025-01-14 | remove pointless allowed_through_unstable_modules on TryFromSliceError | Ralf Jung | -1/+0 |
| 2025-01-14 | remove Rustc{En,De}codable from library and compiler | Ralf Jung | -44/+0 |
| 2025-01-14 | make rustc_encodable_decodable feature properly unstable | Ralf Jung | -8/+4 |
| 2025-01-14 | add comments explaining main thread identification | joboet | -0/+29 |
| 2025-01-14 | std: lazily allocate the main thread handle | joboet | -114/+151 |
| 2025-01-14 | Revert "Remove the Arc rt::init allocation for thread info" | joboet | -118/+54 |
| 2025-01-14 | Auto merge of #135473 - matthiaskrgr:rollup-ksnst4l, r=matthiaskrgr | bors | -3/+13 |
| 2025-01-14 | Rollup merge of #135381 - cod10129:vec-splice-doc, r=tgross35 | Matthias Krüger | -3/+13 |
| 2025-01-14 | Auto merge of #135359 - RalfJung:lang-start-unwind, r=joboet | bors | -17/+30 |
| 2025-01-14 | Change `.yml` files to the canonical extension `.yaml` | Trevor Gross | -0/+0 |
| 2025-01-14 | Auto merge of #135465 - jhpratt:rollup-7p93bct, r=jhpratt | bors | -7/+16 |
| 2025-01-13 | Use cargo-nextest for running tests in CI | Trevor Gross | -24/+48 |
| 2025-01-14 | Simplify and optimize `fdim` (#442) | quaternic | -9/+1 |
| 2025-01-13 | Rollup merge of #135393 - Ayush1325:uefi-helper-path, r=thomcc | Jacob Pratt | -7/+16 |
| 2025-01-13 | Add another `Vec::splice` example | cod10129 | -3/+13 |
| 2025-01-13 | Reduce indentation in `run.sh` using early return | Trevor Gross | -23/+24 |
| 2025-01-13 | Don't set `codegen-units=1` by default in CI | Trevor Gross | -3/+4 |
| 2025-01-13 | uefi: helpers: Introduce OwnedDevicePath | Ayush Singh | -7/+16 |
| 2025-01-13 | further improve panic_immediate_abort by removing rtprintpanic messages | klensy | -0/+5 |
| 2025-01-13 | Rollup merge of #135405 - Ayush1325:path-is-absolute, r=tgross35 | Matthias Krüger | -11/+27 |
| 2025-01-13 | Add `fdimf16` and `fdimf128` | Trevor Gross | -8/+93 |
| 2025-01-13 | Add a generic version of `fdim` | Trevor Gross | -24/+21 |
| 2025-01-13 | Format the MPFR manual implementation list | Trevor Gross | -7/+41 |
| 2025-01-13 | Disable `util` and `libm-macros` for optimized tests | Trevor Gross | -1/+7 |
| 2025-01-13 | Add `truncf16` and `truncf128` | Trevor Gross | -5/+61 |
| 2025-01-13 | Add a generic version of `trunc` | Trevor Gross | -51/+59 |
| 2025-01-13 | Add a utility crate for quick evaluation | Trevor Gross | -0/+298 |
| 2025-01-13 | path: Move is_absolute check to sys::path | Ayush Singh | -11/+27 |
| 2025-01-13 | Enable `build-mpfr` and `build-musl` by default | Trevor Gross | -23/+22 |
| 2025-01-13 | Rename the `test-multiprecision` feature to `build-mpfr` | Trevor Gross | -14/+14 |
| 2025-01-12 | Auto merge of #135420 - GuillaumeGomez:rollup-93vepka, r=GuillaumeGomez | bors | -2/+2 |
| 2025-01-12 | Auto merge of #135384 - saethlin:inline-copy-from-slice, r=joboet | bors | -0/+1 |
| 2025-01-12 | Update the explanation for why we use box_new in vec! | Ben Kimock | -2/+2 |
| 2025-01-12 | Auto merge of #135402 - matthiaskrgr:rollup-cz7hs13, r=matthiaskrgr | bors | -309/+411 |
| 2025-01-12 | Omit some more `From` impls to avoid inference failures | Josh Triplett | -87/+80 |
| 2025-01-12 | Introduce arch::aarch64 and use it for rint{,f} | Hanna Kruppe | -2/+50 |
| 2025-01-12 | Use wasm32 arch intrinsics for rint{,f} | Hanna Kruppe | -1/+25 |
| 2025-01-12 | Add a new precision adjustment for i586 `exp2f` | Trevor Gross | -0/+9 |