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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
f16.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-15
Auto merge of #136324 - GrigorenkoPV:erf, r=tgross35
bors
-0
/
+72
2025-02-14
Implement `f{16,32,64,128}::{erf,erfc}`
Pavel Grigorenko
-0
/
+72
2025-02-12
`f16` is half-precision
eyelash
-1
/
+1
2025-02-04
Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=Noratrieb
Jacob Pratt
-3
/
+0
2025-01-28
Document powf and powi calls that always return 1.0
Marijn Schouten
-1
/
+17
2025-01-26
Move std float unit tests to integration tests
bjorn3
-3
/
+0
2025-01-05
Add doc aliases for `libm` and IEEE names
Trevor Gross
-0
/
+2
2024-11-01
float types: move copysign, abs, signum to libcore
Ralf Jung
-97
/
+0
2024-10-15
Make some float methods unstable `const fn`
Eduardo Sánchez Muñoz
-3
/
+6
2024-08-28
copysign with sign being a NaN is non-portable
Ralf Jung
-3
/
+8
2024-08-26
also update copysign docs
Ralf Jung
-5
/
+5
2024-08-01
Add math functions for `f16` and `f128`
Trevor Gross
-9
/
+1287
2024-07-30
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
bors
-1
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-07-28
step cfg(bootstrap)
Mark Rousskov
-1
/
+0
2024-06-25
Add more `f16` and `f128` library functions and constants
Trevor Gross
-0
/
+29
2024-05-16
Add `powi` to `f16` and `f128`
Trevor Gross
-0
/
+24
2024-04-10
Add basic f16 and f128 modules
Trevor Gross
-0
/
+11