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
/
libstd
/
num
/
f64.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-132
/
+110
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-403
/
+4
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-10
/
+10
2015-03-31
Stabilize std::num
Aaron Turon
-453
/
+149
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-21
/
+21
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+41
2015-03-20
Rollup merge of #22631 - aepsil0n:issue-22098, r=aturon
Manish Goregaokar
-4
/
+4
2015-03-19
Allow Float::ldexp to be called as a method
Eduard Bopp
-4
/
+4
2015-03-18
Register new snapshots
Alex Crichton
-1
/
+0
2015-03-16
impl f{32,64}
Jorge Aparicio
-0
/
+1229
2015-03-05
Removing unnecessary pub from a test function
Carol Nichols
-1
/
+1
2015-03-05
Add tests to stable f32 and f64 methods that didn't have any
Carol Nichols
-0
/
+290
2015-03-05
Rearrange tests to be in the same order as implementation
Carol Nichols
-172
/
+172
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-7
/
+7
2015-02-15
Rollup merge of #22339 - petrochenkov:int, r=huonw
Manish Goregaokar
-7
/
+7
2015-02-15
Fix the fallout
Vadim Petrochenkov
-7
/
+7
2015-02-13
Remove `_VALUE` from the float extremes constants.
Huon Wilson
-0
/
+1
2015-02-08
Correct fns exp2 that were calling exp
Carol Nichols
-1
/
+28
2015-01-23
grandfathered -> rust1
Brian Anderson
-2
/
+2
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-7
/
+7
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-7
/
+7
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-9
/
+9
2015-01-08
Improvements to feature staging
Brian Anderson
-7
/
+7
2015-01-06
Apply stability attributes to std::num::Float.
Huon Wilson
-1
/
+1
2015-01-06
Merge core::num::Float and std::num::FloatMath.
Huon Wilson
-13
/
+128
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-17
/
+18
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-23
Rename and namespace `FPCategory`
Tobias Bucher
-7
/
+8
2014-12-21
Remove a ton of public reexports
Corey Farwell
-8
/
+10
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-3
/
+2
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+2
2014-11-18
libs: stabilize most numerics after RFC changes
Aaron Turon
-1
/
+9
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-59
/
+0
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-11-13
Deprecate Zero and One traits
Brendan Zabarauskas
-2
/
+2
2014-11-13
Move abs_sub to FloatMath
Brendan Zabarauskas
-0
/
+5
2014-11-13
Take parameters by-value in Signed trait
Brendan Zabarauskas
-10
/
+10
2014-11-04
Deprecate {f32, f64}::from_str_hex
Brendan Zabarauskas
-46
/
+17
2014-11-04
Simplify float string conversion function further
Brendan Zabarauskas
-4
/
+4
2014-11-04
Remove unnecessary features from strconv
Brendan Zabarauskas
-6
/
+3
2014-11-04
Separate string->integer implementation in strconv
Brendan Zabarauskas
-3
/
+3
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-20
auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon
bors
-23
/
+0
2014-10-20
Handle negative numbers in `sqrt` properly.
Huon Wilson
-0
/
+11
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-23
/
+0
2014-09-23
Deprecate `#[ignore(cfg(...))]`
Steven Fackler
-1
/
+1
2014-08-16
librustc: Forbid external crates, imports, and/or items from being
Patrick Walton
-1
/
+0
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-06-30
libstd: set baseline stability levels.
Aaron Turon
-0
/
+1
2014-05-31
rustdoc: Create anchor pages for primitive types
Alex Crichton
-0
/
+1
[next]