| Age | Commit message (Expand) | Author | Lines |
| 2024-11-02 | Rollup merge of #132455 - RalfJung:const_alloc_layout, r=dtolnay | Guillaume Gomez | -6/+5 |
| 2024-11-02 | Rollup merge of #132451 - RalfJung:less-rustc_allow_const_fn_unstable, r=tgro... | Guillaume Gomez | -8/+0 |
| 2024-11-02 | Rollup merge of #132445 - RalfJung:const-unchecked-shifts, r=tgross35 | Guillaume Gomez | -20/+16 |
| 2024-11-02 | Rollup merge of #132413 - lolbinarycat:offset_of_nested-docs, r=workingjubilee | Guillaume Gomez | -5/+3 |
| 2024-11-01 | remove no-longer-needed attribute | Ralf Jung | -12/+0 |
| 2024-11-01 | add missing safety comments | Ralf Jung | -0/+6 |
| 2024-11-01 | adjust test gating for f16/f128 | Ralf Jung | -6/+6 |
| 2024-11-01 | float types: move copysign, abs, signum to libcore | Ralf Jung | -363/+363 |
| 2024-11-01 | offset_from / sub_ptr docs: emphasize that pointers must be in the same alloc... | Ralf Jung | -12/+12 |
| 2024-11-01 | feat(byte_sub_ptr): add ptr::byte_sub_ptr | Aria Beingessner | -0/+57 |
| 2024-11-01 | make const_alloc_layout feature gate only about functions that are already st... | Ralf Jung | -6/+5 |
| 2024-11-01 | Add some more basic docstrings (#352) | Johanna Sörngård | -0/+14 |
| 2024-11-01 | Use C-unwind abi for the llvm.wasm.throw intrinsic | Noa | -1/+1 |
| 2024-11-01 | Introduce `hf32!` and `hf64!` macros for hex float support | Trevor Gross | -26/+430 |
| 2024-11-01 | Enable clippy for `libm` in CI | Trevor Gross | -2/+9 |
| 2024-11-01 | Fix errors reported by Clippy in `libm` | Trevor Gross | -305/+306 |
| 2024-11-01 | chore: release v0.1.138 | github-actions[bot] | -1/+16 |
| 2024-11-01 | Enable the changelog for `release-plz` | Trevor Gross | -1/+0 |
| 2024-11-01 | unchecked_shifts, unchecked_neg are safe-to-const-expose-on-stable, so we can... | Ralf Jung | -20/+16 |
| 2024-11-01 | ci: add support for loongarch64-unknown-linux-gnu | WANG Rui | -0/+16 |
| 2024-11-01 | remove some unnecessary rustc_allow_const_fn_unstable | Ralf Jung | -8/+0 |
| 2024-11-01 | Use `f16_enabled`/`f128_enabled` in `examples/intrinsics.rs` (#724) | hev | -16/+106 |
| 2024-11-01 | Disable `f16` for LoongArch64 (#722) | hev | -0/+2 |
| 2024-11-01 | Replace `libm_test::{Float, Int}` with `libm::{Float, Int}` | Trevor Gross | -283/+199 |
| 2024-11-01 | Expose the `support` module publicly with a test feature | Trevor Gross | -1/+12 |
| 2024-11-01 | Update libm `Float` and `Int` with functions from the test traits | Trevor Gross | -16/+77 |
| 2024-11-01 | Change prefixes used by the `Float` trait | Trevor Gross | -21/+26 |
| 2024-10-31 | Check benchmarks in CI | Trevor Gross | -1/+5 |
| 2024-10-31 | Remove `libm-bench` | Trevor Gross | -133/+0 |
| 2024-10-31 | Add benchmarks against musl libm | Trevor Gross | -0/+132 |
| 2024-10-31 | chore: release v0.1.137 | github-actions[bot] | -1/+1 |
| 2024-10-31 | Auto merge of #132206 - tgross35:update-builtins, r=wesleywiser | bors | -4/+4 |
| 2024-10-31 | use semantic line break | lolbinarycat | -2/+2 |
| 2024-11-01 | core_arch: powerpc: Fix documentation for vec_ctu | Jens Reidel | -1/+1 |
| 2024-10-31 | update offset_of! docs to reflect the stablization of nesting | binarycat | -4/+2 |
| 2024-10-31 | ci: add support for loongarch64-unknown-linux-gnu | WANG Rui | -0/+15 |
| 2024-10-31 | Add intra-doc link in str::xxx_char_boundary | Arthur Carcano | -3/+5 |
| 2024-10-31 | Add a `collect_into` tuple test case | Sebastian Hahn | -0/+13 |
| 2024-10-31 | Don't impl Extend for 13-tuples | Sebastian Hahn | -1/+0 |
| 2024-10-30 | rustdoc-search: simplify rules for generics and type params | Michael Howell | -0/+6 |
| 2024-10-30 | Remove do_not_const_check from Iterator methods | Michael Goulet | -76/+0 |
| 2024-10-30 | Rename `canonical_name` to `base_name` | Trevor Gross | -26/+27 |
| 2024-10-30 | Remove the unneeded `isqrt` feature gate | Trevor Gross | -1/+0 |
| 2024-10-30 | Add integer to `f128` conversions | Trevor Gross | -68/+348 |
| 2024-10-30 | Refactor integer to float conversion | Trevor Gross | -48/+138 |
| 2024-10-30 | Add an apfloat fallback for int to float tests | Trevor Gross | -52/+77 |
| 2024-10-30 | Add intra-doc link in str::xxx_prefix | Arthur Carcano | -2/+4 |
| 2024-10-30 | Auto merge of #132238 - Urgau:midpoint-i64-hackers-impl, r=joboet | bors | -2/+2 |
| 2024-10-29 | Implement `From<&mut {slice}>` for `Box/Rc/Arc<{slice}>` | Eduardo Sánchez Muñoz | -0/+211 |
| 2024-10-29 | Auto merge of #132326 - matthiaskrgr:rollup-ngyw18g, r=matthiaskrgr | bors | -2/+0 |