summaryrefslogtreecommitdiff
path: root/src/librustc_apfloat
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-122-25/+25
|\
| * rustc: doc commentsAlexander Regueiro2019-02-102-25/+25
* | 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-076-18/+11
* Fix repeated word typosWiktor Kuchta2019-01-031-2/+2
* Remove licensesMark Rousskov2018-12-255-50/+0
* Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.Nicholas Nethercote2018-12-101-1/+1
* Various minor/cosmetic improvements to codeAlexander Regueiro2018-12-073-7/+7
* Replace usages of `..i + 1` ranges with `..=i`.Corey Farwell2018-12-041-2/+2
* Fix typos.Bruce Mitchener2018-11-111-2/+2
* Use `SmallVec` to avoid allocations in `from_decimal_string`.Nicholas Nethercote2018-11-093-6/+9
* 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
* Two small improvementsAndre Bogus2018-08-151-14/+4
* A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and termljedrz2018-08-111-47/+44
* [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
* migrate codebase to `..=` inclusive range patternsZack M. Davis2018-06-261-2/+2
* Comment typoOliver Schneider2018-04-301-1/+1
* 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-052-6/+0
* Stabilize the TryFrom and TryInto traitsSimon Sapin2018-03-261-1/+1
* Stabilize i128_typeMark Mansi2018-03-262-2/+2
* Stabilize slice patterns without `..`Vadim Petrochenkov2018-03-201-1/+1
* fix more typos found by codespell.Matthias Krüger2018-02-171-2/+2
* in which the unused-parens lint comes to cover function and method argsZack M. Davis2018-01-181-1/+1
* Fix docs for future pulldown migrationMalo Jaffré2018-01-012-9/+10
* 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-172-17/+15
* change #![feature(const_fn)] to specific gatesAlex Burka2017-09-161-1/+4
* *: remove crate_{name,type} attributesTamir Duberstein2017-08-251-1/+0
* Speed up APFloat division by using short division for small divisors.Eduard-Mihai Burtescu2017-08-231-30/+96
* rustc_apfloat: complete the IEEE & PPC implementations.Eduard-Mihai Burtescu2017-08-023-90/+2834
* rustc_apfloat: port the suite of unit tests.Eduard-Mihai Burtescu2017-08-022-0/+7546
* rustc_apfloat: stub IEEE & PPC implementations.Eduard-Mihai Burtescu2017-08-023-1/+455
* rustc_apfloat: introduce the base Float API.Eduard-Mihai Burtescu2017-08-022-0/+700