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
/
f32.rs
Age
Commit message (
Expand
)
Author
Lines
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
-11
/
+125
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-17
/
+19
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-23
Rename and namespace `FPCategory`
Tobias Bucher
-8
/
+9
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
-64
/
+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
-34
/
+10
2014-11-04
Simplify float string conversion function further
Brendan Zabarauskas
-6
/
+6
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
-2
/
+2
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
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-9
/
+9
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-8
/
+9
2014-05-15
core: Update all tests for fmt movement
Alex Crichton
-1
/
+0
2014-05-15
std: Fix float tests
Alex Crichton
-9
/
+9
2014-05-15
core: Move intrinsic float functionality from std
Alex Crichton
-267
/
+1
2014-05-11
core: Remove the cast module
Alex Crichton
-5
/
+5
2014-05-07
core: Inherit the specific numeric modules
Alex Crichton
-211
/
+7
2014-05-03
Add lint check for negating uint literals and variables.
Falco Hirschenberger
-0
/
+1
2014-04-24
add min_pos_value constant for floats
Aaron Turon
-5
/
+11
2014-04-23
fix std::f32 and std::f64 constants
Aaron Turon
-45
/
+54
2014-04-22
auto merge of #13597 : bjz/rust/float-api, r=brson
bors
-146
/
+212
2014-04-20
auto merge of #13410 : alexcrichton/rust/issue-12278, r=pcwalton
bors
-1
/
+4
2014-04-19
Reorder Float methods in trait definition and make consistent in impls
Brendan Zabarauskas
-100
/
+105
2014-04-19
Fix formatting in float implementations
Brendan Zabarauskas
-36
/
+99
2014-04-19
Have floating point functions take their parameters by value.
Brendan Zabarauskas
-54
/
+54
2014-04-19
Merge the Round trait into the Float trait
Brendan Zabarauskas
-27
/
+25
2014-04-15
std: Un-ignore some float tests on windows
Alex Crichton
-1
/
+1
2014-04-08
rustc: Remove f{32,64} % from the language
Alex Crichton
-1
/
+4
2014-04-04
Removed cmath and instrinsic wrapper.
Michael Darakananda
-102
/
+39
2014-04-01
remove the cmath module
Daniel Micay
-26
/
+58
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-25
libstd: Document the following modules:
Patrick Walton
-1
/
+1
[next]