index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
compiler-builtins
/
libm
Age
Commit message (
Expand
)
Author
Lines
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
ci: add support for loongarch64-unknown-linux-gnu
WANG Rui
-0
/
+15
2024-10-30
Rename `canonical_name` to `base_name`
Trevor Gross
-26
/
+27
2024-10-29
Add float and integer traits from compiler-builtins
Trevor Gross
-0
/
+518
2024-10-28
Move architecture-specific code to `src/math/arch`
Trevor Gross
-249
/
+261
2024-10-28
Update `select_implementation` to accept arch configuration
Trevor Gross
-6
/
+39
2024-10-28
Add an "arch" Cargo feature that is on by default
Trevor Gross
-1
/
+18
2024-10-28
Vendor `cfg_if::cfg_if!`
Trevor Gross
-3
/
+43
2024-10-28
Update `libm-test/build.rs` to skip directories
Trevor Gross
-1
/
+18
2024-10-28
Rename the `special_case` module to `precision` and move default ULP
Trevor Gross
-55
/
+55
2024-10-28
Run tests against MPFR on CI where possible
Trevor Gross
-3
/
+19
2024-10-28
Add a test against MPFR using random inputs
Trevor Gross
-70
/
+228
2024-10-28
Create interfaces for testing against MPFR
Trevor Gross
-0
/
+394
2024-10-28
Combine the WASM CI job with the others
Trevor Gross
-17
/
+8
2024-10-28
Make use of `select_implementation`
Trevor Gross
-90
/
+50
2024-10-28
Introduce a `select_implementation` macro
Trevor Gross
-30
/
+69
2024-10-28
Introduce `math::arch::intrinsics`
Trevor Gross
-0
/
+62
2024-10-28
Replace `feature = "unstable-intrinsics"` with `intrinsics_enabled`
Trevor Gross
-11
/
+34
2024-10-28
Move the existing "unstable" feature to "unstable-intrinsics"
Trevor Gross
-9
/
+16
2024-10-28
chore: release v0.2.11
github-actions[bot]
-1
/
+14
2024-10-28
Enable caching on all CI jobs that build the crate (#341)
Trevor Gross
-0
/
+4
2024-10-28
Reduce the number of iterations on emulated aarch64 Linux
Trevor Gross
-37
/
+46
2024-10-28
Mark libm-macros and musl-math-sys as publish=false
Trevor Gross
-0
/
+2
2024-10-28
Enable more targets on CI
Trevor Gross
-40
/
+151
2024-10-28
Disable a unit test that is failing on i586
Trevor Gross
-0
/
+2
2024-10-28
Add dockerfiles for i586, riscv, and thumb
Trevor Gross
-0
/
+56
2024-10-28
Add a test against musl libm
Trevor Gross
-16
/
+247
2024-10-28
Introduce a generic way to control checks for specific cases
Trevor Gross
-8
/
+163
2024-10-28
Add a deterministic random generator
Trevor Gross
-0
/
+132
2024-10-28
Add a helper for cached test inputs
Trevor Gross
-0
/
+72
2024-10-28
Add traits for testing
Trevor Gross
-0
/
+249
2024-10-28
Add numeric traits
Trevor Gross
-0
/
+185
2024-10-28
Add a test that `for_each_fn` correctly lists all functions
Trevor Gross
-0
/
+61
2024-10-28
Collect all function names to an array
Trevor Gross
-3
/
+100
2024-10-28
Add a procedural macro for expanding all function signatures
Trevor Gross
-0
/
+887
2024-10-28
Add a script for downloading musl
Trevor Gross
-0
/
+24
2024-10-28
Introduce `musl-math-sys` for bindings to musl math symbols
Trevor Gross
-2
/
+703
2024-10-28
fix type of constants in ported sincosf (#331)
quaternic
-29
/
+21
2024-10-28
Add basic docstrings to some functions (#337)
Johanna Sörngård
-0
/
+61
2024-10-27
ci: `rustup --no-self-update` and reuqire MSRV checks
Trevor Gross
-30
/
+33
2024-10-27
Don't deny warnings when checking MSRV
Trevor Gross
-0
/
+2
2024-10-27
chore: release v0.2.10
github-actions[bot]
-1
/
+7
2024-10-27
Set the MSRV to 1.63 and document it as such
Trevor Gross
-3
/
+12
2024-10-27
Change `build.rs` to use the older `:` rather than `::`
Trevor Gross
-3
/
+3
2024-10-27
Add a CI test that the crate builds on stable
Trevor Gross
-0
/
+10
[prev]
[next]