summary refs log tree commit diff
path: root/src/librustc_apfloat
AgeCommit message (Expand)AuthorLines
2018-04-30Comment typoOliver Schneider-1/+1
2018-04-20Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-0/+1
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-6/+0
2018-03-26Stabilize the TryFrom and TryInto traitsSimon Sapin-1/+1
2018-03-26Stabilize i128_typeMark Mansi-2/+2
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+1
2018-02-17fix more typos found by codespell.Matthias Krüger-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é-9/+10
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-2/+0
2017-11-07Make trans const eval error on overflow and NaN, matching HIR const eval.Robin Kruppe-1/+1
2017-11-07Fix bug in rustc_apfloatRobin Kruppe-1/+1
2017-10-26Bump to 1.23 and update bootstrapAlex Crichton-4/+2
2017-09-17Remove rustc_bitflags; use the bitflags crateTamir Duberstein-17/+15
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-1/+4
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-1/+0
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-90/+2834
2017-08-02rustc_apfloat: port the suite of unit tests.Eduard-Mihai Burtescu-0/+7546
2017-08-02rustc_apfloat: stub IEEE & PPC implementations.Eduard-Mihai Burtescu-1/+455
2017-08-02rustc_apfloat: introduce the base Float API.Eduard-Mihai Burtescu-0/+700