about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-10-29Rollup merge of #132321 - betrusted-io:xous/fix-rustc_const_stable-attribute,...Matthias Krüger-2/+0
2024-10-29Auto merge of #132231 - lukas-code:rc-plug-leaks, r=tgross35bors-21/+139
2024-10-29xous: sync: remove `rustc_const_stable` attributeSean Cross-2/+0
2024-10-29Win: rename: Use offset_of! in struct size calculationGeorge Tokmaji-4/+7
2024-10-29Rollup merge of #132270 - yakiimoninja:fs-truncate-docs, r=NoratriebJubilee-1/+1
2024-10-29Rollup merge of #132233 - WaffleLapkin:box-module-split, r=workingjubileeJubilee-970/+1003
2024-10-29Rollup merge of #131520 - zachs18:const-str-split, r=NoratriebJubilee-12/+38
2024-10-29Add float and integer traits from compiler-builtinsTrevor Gross-0/+518
2024-10-29Auto merge of #132277 - workingjubilee:rollup-5e6q6e4, r=workingjubileebors-0/+314
2024-10-29Stabilize `const_atomic_from_ptr`Trevor Gross-3/+3
2024-10-28Move architecture-specific code to `src/math/arch`Trevor Gross-249/+261
2024-10-28Update `select_implementation` to accept arch configurationTrevor Gross-6/+39
2024-10-28Add an "arch" Cargo feature that is on by defaultTrevor Gross-1/+18
2024-10-28Vendor `cfg_if::cfg_if!`Trevor Gross-3/+43
2024-10-28Update `libm-test/build.rs` to skip directoriesTrevor Gross-1/+18
2024-10-28Rename the `special_case` module to `precision` and move default ULPTrevor Gross-55/+55
2024-10-28Run tests against MPFR on CI where possibleTrevor Gross-3/+19
2024-10-28Add a test against MPFR using random inputsTrevor Gross-70/+228
2024-10-28Create interfaces for testing against MPFRTrevor Gross-0/+394
2024-10-28Combine the WASM CI job with the othersTrevor Gross-17/+8
2024-10-28Make use of `select_implementation`Trevor Gross-90/+50
2024-10-28Introduce a `select_implementation` macroTrevor Gross-30/+69
2024-10-28Introduce `math::arch::intrinsics`Trevor Gross-0/+62
2024-10-29Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgaubors-1/+5
2024-10-28Replace `feature = "unstable-intrinsics"` with `intrinsics_enabled`Trevor Gross-11/+34
2024-10-28Move the existing "unstable" feature to "unstable-intrinsics"Trevor Gross-9/+16
2024-10-28Rc destructor: tweak inliningLukas Markeffsky-8/+17
2024-10-28chore: release v0.2.11github-actions[bot]-1/+14
2024-10-28Enable caching on all CI jobs that build the crate (#341)Trevor Gross-0/+4
2024-10-28Split `boxed.rs` into a few modulesMaybe Lapkin-970/+1003
2024-10-28Reduce the number of iterations on emulated aarch64 LinuxTrevor Gross-37/+46
2024-10-28Mark libm-macros and musl-math-sys as publish=falseTrevor Gross-0/+2
2024-10-28Enable more targets on CITrevor Gross-40/+151
2024-10-28Disable a unit test that is failing on i586Trevor Gross-0/+2
2024-10-28Add dockerfiles for i586, riscv, and thumbTrevor Gross-0/+56
2024-10-28Add a test against musl libmTrevor Gross-16/+247
2024-10-28Introduce a generic way to control checks for specific casesTrevor Gross-8/+163
2024-10-28Add a deterministic random generatorTrevor Gross-0/+132
2024-10-28Add a helper for cached test inputsTrevor Gross-0/+72
2024-10-28Add traits for testingTrevor Gross-0/+249
2024-10-28Add numeric traitsTrevor Gross-0/+185
2024-10-28Add a test that `for_each_fn` correctly lists all functionsTrevor Gross-0/+61
2024-10-28Collect all function names to an arrayTrevor Gross-3/+100
2024-10-28Add a procedural macro for expanding all function signaturesTrevor Gross-0/+887
2024-10-28Add a script for downloading muslTrevor Gross-0/+24
2024-10-28Introduce `musl-math-sys` for bindings to musl math symbolsTrevor Gross-2/+703
2024-10-28fix type of constants in ported sincosf (#331)quaternic-29/+21
2024-10-28Rollup merge of #131441 - SpriteOvO:proc-macro-to-tokens-trait, r=dtolnayJubilee-0/+314
2024-10-28clarified std::fs truncate docyakiimoninja-1/+1
2024-10-28Add basic docstrings to some functions (#337)Johanna Sörngård-0/+61