index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_apfloat
Age
Commit message (
Expand
)
Author
Lines
2019-01-03
Fix repeated word typos
Wiktor Kuchta
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-50
/
+0
2018-12-10
Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.
Nicholas Nethercote
-1
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-7
/
+7
2018-12-04
Replace usages of `..i + 1` ranges with `..=i`.
Corey Farwell
-2
/
+2
2018-11-11
Fix typos.
Bruce Mitchener
-2
/
+2
2018-11-09
Use `SmallVec` to avoid allocations in `from_decimal_string`.
Nicholas Nethercote
-6
/
+9
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-15
Two small improvements
Andre Bogus
-14
/
+4
2018-08-11
A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term
ljedrz
-47
/
+44
2018-08-09
[nll] librustc_apfloat: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+2
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-2
/
+2
2018-04-30
Comment typo
Oliver Schneider
-1
/
+1
2018-04-20
Revert "Stabilize the TryFrom and TryInto traits"
Felix S. Klock II
-0
/
+1
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-04-05
Bump the bootstrap compiler to 1.26.0 beta
Alex Crichton
-6
/
+0
2018-03-26
Stabilize the TryFrom and TryInto traits
Simon Sapin
-1
/
+1
2018-03-26
Stabilize i128_type
Mark Mansi
-2
/
+2
2018-03-20
Stabilize slice patterns without `..`
Vadim Petrochenkov
-1
/
+1
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
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
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
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
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