about summary refs log tree commit diff
path: root/src/librustc_apfloat/Cargo.toml
AgeCommit message (Expand)AuthorLines
2019-11-04bump smallvec to 1.0Ralf Jung-1/+1
2019-10-25Update bitflagsvarkor-1/+1
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-1/+0
2019-02-07librustc_apfloat => 2018Taiki Endo-0/+1
2018-12-10Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.Nicholas Nethercote-1/+1
2018-11-09Use `SmallVec` to avoid allocations in `from_decimal_string`.Nicholas Nethercote-0/+1
2017-09-17Remove rustc_bitflags; use the bitflags crateTamir Duberstein-1/+2
2017-08-02rustc_apfloat: introduce the base Float API.Eduard-Mihai Burtescu-0/+11