Vadim Petrochenkov
|
7c90189e13
|
Stabilize slice patterns without ..
Merge `feature(advanced_slice_patterns)` into `feature(slice_patterns)`
|
2018-03-20 02:27:40 +03:00 |
|
Matthias Krüger
|
4452446292
|
fix more typos found by codespell.
|
2018-02-17 17:38:49 +01:00 |
|
Zack M. Davis
|
14982db2d6
|
in which the unused-parens lint comes to cover function and method args
Resolves #46137.
|
2018-01-18 08:33:58 -08:00 |
|
Malo Jaffré
|
cbb32a9418
|
Fix docs for future pulldown migration
|
2018-01-01 14:44:12 +01:00 |
|
Simon Sapin
|
6c5f53e65e
|
Stabilize const-calling existing const-fns in std
Fixes #46038
|
2017-11-26 23:43:44 +01:00 |
|
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 |
|