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
/
src
/
float
Age
Commit message (
Expand
)
Author
Lines
2025-03-07
Replace some uses of `sign` with `sig`
Trevor Gross
-15
/
+15
2025-03-04
Add __extendhfdf2 and add __truncdfhf2 test
Trevor Gross
-0
/
+8
2025-02-23
Eliminate the use of `public_test_dep!` for a third time
Trevor Gross
-190
/
+194
2025-02-19
remove win64_128bit_abi_hack
Ralf Jung
-4
/
+0
2025-02-04
Revert "Eliminate the use of `public_test_dep!`"
Trevor Gross
-194
/
+190
2025-01-31
Indentation fix to please clippy
Pavel Grigorenko
-2
/
+1
2025-01-15
Eliminate the use of `public_test_dep!`
Trevor Gross
-190
/
+194
2025-01-03
Fix new `clippy::precedence` errors
Trevor Gross
-11
/
+11
2025-01-03
Rename `EXP_MAX` to `EXP_SAT`
Trevor Gross
-8
/
+11
2025-01-03
Shorten prefixes for float constants
Trevor Gross
-97
/
+92
2024-10-30
Add integer to `f128` conversions
Trevor Gross
-0
/
+80
2024-10-30
Refactor integer to float conversion
Trevor Gross
-46
/
+128
2024-10-25
Add an `abs` function to the `Float` trait
Trevor Gross
-0
/
+5
2024-10-25
Rename `Float::repr` and `Float::from_repr`
Trevor Gross
-70
/
+69
2024-09-28
Add support for `f128` integer exponentiation
Trevor Gross
-0
/
+9
2024-09-26
Fixed `__divtf3` having wrong cfg for f128
Davide Mor
-1
/
+1
2024-09-24
Add `f128` division
Trevor Gross
-0
/
+17
2024-09-24
Make float division generic
Trevor Gross
-668
/
+359
2024-09-24
Update bounds and docs for the `Float` trait
Trevor Gross
-5
/
+5
2024-09-03
Remove unsupported *vfp functions (#678)
Sbstn Bcht
-101
/
+0
2024-08-24
Fix ABI for `f16` builtins on Intel Apple targets
beetrees
-0
/
+5
2024-08-06
Revert "Eliminate the use of `public_test_dep!`"
Trevor Gross
-189
/
+185
2024-08-06
Eliminate the use of `public_test_dep!`
Trevor Gross
-185
/
+189
2024-08-03
Make use of new `f16` and `f128` config options
Trevor Gross
-14
/
+23
2024-06-30
Fix incorrect rounding with subnormal/zero results of float multiplication
beetrees
-12
/
+7
2024-06-23
Fix building on AVR
beetrees
-4
/
+2
2024-05-21
Add `ppc_alias` to the `intrinsics!` macro
Trevor Gross
-102
/
+30
2024-05-20
Add `f128` float to integer conversion functions
Trevor Gross
-0
/
+30
2024-05-20
Make float to integer conversions generic
Trevor Gross
-154
/
+104
2024-05-15
Correct f128 extend and truncate symbol names on powerpc
Trevor Gross
-0
/
+36
2024-05-15
Implement `f128` comparison
Trevor Gross
-0
/
+83
2024-05-15
Implement `f128` multiplication
Trevor Gross
-0
/
+11
2024-05-15
Implement `f128` addition and subtraction
Trevor Gross
-0
/
+22
2024-05-15
Split `Int` into `Int` and `MinInt`
Trevor Gross
-50
/
+66
2024-05-11
Update `cfg` to fix warnings
Trevor Gross
-0
/
+1
2024-05-04
fix: Add `#[avr_skip]` for `__addsf3` & `__adddf3`
Patryk Wychowaniec
-0
/
+2
2024-05-02
Add builtins for `f16`/`f128` float conversions
beetrees
-5
/
+103
2023-11-26
fix: Add (even more) `#[avr_skip]` for floats
Patryk Wychowaniec
-0
/
+10
2023-08-07
edition 2018
klensy
-17
/
+17
2023-06-28
Merge pull request #531 from knickish/float_div_subnormal_rounding
Amanieu d'Antras
-200
/
+657
2023-06-27
port updated version of llvm float div
kirk
-200
/
+657
2023-06-17
allow stable features lint, fix link formatting warning, add ignore block to ...
kirk
-1
/
+1
2023-06-12
fix: Add `#[avr_skip]` for floats
Patryk Wychowaniec
-0
/
+14
2023-02-01
Drop the llvm14-builtins-abi hack
Josh Stone
-12
/
+8
2022-11-28
fix(docs): typo in docstrings
Jérome Eertmans
-2
/
+2
2022-10-10
Fix clippy lints
Amanieu d'Antras
-6
/
+6
2022-08-03
Enable unadjusted_on_win64 for UEFI in some cases
Nicholas Bishop
-4
/
+4
2022-05-26
Explicitly use parentheses for associativity of shift operators.
Mara Bos
-5
/
+5
2022-05-20
Faster int<->float conversions.
Mara Bos
-208
/
+273
2022-05-20
De-duplicate 128 bit float conv intrinsics using cfg_attr.
Mara Bos
-48
/
+12
[next]