summary refs log tree commit diff
path: root/src/librustc_apfloat/lib.rs
AgeCommit message (Collapse)AuthorLines
2018-04-21Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-1/+1
This reverts commit e53a2a72743810e05f58c61c9d8a4c89b712ad2e.
2018-03-26Stabilize the TryFrom and TryInto traitsSimon Sapin-1/+1
Tracking issue: https://github.com/rust-lang/rust/issues/33417
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+1
Merge `feature(advanced_slice_patterns)` into `feature(slice_patterns)`
2018-01-01Fix docs for future pulldown migrationMalo Jaffré-6/+7
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-2/+0
Fixes #46038
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
This commit updates the bootstrap compiler, bumps the version to 1.23, updates Cargo, updates books, and updates crates.io dependencies
2017-09-17Remove rustc_bitflags; use the bitflags crateTamir Duberstein-16/+13
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-1/+4
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-1/+0
Fixes #41701.
2017-08-02rustc_apfloat: complete the IEEE & PPC implementations.Eduard-Mihai Burtescu-0/+2
2017-08-02rustc_apfloat: stub IEEE & PPC implementations.Eduard-Mihai Burtescu-1/+3
2017-08-02rustc_apfloat: introduce the base Float API.Eduard-Mihai Burtescu-0/+689