| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-04-21 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -1/+1 | |
| This reverts commit e53a2a72743810e05f58c61c9d8a4c89b712ad2e. | ||||
| 2018-03-26 | Stabilize the TryFrom and TryInto traits | Simon Sapin | -1/+1 | |
| Tracking issue: https://github.com/rust-lang/rust/issues/33417 | ||||
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -2/+2 | |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -1/+1 | |
| Merge `feature(advanced_slice_patterns)` into `feature(slice_patterns)` | ||||
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -2/+2 | |
| 2018-01-18 | in which the unused-parens lint comes to cover function and method args | Zack M. Davis | -1/+1 | |
| Resolves #46137. | ||||
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -9/+10 | |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -2/+0 | |
| Fixes #46038 | ||||
| 2017-11-07 | Make trans const eval error on overflow and NaN, matching HIR const eval. | Robin Kruppe | -1/+1 | |
| 2017-11-07 | Fix bug in rustc_apfloat | Robin Kruppe | -1/+1 | |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex 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-17 | Remove rustc_bitflags; use the bitflags crate | Tamir Duberstein | -17/+15 | |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -1/+4 | |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -1/+0 | |
| Fixes #41701. | ||||
| 2017-08-23 | Speed up APFloat division by using short division for small divisors. | Eduard-Mihai Burtescu | -30/+96 | |
| 2017-08-02 | rustc_apfloat: complete the IEEE & PPC implementations. | Eduard-Mihai Burtescu | -90/+2834 | |
| 2017-08-02 | rustc_apfloat: port the suite of unit tests. | Eduard-Mihai Burtescu | -0/+7546 | |
| 2017-08-02 | rustc_apfloat: stub IEEE & PPC implementations. | Eduard-Mihai Burtescu | -1/+455 | |
| 2017-08-02 | rustc_apfloat: introduce the base Float API. | Eduard-Mihai Burtescu | -0/+700 | |
