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
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
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
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
[prev]
[next]