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
2016-01-14
Fix outdated comment
tomaka
-1
/
+1
2016-01-07
fix broken float methods
Pyfisch
-3
/
+3
2016-01-07
f32: inline methods with special variant for msvc
Pyfisch
-32
/
+26
2016-01-02
Stabilise f32::to_{degrees,radians} to match f64
Simonas Kazlauskas
-8
/
+2
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-0
/
+5
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-21
/
+7
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-2
/
+3
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-1
/
+1
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+5
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-1
/
+0
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-0
/
+2
2015-08-18
Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton
bors
-17
/
+92
2015-08-17
Remove dependencies on libm functions from libcore.
Eli Friedman
-17
/
+92
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-7
/
+14
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-2
/
+0
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-6
/
+12
2015-07-22
Remove orphaned unsigned_negation lint reference.
Eli Friedman
-1
/
+0
2015-07-20
Address feedback
Brian Anderson
-1
/
+1
2015-07-20
std: Create separate docs for the primitives
Brian Anderson
-1
/
+3
2015-07-20
doc: Clean up primitive short descriptions
Brian Anderson
-1
/
+1
2015-07-14
Fix negate_unsigned feature gate check
Simonas Kazlauskas
-1
/
+0
2015-06-27
std: Avoid missing fns on i686-pc-windows-msvc
Alex Crichton
-21
/
+74
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-13
/
+15
2015-06-01
Document behavior of {f32,f64}::{min,max} on NaN
Matt Brubeck
-0
/
+4
2015-05-12
Scale back changes made
Alex Crichton
-25
/
+15
2015-05-12
Very hacky MSVC hacks.
Ricky Taylor
-3
/
+24
2015-05-01
std: Don't use a wrapper for the float error type
Alex Crichton
-2
/
+1
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-118
/
+112
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-430
/
+4
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-10
/
+10
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-6
/
+1
2015-03-31
Stabilize std::num
Aaron Turon
-507
/
+249
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
/
+43
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
/
+1230
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
-173
/
+173
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-8
/
+8
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
[next]