| Age | Commit message (Expand) | Author | Lines |
| 2024-12-31 | Rollup merge of #134953 - DiuDiu777:unaligned-doc, r=RalfJung | Matthias Krüger | -4/+0 |
| 2024-12-31 | Auto merge of #134620 - ChrisDenton:line-writer, r=tgross35 | bors | -6/+21 |
| 2024-12-31 | Rollup merge of #134930 - RalfJung:ptr-docs-valid-access, r=jhpratt | Stuart Cook | -2/+2 |
| 2024-12-31 | Rollup merge of #134927 - DaniPopes:const-as_flattened_mut, r=scottmcm | Stuart Cook | -1/+2 |
| 2024-12-31 | fix doc for read write unaligned in zst operation | LemonJ | -4/+0 |
| 2024-12-30 | Auto merge of #134757 - RalfJung:const_swap, r=scottmcm | bors | -12/+25 |
| 2024-12-30 | ptr docs: make it clear that we are talking only about memory accesses | Ralf Jung | -2/+2 |
| 2024-12-30 | Make slice::as_flattened_mut unstably const | DaniPopes | -1/+2 |
| 2024-12-30 | Remove lossy casting in `logspace` | Trevor Gross | -3/+10 |
| 2024-12-29 | Set the allowed FMA ULP to 0 | Trevor Gross | -0/+2 |
| 2024-12-30 | Fix ptr::from_ref documentation example comment | Mads Marquart | -2/+2 |
| 2024-12-29 | Rollup merge of #134884 - calciumbe:patch1, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-12-29 | Rollup merge of #134870 - geofft:patch-1, r=jhpratt | Matthias Krüger | -1/+1 |
| 2024-12-29 | fix: typos | calciumbe | -2/+2 |
| 2024-12-29 | Rollup merge of #134851 - lukas-code:alloc-ffi, r=tgross35 | Stuart Cook | -1/+1 |
| 2024-12-29 | Fix typo and prettify comment | Satoshi Tanda | -5/+3 |
| 2024-12-29 | Don't run `push` CI on anything other than `master` | Trevor Gross | -1/+5 |
| 2024-12-29 | Use `CheckCtx` in more places | Trevor Gross | -13/+17 |
| 2024-12-29 | Move `CheckBasis` and `CheckCtx` to a new `run_cfg` module | Trevor Gross | -39/+55 |
| 2024-12-29 | Add `ALL`, `from_str` and `math_op` to `Identifier` | Trevor Gross | -5/+47 |
| 2024-12-29 | Add new trait implementations for `Identifier` and `BaseName` | Trevor Gross | -2/+14 |
| 2024-12-29 | Include `shared.rs` in `libm_test::op` | Trevor Gross | -1/+9 |
| 2024-12-29 | Move the macro's input function list to a new module `shared` | Trevor Gross | -263/+320 |
| 2024-12-29 | Add a way to plot the output from generators | Trevor Gross | -0/+262 |
| 2024-12-29 | Update allowed precision to account for new tests | Trevor Gross | -11/+9 |
| 2024-12-29 | Add tests for edge cases | Trevor Gross | -3/+101 |
| 2024-12-29 | Add interfaces and tests based on function domains | Trevor Gross | -5/+327 |
| 2024-12-29 | Introduce a float extension trait and some numerical routines | Trevor Gross | -1/+461 |
| 2024-12-29 | Add an 8-bit float type for testing purposes | Trevor Gross | -0/+491 |
| 2024-12-29 | Remove an `is_nan` workaround that is no longer needed | beetrees | -11/+1 |
| 2024-12-29 | Update and slightly refactor some of the `Float` trait | Trevor Gross | -24/+36 |
| 2024-12-29 | Always enable `unstable-float` in CI | Trevor Gross | -5/+9 |
| 2024-12-29 | Add `f16` and `f128` configuration from `compiler-builtins` | Trevor Gross | -83/+208 |
| 2024-12-29 | Introduce generic `abs` and `copysign` | Trevor Gross | -12/+26 |
| 2024-12-29 | Change from `-latest` to named CI images | Trevor Gross | -31/+31 |
| 2024-12-28 | Fix sentence fragment in `pin` module docs | Geoffrey Thomas | -1/+1 |
| 2024-12-28 | docs: inline `alloc::ffi::c_str` types to `alloc::ffi` | Lukas Markeffsky | -1/+1 |
| 2024-12-28 | Auto merge of #134547 - SUPERCILEX:unify-copy, r=thomcc | bors | -24/+70 |
| 2024-12-28 | Rollup merge of #134832 - tgross35:update-builtins, r=tgross35 | Stuart Cook | -4/+4 |
| 2024-12-27 | Tidy up bigint mul methods | ltdk | -123/+388 |
| 2024-12-27 | Rollup merge of #134823 - chloefeal:fix, r=tgross35,dtolnay | David Tolnay | -2/+2 |
| 2024-12-28 | Update library/alloc/tests/sort/tests.rs | chloefeal | -1/+1 |
| 2024-12-27 | Update `compiler-builtins` to 0.1.140 | Trevor Gross | -4/+4 |
| 2024-12-27 | Implement `int_from_ascii` (#134821) | Niklas Fiekas | -89/+131 |
| 2024-12-27 | Rollup merge of #133663 - scottmcm:carrying_mul_add, r=Amanieu | Matthias Krüger | -135/+326 |
| 2024-12-27 | Override `carrying_mul_add` in cg_llvm | Scott McMurray | -2/+12 |
| 2024-12-27 | Move `{widening, carrying}_mul` to an intrinsic with fallback MIR | Scott McMurray | -135/+316 |
| 2024-12-27 | Fix typos | chloefeal | -2/+2 |
| 2024-12-27 | Auto merge of #134822 - jieyouxu:rollup-5xuaq82, r=jieyouxu | bors | -7/+30 |
| 2024-12-27 | Rollup merge of #134819 - ChrisDenton:trunc, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -1/+1 |