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
/
core
/
src
/
num
/
f16.rs
Age
Commit message (
Expand
)
Author
Lines
2024-07-15
Auto merge of #127020 - tgross35:f16-f128-classify, r=workingjubilee
bors
-17
/
+266
2024-07-15
Mark some `f16` and `f128` functions unstably const
Trevor Gross
-16
/
+105
2024-07-14
Add `classify` and related methods for `f16` and `f128`
Trevor Gross
-1
/
+161
2024-07-10
core: Limit remaining f16 doctests to x86_64 linux
Ulrich Weigand
-0
/
+15
2024-07-03
core: Limit four f16 doctests to x86_64 linux
Martin Nordholts
-6
/
+9
2024-06-25
Add more `f16` and `f128` library functions and constants
Trevor Gross
-1
/
+611
2024-06-25
Add doctests to existing `f16` and `f128` functions
Trevor Gross
-2
/
+34
2024-05-29
Add FRAC_1_SQRT_2PI doc alias to FRAC_1_SQRT_TAU
Markus Mayer
-0
/
+1
2024-05-29
Add FRAC_1_SQRT_2PI constant to f16/f32/f64/f128
Markus Mayer
-0
/
+5
2024-05-16
Add doctests for f16 and f128 library functions where possible
Trevor Gross
-0
/
+20
2024-05-06
f16::is_sign_{positive,negative} were feature-gated on f128
Trevor Spiteri
-2
/
+2
2024-05-02
add constants in std::f16::consts
Trevor Spiteri
-1
/
+106
2024-05-02
add f16 associated constants
Trevor Spiteri
-1
/
+83
2024-04-11
Add a `Debug` impl and some basic functions to `f16` and `f128`
Trevor Gross
-0
/
+104
2024-04-10
Add basic f16 and f128 modules
Trevor Gross
-0
/
+16