about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-11-02Rollup merge of #132455 - RalfJung:const_alloc_layout, r=dtolnayGuillaume Gomez-6/+5
2024-11-02Rollup merge of #132451 - RalfJung:less-rustc_allow_const_fn_unstable, r=tgro...Guillaume Gomez-8/+0
2024-11-02Rollup merge of #132445 - RalfJung:const-unchecked-shifts, r=tgross35Guillaume Gomez-20/+16
2024-11-02Rollup merge of #132413 - lolbinarycat:offset_of_nested-docs, r=workingjubileeGuillaume Gomez-5/+3
2024-11-01remove no-longer-needed attributeRalf Jung-12/+0
2024-11-01add missing safety commentsRalf Jung-0/+6
2024-11-01adjust test gating for f16/f128Ralf Jung-6/+6
2024-11-01float types: move copysign, abs, signum to libcoreRalf Jung-363/+363
2024-11-01offset_from / sub_ptr docs: emphasize that pointers must be in the same alloc...Ralf Jung-12/+12
2024-11-01feat(byte_sub_ptr): add ptr::byte_sub_ptrAria Beingessner-0/+57
2024-11-01make const_alloc_layout feature gate only about functions that are already st...Ralf Jung-6/+5
2024-11-01Add some more basic docstrings (#352)Johanna Sörngård-0/+14
2024-11-01Use C-unwind abi for the llvm.wasm.throw intrinsicNoa-1/+1
2024-11-01Introduce `hf32!` and `hf64!` macros for hex float supportTrevor Gross-26/+430
2024-11-01Enable clippy for `libm` in CITrevor Gross-2/+9
2024-11-01Fix errors reported by Clippy in `libm`Trevor Gross-305/+306
2024-11-01chore: release v0.1.138github-actions[bot]-1/+16
2024-11-01Enable the changelog for `release-plz`Trevor Gross-1/+0
2024-11-01unchecked_shifts, unchecked_neg are safe-to-const-expose-on-stable, so we can...Ralf Jung-20/+16
2024-11-01ci: add support for loongarch64-unknown-linux-gnuWANG Rui-0/+16
2024-11-01remove some unnecessary rustc_allow_const_fn_unstableRalf Jung-8/+0
2024-11-01Use `f16_enabled`/`f128_enabled` in `examples/intrinsics.rs` (#724)hev-16/+106
2024-11-01Disable `f16` for LoongArch64 (#722)hev-0/+2
2024-11-01Replace `libm_test::{Float, Int}` with `libm::{Float, Int}`Trevor Gross-283/+199
2024-11-01Expose the `support` module publicly with a test featureTrevor Gross-1/+12
2024-11-01Update libm `Float` and `Int` with functions from the test traitsTrevor Gross-16/+77
2024-11-01Change prefixes used by the `Float` traitTrevor Gross-21/+26
2024-10-31Check benchmarks in CITrevor Gross-1/+5
2024-10-31Remove `libm-bench`Trevor Gross-133/+0
2024-10-31Add benchmarks against musl libmTrevor Gross-0/+132
2024-10-31chore: release v0.1.137github-actions[bot]-1/+1
2024-10-31Auto merge of #132206 - tgross35:update-builtins, r=wesleywiserbors-4/+4
2024-10-31use semantic line breaklolbinarycat-2/+2
2024-11-01core_arch: powerpc: Fix documentation for vec_ctuJens Reidel-1/+1
2024-10-31update offset_of! docs to reflect the stablization of nestingbinarycat-4/+2
2024-10-31ci: add support for loongarch64-unknown-linux-gnuWANG Rui-0/+15
2024-10-31Add intra-doc link in str::xxx_char_boundaryArthur Carcano-3/+5
2024-10-31Add a `collect_into` tuple test caseSebastian Hahn-0/+13
2024-10-31Don't impl Extend for 13-tuplesSebastian Hahn-1/+0
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-0/+6
2024-10-30Remove do_not_const_check from Iterator methodsMichael Goulet-76/+0
2024-10-30Rename `canonical_name` to `base_name`Trevor Gross-26/+27
2024-10-30Remove the unneeded `isqrt` feature gateTrevor Gross-1/+0
2024-10-30Add integer to `f128` conversionsTrevor Gross-68/+348
2024-10-30Refactor integer to float conversionTrevor Gross-48/+138
2024-10-30Add an apfloat fallback for int to float testsTrevor Gross-52/+77
2024-10-30Add intra-doc link in str::xxx_prefixArthur Carcano-2/+4
2024-10-30Auto merge of #132238 - Urgau:midpoint-i64-hackers-impl, r=joboetbors-2/+2
2024-10-29Implement `From<&mut {slice}>` for `Box/Rc/Arc<{slice}>`Eduardo Sánchez Muñoz-0/+211
2024-10-29Auto merge of #132326 - matthiaskrgr:rollup-ngyw18g, r=matthiaskrgrbors-2/+0