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
/
f128.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-14
Pass `f16` and `f128` by value in `const_assert!`
Trevor Gross
-3
/
+2
2024-11-13
Rollup merge of #131304 - RalfJung:float-core, r=tgross35
Jubilee
-14
/
+100
2024-11-13
const_panic: don't wrap it in a separate function
Ralf Jung
-2
/
+3
2024-11-12
remove no-longer-needed abs_private
Ralf Jung
-14
/
+4
2024-11-05
add const_eval_select macro to reduce redundancy
Ralf Jung
-1
/
+1
2024-11-03
add const_panic macro to make it easier to fall back to non-formatting panic ...
Ralf Jung
-11
/
+9
2024-11-01
remove no-longer-needed attribute
Ralf Jung
-3
/
+0
2024-11-01
add missing safety comments
Ralf Jung
-0
/
+1
2024-11-01
adjust test gating for f16/f128
Ralf Jung
-3
/
+3
2024-11-01
float types: move copysign, abs, signum to libcore
Ralf Jung
-0
/
+98
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-14
/
+0
2024-10-15
Make some float methods unstable `const fn`
Eduardo Sánchez Muñoz
-13
/
+29
2024-10-05
move f16/f128 const fn under f16/f128 feature gate
Ralf Jung
-8
/
+8
2024-10-04
Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJung
bors
-6
/
+6
2024-09-12
Stabilize `const_float_classify`
Eduardo Sánchez Muñoz
-6
/
+6
2024-09-12
simplify float::classify logic
Ralf Jung
-4
/
+0
2024-09-01
stabilize const_float_bits_conv
Ralf Jung
-8
/
+8
2024-08-26
float types: document NaN bit pattern guarantees
Ralf Jung
-12
/
+18
2024-08-16
float to/from bits and classify: update comments regarding non-conformant har...
Ralf Jung
-101
/
+9
2024-08-01
Update comments for `{f16, f32, f64, f128}::midpoint`
Trevor Gross
-3
/
+3
2024-08-01
Add `core` functions for `f16` and `f128` that require math routines
Trevor Gross
-0
/
+176
2024-07-30
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
bors
-20
/
+0
2024-07-28
step cfg(bootstrap)
Mark Rousskov
-20
/
+0
2024-07-26
Fix doc nits
John Arundel
-7
/
+7
2024-07-16
Rollup merge of #127047 - tspiteri:f128-aconsts-lsd, r=tgross35
Trevor Gross
-3
/
+3
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
-0
/
+120
2024-06-27
fix least significant digits of f128 associated constants
Trevor Spiteri
-3
/
+3
2024-06-25
Add more `f16` and `f128` library functions and constants
Trevor Gross
-1
/
+639
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
/
+6
2024-05-16
Add doctests for f16 and f128 library functions where possible
Trevor Gross
-0
/
+20
2024-05-02
add constants in std::f128::consts
Trevor Spiteri
-1
/
+110
2024-05-02
add f128 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