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-13
Use cargo-nextest for running tests in CI
Trevor Gross
-24
/
+48
2025-01-14
Simplify and optimize `fdim` (#442)
quaternic
-9
/
+1
2025-01-13
Reduce indentation in `run.sh` using early return
Trevor Gross
-23
/
+24
2025-01-13
Don't set `codegen-units=1` by default in CI
Trevor Gross
-3
/
+4
2025-01-13
Add `fdimf16` and `fdimf128`
Trevor Gross
-8
/
+93
2025-01-13
Add a generic version of `fdim`
Trevor Gross
-24
/
+21
2025-01-13
Format the MPFR manual implementation list
Trevor Gross
-7
/
+41
2025-01-13
Disable `util` and `libm-macros` for optimized tests
Trevor Gross
-1
/
+7
2025-01-13
Add `truncf16` and `truncf128`
Trevor Gross
-5
/
+61
2025-01-13
Add a generic version of `trunc`
Trevor Gross
-51
/
+59
2025-01-13
Add a utility crate for quick evaluation
Trevor Gross
-0
/
+298
2025-01-13
Enable `build-mpfr` and `build-musl` by default
Trevor Gross
-23
/
+22
2025-01-13
Rename the `test-multiprecision` feature to `build-mpfr`
Trevor Gross
-14
/
+14
2025-01-12
Introduce arch::aarch64 and use it for rint{,f}
Hanna Kruppe
-2
/
+50
2025-01-12
Use wasm32 arch intrinsics for rint{,f}
Hanna Kruppe
-1
/
+25
2025-01-12
Add a new precision adjustment for i586 `exp2f`
Trevor Gross
-0
/
+9
2025-01-12
Add a new precision adjustment for i586 `rint`
Trevor Gross
-1
/
+9
2025-01-12
Expose C versions of `libm` functions in the `cb` crate
Trevor Gross
-6
/
+200
2025-01-11
Always use the same seed for benchmarking
Trevor Gross
-1
/
+5
2025-01-11
Add `biteq` and `exp_unbiased` to `Float`
Trevor Gross
-10
/
+143
2025-01-11
Add a `release-checked` profile with debug and overflow assertions
Trevor Gross
-5
/
+19
2025-01-11
Remove `ExpInt` from `Float`, always use `i32` instead
Trevor Gross
-19
/
+10
2025-01-11
Reorder tests in `run.sh`
Trevor Gross
-8
/
+6
2025-01-11
Split `cast` into `cast` and `cast_lossy`
Trevor Gross
-0
/
+19
2025-01-11
Use `core::arch::wasm` functions rather than intrinsics
Trevor Gross
-20
/
+11
2025-01-10
Add tests against MPFR for `remquo` and `remquof`
Trevor Gross
-9
/
+51
2025-01-07
chore: release v0.1.142
github-actions[bot]
-1
/
+7
2025-01-07
Account for optimization levels other than numbers
Trevor Gross
-3
/
+3
2025-01-07
Update the `libm` submodule
Trevor Gross
-0
/
+0
2025-01-07
Account for optimization levels other than numbers
Trevor Gross
-3
/
+3
2025-01-07
Make extensive tests exhaustive if there are enough iterations available
beetrees
-81
/
+252
2025-01-06
Increase the allowed ULP for `tgammaf`
Trevor Gross
-1
/
+2
2025-01-07
chore: release v0.1.141
github-actions[bot]
-1
/
+10
2025-01-06
Update the `libm` submodule
Trevor Gross
-0
/
+0
2025-01-06
Replace "intrinsic" config with "arch" config
Trevor Gross
-50
/
+37
2025-01-06
Update the `libm` submodule
Trevor Gross
-5
/
+53
2025-01-06
Don't use intrinsics abs for `f16` and `f128` on wasm32
Trevor Gross
-12
/
+0
2025-01-06
Remove an unused `feature = "force-soft-floats"` gate
Trevor Gross
-2
/
+0
2025-01-06
Switch from using `unstable-intrinsics` to `intrinsics_enabled`
Trevor Gross
-6
/
+4
2025-01-06
Increase the allowed precision for failing tests on i586
Trevor Gross
-1
/
+4
2025-01-06
Enable MPFR tests on i586
Trevor Gross
-3
/
+4
2025-01-06
ci: Only update the github ref for pull requests
Trevor Gross
-0
/
+1
2025-01-06
Loosen precision on i586 based on new tests
Trevor Gross
-1
/
+13
2025-01-06
Add an override for failing ceil/floor tests on i586
Trevor Gross
-0
/
+10
2025-01-06
Add domain and edge case tests to musl
Trevor Gross
-2
/
+101
2025-01-06
Add test infrastructure for `f16` and `f128`
Trevor Gross
-43
/
+205
2025-01-06
Add `fabsf16`, `fabsf128`, `copysignf16`, and `copysignf128`
Trevor Gross
-3
/
+133
2025-01-06
Enable `f16` and `f128` when creating the API change list
Trevor Gross
-3
/
+6
2025-01-06
Run extensive tests in CI when relevant files change
Trevor Gross
-1
/
+206
2025-01-06
Update precision based on failures from extensive tests
Trevor Gross
-1
/
+21
[prev]
[next]