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
Age
Commit message (
Expand
)
Author
Lines
2024-12-26
Disable f128 for amdgpu (#737)
Sebastian Neubauer
-0
/
+2
2024-12-22
Rename associated type helpers, add `OpITy`
Trevor Gross
-6
/
+8
2024-12-22
Introduce helper types for accessing trait items
Trevor Gross
-5
/
+23
2024-12-22
Fix a bug in `abs_diff`
Trevor Gross
-2
/
+2
2024-12-22
Fix a bug in `abs_diff`
Trevor Gross
-6
/
+2
2024-12-22
Remove tests against system musl
Trevor Gross
-501
/
+12
2024-11-14
Use `https:` links in `README.md`
beetrees
-2
/
+2
2024-11-05
Disable `f16` on platforms that have recursion problems
Trevor Gross
-20
/
+35
2024-11-03
Move some numeric trait logic to default implementations
Trevor Gross
-48
/
+67
2024-11-03
Change the `multiprec_` prefix to `mp_`
Trevor Gross
-5
/
+5
2024-11-03
chore: release v0.1.139
github-actions[bot]
-1
/
+7
2024-11-03
Remove incorrect `sparcv9` match pattern from `configure_f16_f128`
beetrees
-1
/
+1
2024-11-02
Change default ULP to use enum matching
Trevor Gross
-59
/
+47
2024-11-02
Rename `Name` to `Identifier` to avoid some ambiguity of "name"
Trevor Gross
-38
/
+35
2024-11-02
Change the `CheckCtx` constructor to take a `Name` enum
Trevor Gross
-50
/
+40
2024-11-02
Correct the proc macro to emit `pub` functions
Trevor Gross
-3
/
+3
2024-11-02
Rework tests to make use of the new `MathOp` trait
Trevor Gross
-315
/
+278
2024-11-02
Introduce a `op` module with struct representations of each routine
Trevor Gross
-2
/
+115
2024-11-02
Adjust how the proc macro emits types and add an enum
Trevor Gross
-63
/
+354
2024-11-02
Fix clippy lints in `crates/` and enable this on CI
Trevor Gross
-12
/
+31
2024-11-02
Resolve clippy errors in `libm` tests and check this in CI
Trevor Gross
-83
/
+65
2024-11-01
Add some more basic docstrings (#352)
Johanna Sörngård
-0
/
+14
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
ci: add support for loongarch64-unknown-linux-gnu
WANG Rui
-0
/
+16
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
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-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-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
[prev]
[next]