summary refs log tree commit diff
path: root/src/librustc_apfloat/ieee.rs
AgeCommit message (Expand)AuthorLines
2018-11-11Fix typos.Bruce Mitchener-2/+2
2018-11-09Use `SmallVec` to avoid allocations in `from_decimal_string`.Nicholas Nethercote-6/+7
2018-08-15Two small improvementsAndre Bogus-14/+4
2018-08-11A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and termljedrz-47/+44
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-2/+2
2018-01-18in which the unused-parens lint comes to cover function and method argsZack M. Davis-1/+1
2018-01-01Fix docs for future pulldown migrationMalo Jaffré-3/+3
2017-08-23Speed up APFloat division by using short division for small divisors.Eduard-Mihai Burtescu-30/+96
2017-08-02rustc_apfloat: complete the IEEE & PPC implementations.Eduard-Mihai Burtescu-55/+2523
2017-08-02rustc_apfloat: stub IEEE & PPC implementations.Eduard-Mihai Burtescu-0/+265