summaryrefslogtreecommitdiff
path: root/src/librustc_apfloat
Commit message (Expand)AuthorAgeFilesLines
* 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