summaryrefslogtreecommitdiff
path: root/src/librustc_apfloat/ieee.rs
Commit message (Expand)AuthorAgeFilesLines
* Two small improvementsAndre Bogus2018-08-151-14/+4
* A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and termljedrz2018-08-111-47/+44
* migrate codebase to `..=` inclusive range patternsZack M. Davis2018-06-261-2/+2
* in which the unused-parens lint comes to cover function and method argsZack M. Davis2018-01-181-1/+1
* Fix docs for future pulldown migrationMalo Jaffré2018-01-011-3/+3
* Speed up APFloat division by using short division for small divisors.Eduard-Mihai Burtescu2017-08-231-30/+96
* rustc_apfloat: complete the IEEE & PPC implementations.Eduard-Mihai Burtescu2017-08-021-55/+2523
* rustc_apfloat: stub IEEE & PPC implementations.Eduard-Mihai Burtescu2017-08-021-0/+265