summary refs log tree commit diff
path: root/compiler/rustc_apfloat/src
AgeCommit message (Collapse)AuthorLines
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-03-26Use iter::zip in compiler/Josh Stone-2/+4
2021-03-19stabilize or_patternsmark-1/+1
2020-10-04Backport another LLVM commit to rustc_apfloatest31-17/+10
Backports LLVM commit: [APFloat] convert SNaN to QNaN in convert() and raise Invalid signal https://github.com/llvm/llvm-project/commit/149f5b573c79eac0c519ada4d2f7c50e17796cdf SNaN to QNaN conversion also matches what my Intel x86_64 hardware does.
2020-09-30Backport LLVM apfloat commit to rustc_apfloatest31-0/+12
Backports LLVM commit: https://github.com/llvm/llvm-project/commit/e34bd1e0b03d20a506ada156d87e1b3a96d82fa2 Fixes #69532
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-08-30mv compiler to compiler/mark-0/+3881