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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-2
/
+2
2019-11-26
Format libcore with rustfmt
David Tolnay
-15
/
+21
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-5
/
+5
2019-04-18
libcore => 2018
Taiki Endo
-2
/
+2
2019-03-11
Improvements to comments in libstd, libcore, liballoc.
Alexander Regueiro
-3
/
+3
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2019-02-10
tests: doc comments
Alexander Regueiro
-3
/
+3
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
-10
/
+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-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
2017-09-04
Removed the incorrect documentation for from_str
Max Comstock
-1
/
+0
2017-04-14
Use associated constants in core::num::dec2flt
Robin Kruppe
-10
/
+10
2016-09-18
Add missing Eq implementations
Guillaume Gomez
-2
/
+2
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-1
/
+0
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-7
/
+7
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
Prevent the immediate panic uncovered by #31109 and add a test.
Robin Kruppe
-8
/
+28
2015-12-17
Don't import ParseResult's variants in dec2flt.
Ms2ger
-6
/
+5
2015-12-12
dec2flt: Remove unused macro argument
Robin Kruppe
-3
/
+3
2015-12-12
dec2flt: Simplify imports and module surface
Robin Kruppe
-4
/
+4
2015-09-20
Reorganize core::num internals
Robin Kruppe
-3
/
+0
2015-08-17
core: Shuffle around float parsing
Alex Crichton
-13
/
+87
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-1
/
+2
2015-08-08
Accurate decimal-to-float parsing routines.
Robin Kruppe
-0
/
+234