Robin Kruppe
|
354a5cb250
|
Make trans const eval error on overflow and NaN, matching HIR const eval.
|
2017-11-07 20:13:19 +01:00 |
|
Robin Kruppe
|
964ba2a6e7
|
Fix bug in rustc_apfloat
|
2017-11-07 20:13:19 +01:00 |
|
Alex Crichton
|
ca18537197
|
Bump to 1.23 and update bootstrap
This commit updates the bootstrap compiler, bumps the version to 1.23, updates
Cargo, updates books, and updates crates.io dependencies
|
2017-10-26 13:59:18 -07:00 |
|
Tamir Duberstein
|
231d9e7e5d
|
Remove rustc_bitflags; use the bitflags crate
|
2017-09-17 14:19:24 -04:00 |
|
Alex Burka
|
681e5da61e
|
change #![feature(const_fn)] to specific gates
|
2017-09-16 15:53:02 +00:00 |
|
Tamir Duberstein
|
b3f50caee0
|
*: remove crate_{name,type} attributes
Fixes #41701.
|
2017-08-25 16:18:21 -04:00 |
|
Eduard-Mihai Burtescu
|
b9c69ec3c3
|
Speed up APFloat division by using short division for small divisors.
|
2017-08-23 02:57:34 +03:00 |
|
Eduard-Mihai Burtescu
|
1409d205ad
|
rustc_apfloat: complete the IEEE & PPC implementations.
|
2017-08-02 03:45:03 +03:00 |
|
Eduard-Mihai Burtescu
|
7a5fccf331
|
rustc_apfloat: port the suite of unit tests.
|
2017-08-02 03:45:03 +03:00 |
|
Eduard-Mihai Burtescu
|
2686a7af79
|
rustc_apfloat: stub IEEE & PPC implementations.
|
2017-08-02 03:45:03 +03:00 |
|
Eduard-Mihai Burtescu
|
877ec94654
|
rustc_apfloat: introduce the base Float API.
|
2017-08-02 03:45:03 +03:00 |
|