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-24
Add a generic version of `fmod`
Trevor Gross
-162
/
+96
2025-01-24
Add `fminf16`, `fmaxf16`, `fminf128`, and `fmaxf128`
Trevor Gross
-4
/
+76
2025-01-24
Add a generic version of `fmin` and `fmax`
Trevor Gross
-40
/
+47
2025-01-24
Remove an outdated note about precision
Trevor Gross
-3
/
+0
2025-01-24
Add `roundf16` and `roundf128`
Trevor Gross
-2
/
+78
2025-01-24
Add a generic version of `round`
Trevor Gross
-52
/
+54
2025-01-23
Add a generic version of `scalbn`
Trevor Gross
-59
/
+133
2025-01-23
Change `from_parts` to take a `u32` exponent rather than `i32`
Trevor Gross
-9
/
+9
2025-01-23
Introduce XFAILs that assert failure
Trevor Gross
-253
/
+268
2025-01-22
Add `hf16!` and `hf128!`
Trevor Gross
-6
/
+266
2025-01-22
Fix the parsing of three-item tuples in `util`
Trevor Gross
-4
/
+4
2025-01-22
Add the ability to parse hex, binary, and float hex with util
Trevor Gross
-5
/
+89
2025-01-22
Add `rintf16` and `rintf128`
Trevor Gross
-6
/
+52
2025-01-22
Add a generic version of `rint`
Trevor Gross
-94
/
+78
2025-01-22
Adjust `ceil` style to be more similar to `floor`
Trevor Gross
-4
/
+10
2025-01-22
Add `floorf16` and `floorf128`
Trevor Gross
-3
/
+51
2025-01-22
Add a generic version of `floor`
Trevor Gross
-93
/
+114
2025-01-22
Add `ceilf16` and `ceilf128`
Trevor Gross
-6
/
+68
2025-01-22
Add a generic version of `ceil`
Trevor Gross
-91
/
+91
2025-01-22
Make `Float::exp` return an unsigned integer
Trevor Gross
-4
/
+8
2025-01-22
Shift then mask, rather than mask then shift
Trevor Gross
-2
/
+2
2025-01-22
Add `sqrtf16` and `sqrtf128`
Trevor Gross
-2
/
+132
2025-01-22
Copy the u256 implementation from compiler_builtins
Trevor Gross
-0
/
+413
2025-01-22
Port the most recent version of Musl's `sqrt` as a generic algorithm
Trevor Gross
-393
/
+450
2025-01-22
Enable `force-soft-floats` for extensive tests
Trevor Gross
-1
/
+1
2025-01-22
Don't set `opt_level` in the musl build script
Trevor Gross
-1
/
+0
2025-01-21
Add a retry to the musl download
Trevor Gross
-1
/
+1
2025-01-21
Remove trailing whitespace in scripts, run JuliaFormatter
Trevor Gross
-22
/
+36
2025-01-21
Ignore files relevant to benchmarking
Trevor Gross
-0
/
+4
2025-01-21
Add a way to ignore benchmark regression checks
Trevor Gross
-12
/
+59
2025-01-21
Run wall time benchmarks with `--features force-soft-floats`
Trevor Gross
-1
/
+1
2025-01-21
Run icount benchmarks once with softfloat and once with hardfloat
Trevor Gross
-23
/
+54
2025-01-20
Switch to the arm-linux runner and enable MPFR
Trevor Gross
-8
/
+6
2025-01-16
Remove the limit for querying a baseline
Trevor Gross
-4
/
+6
2025-01-16
Add an xfail for recent ynf failures
Trevor Gross
-4
/
+18
2025-01-16
Reduce the warm up and measurement time for `short-benchmarks`
Trevor Gross
-2
/
+2
2025-01-16
Run iai-callgrind benchmarks in CI
Trevor Gross
-10
/
+207
2025-01-16
Add benchmarks using iai-callgrind
Trevor Gross
-1
/
+192
2025-01-16
Provide a way to override iteration count
Trevor Gross
-1
/
+18
2025-01-16
Increase the CI timeout
Trevor Gross
-1
/
+1
2025-01-16
Adjust precision and add xfails based on new tests
Trevor Gross
-13
/
+143
2025-01-16
Replace `HasDomain` to enable multi-argument edge case and domain tests
Trevor Gross
-506
/
+525
2025-01-15
chore: release v0.1.144
github-actions[bot]
-1
/
+7
2025-01-15
Eliminate the use of `public_test_dep!`
Trevor Gross
-772
/
+763
2025-01-15
chore: release v0.1.143
github-actions[bot]
-1
/
+7
2025-01-14
Use a C-safe return type for `__rust_[ui]128_*` overflowing intrinsics
Trevor Gross
-24
/
+39
2025-01-15
Add an override for a recent failure
Trevor Gross
-0
/
+7
2025-01-15
Pass --max-fail to nextest so it doesn't fail fast
Trevor Gross
-1
/
+1
2025-01-15
Slightly restructure `ci/calculate-exhaustive-matrix.py`
Trevor Gross
-7
/
+26
2025-01-14
Change `.yml` files to the canonical extension `.yaml`
Trevor Gross
-0
/
+0
[prev]
[next]