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
/
ieee.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-4
/
+3
2019-12-22
Format the world
Mark Rousskov
-128
/
+104
2019-10-01
Fix clippy warnings
Yuki Okushi
-2
/
+2
2019-08-28
rustc_apfloat: make the crate #![no_std] explicitly.
Eduard-Mihai Burtescu
-8
/
+8
2019-02-10
rustc: doc comments
Alexander Regueiro
-10
/
+10
2019-02-07
librustc_apfloat => 2018
Taiki Endo
-4
/
+4
2019-01-03
Fix repeated word typos
Wiktor Kuchta
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
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
/
+7
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-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-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é
-3
/
+3
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
-55
/
+2523
2017-08-02
rustc_apfloat: stub IEEE & PPC implementations.
Eduard-Mihai Burtescu
-0
/
+265