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
/
libcore
/
num
/
dec2flt
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-2612
/
+0
2020-04-16
Dogfood or_patterns in the standard library
Josh Stone
-2
/
+2
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-2
/
+2
2020-01-23
Fix some float operations to work together with the assoc consts
Linus Färnstrand
-5
/
+5
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-2
/
+2
2019-11-29
Make dec2flt_table compatible with rustfmt
David Tolnay
-1225
/
+1231
2019-11-26
Format libcore with rustfmt
David Tolnay
-65
/
+71
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-0
/
+4
2019-10-22
Apply clippy::useless_let_if_seq suggestion
Mateusz Mikuła
-5
/
+4
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-6
/
+6
2019-04-18
libcore => 2018
Taiki Endo
-20
/
+20
2019-03-11
Improvements to comments in libstd, libcore, liballoc.
Alexander Regueiro
-5
/
+5
2019-02-10
libs: doc comments
Alexander Regueiro
-9
/
+9
2019-02-10
tests: doc comments
Alexander Regueiro
-8
/
+8
2019-01-25
Rollup merge of #56217 - frewsxcv:frewsxcv-float-parse, r=QuietMisdreavus
Mazdak Farrokhzad
-1
/
+25
2019-01-22
reposition markdown hyperlink reference
Corey Farwell
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-60
/
+0
2018-12-22
Update src/libcore/num/dec2flt/mod.rs
Mazdak Farrokhzad
-1
/
+3
2018-12-22
Update regex to EBNF
Corey Farwell
-10
/
+8
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-4
/
+4
2018-12-03
...and fix a link
Corey Farwell
-1
/
+1
2018-12-03
tweak 'known issues' wording
Corey Farwell
-2
/
+2
2018-11-25
Add grammar for {f32,f64}::from_str, mention known bug.
Corey Farwell
-1
/
+25
2018-08-04
Remove redundant field names in structs
ljedrz
-4
/
+4
2018-05-22
Remove the unstable Float trait
Simon Sapin
-10
/
+23
2018-02-19
Make ".e0" not parse as 0.0
varkor
-1
/
+2
2017-12-23
Move Bits constraints to RawFloat::RawBits
Clar Charr
-4
/
+19
2017-12-22
Expose float from_bits and to_bits in libcore.
Clar Charr
-33
/
+6
2017-09-04
Removed the incorrect documentation for from_str
Max Comstock
-1
/
+0
2017-08-15
Fix typos & us spellings
Fourchaux
-3
/
+3
2017-08-11
Fix some typos
Bastien Orivel
-1
/
+1
2017-04-20
Remove float_extras
Josh Stone
-7
/
+34
2017-04-14
Use associated constants in core::num::dec2flt
Robin Kruppe
-152
/
+98
2017-04-03
Replace ^ with <sup> html balise
Guillaume Gomez
-6
/
+7
2017-03-25
Fix typo in dec2flt/algorithm.rs
Irfan Hudda
-2
/
+2
2016-09-18
Add missing Eq implementations
Guillaume Gomez
-2
/
+2
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-6
/
+0
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-11
/
+40
2016-05-16
Fix `asm!` blocks
Andrea Canciani
-2
/
+2
2016-05-16
Cleanup documentation
Andrea Canciani
-31
/
+10
2016-05-13
Document the x87 control word
Andrea Canciani
-5
/
+62
2016-05-13
Fix fast path of float parsing on x87
Andrea Canciani
-7
/
+40
2016-04-01
Fix a couple of dead links on core::num::ParseFloatError docs
Oliver Middleton
-2
/
+2
2016-03-22
try! -> ?
Jorge Aparicio
-1
/
+1
2016-02-09
Some docs for std::num
Steve Klabnik
-0
/
+7
2016-02-04
drive-by doc fixes
Robin Kruppe
-1
/
+1
2016-02-04
Prevent the immediate panic uncovered by #31109 and add a test.
Robin Kruppe
-8
/
+28
2016-02-04
Use the right target ratio in Algorithm M quickstart.
Robin Kruppe
-1
/
+1
2016-01-13
Auto merge of #30639 - rkruppe:dec2flt-fastpath-tables, r=alexcrichton
bors
-9
/
+59
2016-01-12
Speed up dec2flt fast path with additional tables.
Robin Kruppe
-9
/
+59
[next]