summaryrefslogtreecommitdiff
path: root/src/librustc_apfloat/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Stabilize TryFrom and TryIntoSimon Sapin2019-02-131-1/+0
* Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors2019-02-121-15/+15
|\
| * rustc: doc commentsAlexander Regueiro2019-02-101-15/+15
* | Revert removed #![feature(nll)]Taiki Endo2019-02-101-0/+1
|/
* Remove images' url to make it work even without internet connectionGuillaume Gomez2019-02-071-3/+1
* librustc_apfloat => 2018Taiki Endo2019-02-071-6/+2
* Remove licensesMark Rousskov2018-12-251-10/+0
* Various minor/cosmetic improvements to codeAlexander Regueiro2018-12-071-4/+4
* Use `SmallVec` to avoid allocations in `from_decimal_string`.Nicholas Nethercote2018-11-091-0/+1
* Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone2018-09-271-1/+1
* stabalize infer outlives requirements (RFC 2093).toidiu2018-09-111-1/+0
* check that adding infer-outlives requirement to all crates worksNiko Matsakis2018-08-241-0/+1
* [nll] librustc_apfloat: enable feature(nll) for bootstrapmemoryruins2018-08-091-0/+1
* Deny bare_trait_objects globallyTatsuyuki Ishi2018-07-251-2/+0
* Deny bare trait objects in the rest of rustljedrz2018-07-121-0/+2
* Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II2018-04-201-0/+1
* Move deny(warnings) into rustbuildMark Simulacrum2018-04-081-1/+0
* Bump the bootstrap compiler to 1.26.0 betaAlex Crichton2018-04-051-4/+0
* Stabilize the TryFrom and TryInto traitsSimon Sapin2018-03-261-1/+1
* Stabilize i128_typeMark Mansi2018-03-261-1/+1
* Stabilize slice patterns without `..`Vadim Petrochenkov2018-03-201-1/+1
* Fix docs for future pulldown migrationMalo Jaffré2018-01-011-6/+7
* Stabilize const-calling existing const-fns in stdSimon Sapin2017-11-261-2/+0
* Make trans const eval error on overflow and NaN, matching HIR const eval.Robin Kruppe2017-11-071-1/+1
* Fix bug in rustc_apfloatRobin Kruppe2017-11-071-1/+1
* Bump to 1.23 and update bootstrapAlex Crichton2017-10-261-4/+2
* Remove rustc_bitflags; use the bitflags crateTamir Duberstein2017-09-171-16/+13
* change #![feature(const_fn)] to specific gatesAlex Burka2017-09-161-1/+4
* *: remove crate_{name,type} attributesTamir Duberstein2017-08-251-1/+0
* rustc_apfloat: complete the IEEE & PPC implementations.Eduard-Mihai Burtescu2017-08-021-0/+2
* rustc_apfloat: stub IEEE & PPC implementations.Eduard-Mihai Burtescu2017-08-021-1/+3
* rustc_apfloat: introduce the base Float API.Eduard-Mihai Burtescu2017-08-021-0/+689