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-02-07
Work arouind iai-callgrind apt failures
Trevor Gross
-0
/
+2
2025-02-07
Uncomment some hex float tests that should work now
Trevor Gross
-8
/
+5
2025-02-06
Convert `fmaf` to a generic implementation
Trevor Gross
-99
/
+129
2025-02-06
Remove or reduce the scope of `allow(unused)` where possible
Trevor Gross
-29
/
+20
2025-02-07
fmaf128: fix exponent calculation for subnormals
Trevor Gross
-12
/
+26
2025-02-07
Check more subnormal values during edge cases tests
Trevor Gross
-2
/
+20
2025-02-07
Run standard tests before running integration tests
Trevor Gross
-0
/
+3
2025-02-06
Add better edge case testing for `scalbn`
Trevor Gross
-24
/
+101
2025-02-06
Add `fmaf128`
Trevor Gross
-67
/
+237
2025-02-06
Make it possible to use `hf32!` and similar macros outside of `libm`
Trevor Gross
-6
/
+16
2025-02-06
Improve tidy output
Trevor Gross
-4
/
+3
2025-02-06
chore: release v0.1.146
github-actions[bot]
-1
/
+7
2025-02-06
Expose erf{,c}{,f} from libm
Pavel Grigorenko
-0
/
+5
2025-02-06
Add an integration test that verifies a list of cases
Trevor Gross
-5
/
+750
2025-02-06
Switch `musl` to track `master`
Trevor Gross
-0
/
+0
2025-02-06
fma: Ensure zero has the correct sign
Trevor Gross
-46
/
+3
2025-02-05
Print the hex float format upon failure
Trevor Gross
-7
/
+39
2025-02-05
Commonize the signature for all instances of `get_test_cases`
Trevor Gross
-33
/
+45
2025-02-05
Start converting `fma` to a generic function
Trevor Gross
-192
/
+278
2025-02-05
Add checks via annotation that lists are sorted or exhaustive
Trevor Gross
-21
/
+187
2025-02-05
Do not add `libm_helper.rs` to the sources list
Trevor Gross
-57
/
+9
2025-02-05
Add a check in the `shared.rs` that the function list is sorted
Trevor Gross
-7
/
+13
2025-02-05
Add `scalbnf16`, `scalbnf128`, `ldexpf16`, and `ldexpf128`
Trevor Gross
-39
/
+195
2025-02-05
Fix hex float trait recursion problem
Trevor Gross
-25
/
+5
2025-02-04
chore: release v0.1.145
github-actions[bot]
-1
/
+11
2025-02-04
Revert "Eliminate the use of `public_test_dep!`"
Trevor Gross
-763
/
+772
2025-01-31
Indentation fix to please clippy
Pavel Grigorenko
-2
/
+1
2025-01-31
Rename `EXP_MAX` to `EXP_SAT`
Trevor Gross
-12
/
+15
2025-01-30
Specify license as just MIT
Manish Goregaokar
-1
/
+1
2025-01-29
Util: also print the hex float format for outputs
Trevor Gross
-2
/
+9
2025-01-29
Introduce a wrapper type for IEEE hex float formatting
Trevor Gross
-4
/
+181
2025-01-29
Support parsing NaN and infinities from the `hf*` functions
Trevor Gross
-12
/
+61
2025-01-28
Revert "Temporarily pin `indicatif` to 0.17.9"
Trevor Gross
-2
/
+1
2025-01-28
Don't build out of line atomics support code for uefi
Nikita Popov
-2
/
+3
2025-01-28
Temporarily pin `indicatif` to 0.17.9
Trevor Gross
-1
/
+2
2025-01-28
Switch musl from a script download to a submodule
Trevor Gross
-46
/
+19
2025-01-27
Add a version to some FIXMEs that will be resolved in LLVM 20
Trevor Gross
-2
/
+2
2025-01-27
Remove use of the `start` feature
Trevor Gross
-7
/
+5
2025-01-27
Ignore specific `atan2` and `sin` tests on i586
Trevor Gross
-16
/
+25
2025-01-25
Rework the available Cargo profiles
Trevor Gross
-13
/
+21
2025-01-25
Remove remnants of the `checked` feature
Trevor Gross
-15
/
+10
2025-01-25
Use `remquo` from Rug
Trevor Gross
-67
/
+5
2025-01-25
Use `frexp` from Rug
Trevor Gross
-6
/
+1
2025-01-25
Use `az` exported from Rug
Trevor Gross
-7
/
+5
2025-01-25
Upgrade all dependencies to the latest version
Trevor Gross
-8
/
+8
2025-01-24
Enable missing icount benchmarks
Trevor Gross
-0
/
+6
2025-01-24
Add `fmodf128`
Trevor Gross
-33
/
+40
2025-01-24
Add way to override the number of iterations for specific tests
Trevor Gross
-9
/
+29
2025-01-24
Increase or set CI timeouts
Trevor Gross
-2
/
+8
2025-01-24
Add `fmodf16` using the generic implementation
Trevor Gross
-1
/
+37
[prev]
[next]