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
2025-01-06
Add extensive and exhaustive tests
Trevor Gross
-8
/
+450
2025-01-06
Add more detailed definition output for `update-api-list.py`
Trevor Gross
-65
/
+945
2025-01-06
Add tests against MPFR for `ilogb` and `ilogbf`
Trevor Gross
-6
/
+23
2025-01-05
Increase the precision for `jn` and `jnf`
Trevor Gross
-3
/
+1
2025-01-05
Rename `unstable-test-support` to `unstable-public-internals`
Trevor Gross
-13
/
+10
2025-01-06
Update precision based on new test results
Trevor Gross
-2
/
+11
2025-01-06
Rewrite the random test generator
Trevor Gross
-196
/
+148
2025-01-06
Add an iterator that ensures known size
Trevor Gross
-0
/
+37
2025-01-06
Streamline the way that test iteration count is determined
Trevor Gross
-57
/
+208
2025-01-06
Add a way for tests to log to a file
Trevor Gross
-0
/
+73
2025-01-05
Add tests against MPFR for `scalbn{f}` and `ldexp{f}`
Trevor Gross
-4
/
+28
2025-01-05
Add tests against MPFR for `frexp` and `frexpf`
Trevor Gross
-4
/
+19
2025-01-05
Add tests against MPFR for `modf` and `modff`
Trevor Gross
-4
/
+18
2025-01-04
Clean up integers stored in `MpTy`
Trevor Gross
-12
/
+12
2025-01-04
precision: Sort `ilogb` with other precise operations
Trevor Gross
-1
/
+1
2025-01-03
Change to exhaustive matching for `default_ulp`
Trevor Gross
-39
/
+91
2025-01-03
Use intrinsics for `abs` and `copysign` when available
Trevor Gross
-16
/
+43
2025-01-03
Fix new `clippy::precedence` errors
Trevor Gross
-13
/
+13
2025-01-03
Rename `EXP_MAX` to `EXP_SAT`
Trevor Gross
-8
/
+11
2025-01-03
Shorten prefixes for float constants
Trevor Gross
-116
/
+111
2025-01-02
Rename generic `abs` to `fabs`
Trevor Gross
-5
/
+5
2025-01-02
macros: Always emit `f16_enabled` and `f128_enabled` attributes
Trevor Gross
-20
/
+57
2025-01-01
Add missing functions to the macro list
Trevor Gross
-19
/
+42
2025-01-01
Use `rustdoc` output to create a list of public API
Trevor Gross
-69
/
+283
2025-01-01
Forward the `CI` environment variable when running in Docker
Trevor Gross
-0
/
+1
2024-12-30
Remove lossy casting in `logspace`
Trevor Gross
-3
/
+10
2024-12-29
Set the allowed FMA ULP to 0
Trevor Gross
-0
/
+2
2024-12-29
Don't run `push` CI on anything other than `master`
Trevor Gross
-1
/
+5
2024-12-29
Use `CheckCtx` in more places
Trevor Gross
-13
/
+17
2024-12-29
Move `CheckBasis` and `CheckCtx` to a new `run_cfg` module
Trevor Gross
-39
/
+55
2024-12-29
Add `ALL`, `from_str` and `math_op` to `Identifier`
Trevor Gross
-5
/
+47
2024-12-29
Add new trait implementations for `Identifier` and `BaseName`
Trevor Gross
-2
/
+14
2024-12-29
Include `shared.rs` in `libm_test::op`
Trevor Gross
-1
/
+9
2024-12-29
Move the macro's input function list to a new module `shared`
Trevor Gross
-263
/
+320
2024-12-29
Add a way to plot the output from generators
Trevor Gross
-0
/
+262
2024-12-29
Update allowed precision to account for new tests
Trevor Gross
-11
/
+9
2024-12-29
Add tests for edge cases
Trevor Gross
-3
/
+101
2024-12-29
Add interfaces and tests based on function domains
Trevor Gross
-5
/
+327
2024-12-29
Introduce a float extension trait and some numerical routines
Trevor Gross
-1
/
+461
2024-12-29
Add an 8-bit float type for testing purposes
Trevor Gross
-0
/
+491
2024-12-29
Remove an `is_nan` workaround that is no longer needed
beetrees
-11
/
+1
2024-12-29
Update and slightly refactor some of the `Float` trait
Trevor Gross
-24
/
+36
2024-12-29
Always enable `unstable-float` in CI
Trevor Gross
-5
/
+9
2024-12-29
Add `f16` and `f128` configuration from `compiler-builtins`
Trevor Gross
-83
/
+208
2024-12-29
Introduce generic `abs` and `copysign`
Trevor Gross
-12
/
+26
2024-12-29
Change from `-latest` to named CI images
Trevor Gross
-31
/
+31
2024-12-27
Allow Clippy lints in `compiler-builtins-smoke-test`
Trevor Gross
-2
/
+2
2024-12-27
Fix new `clippy::precedence` lints
Trevor Gross
-32
/
+32
2024-12-26
Replace string function name matching with enums where possible
Trevor Gross
-62
/
+46
2024-12-26
chore: release v0.1.140
github-actions[bot]
-1
/
+9
[prev]
[next]