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
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
2016-01-04
Make float parsing "." return Err
Toby Scrace
-8
/
+9
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-12-12
Remove an accent in a comment
Robin Kruppe
-1
/
+1
2015-10-14
Reject "+" and "-" when parsing floats.
Robin Kruppe
-1
/
+6
2015-09-20
Reorganize core::num internals
Robin Kruppe
-11
/
+7
2015-08-17
core: Shuffle around float parsing
Alex Crichton
-13
/
+87
[next]