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
/
f32.rs
Age
Commit message (
Expand
)
Author
Lines
2013-02-03
Moved all numeric modules in core into own directory
Marvin Löbel
-317
/
+0
2013-01-23
libcore: Use LLVM intrinsics for floor; add a new Perlin noise benchmark. r=b...
Patrick Walton
-1
/
+9
2013-01-14
Inlining methods/functions in core.
gifnksm
-0
/
+37
2013-01-10
librustc: Make all external functions unsafe. r=tjc
Patrick Walton
-1
/
+77
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-0
/
+3
2012-12-20
core: Add a Zero and One trait to num
Erick Tryzelaar
-0
/
+8
2012-12-05
Convert Num to explicit self
Brian Anderson
-8
/
+8
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-30
core: Make core.rc more readable. Cleanup
Brian Anderson
-0
/
+2
2012-11-29
core: Add impls of Eq and Ord for f32, f64
Brian Anderson
-0
/
+12
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-1
/
+1
2012-09-28
De-export f32 and f64.
Graydon Hoare
-15
/
+0
2012-09-26
libcore: Partially de-export char, f32, f64, and float
Patrick Walton
-44
/
+40
2012-09-25
Demode Num trait and impls
Tim Chevalier
-5
/
+5
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-04
Merge pull request #3383 from crabtw/fbsd
Brian Anderson
-15
/
+0
2012-09-04
libcore: "import" -> "use"
Patrick Walton
-2
/
+2
2012-09-05
use native log2 function and enable freebsd tests in uv_ll
Jyun-Yan You
-15
/
+0
2012-08-14
Make Num::from_int a static method
Tim Chevalier
-1
/
+1
2012-08-13
More core mode forbidding.
Graydon Hoare
-0
/
+4
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-1
/
+1
2012-08-13
core: Export f32::ge(), f64::ge(), and float::ge()
Chris Peterson
-1
/
+1
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-31
/
+31
2012-07-26
core: Mark a bunch of numeric functions as pure
Patrick Walton
-9
/
+9
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-35
/
+29
2012-06-25
Remove redundant 'extension' mods from numeric mods
Brian Anderson
-15
/
+13
2012-06-25
Automatically export methods on core numeric types
Ben Striegel
-11
/
+13
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-11
/
+6
2012-06-07
Add neg() to the num iface
Patrick Walton
-0
/
+1
2012-06-07
libcore: Add a num typeclass
Patrick Walton
-0
/
+13
2012-03-15
Comments only: associate FIXMEs in float libs with issue numbers
Tim Chevalier
-2
/
+6
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-2
/
+0
2012-03-09
core: Convert to rustdoc
Brian Anderson
-67
/
+34
2012-02-11
core: Fill out missing functions for basic types
Brian Anderson
-1
/
+1
2012-02-11
core: Add modules for remaining scalar types
Brian Anderson
-1
/
+1
2012-02-07
core: Export floor functions
Brian Anderson
-1
/
+1
2012-01-26
core: Long lines
Brian Anderson
-2
/
+4
2012-01-26
rustdocs for f32.rs and f64.rs
Roland Tanglao
-123
/
+66
2012-01-22
core: Reexport all the imports in f32/64
Brian Anderson
-0
/
+15
2012-01-05
Moved generic float::min, max to core::math and cleaned up some imports
Stefan Plantikow
-0
/
+6
2012-01-05
Merge branch 'master' into kmath
Stefan Plantikow
-1
/
+1
2012-01-05
added preliminary support for per-architecture generation of math constants (...
Stefan Plantikow
-21
/
+11
2012-01-05
Merge branch 'master' into kmath
Stefan Plantikow
-8
/
+51
2012-01-01
freebsd support
User Jyyou
-0
/
+5
2011-12-31
core: added support for bessel functions
Stefan Plantikow
-37
/
+39
2011-12-31
core: killed all math wrappers
Stefan Plantikow
-104
/
+81
2011-12-31
Trying to remove wrappers from float
Stefan Plantikow
-5
/
+96
2011-12-31
added useful constants to math
Stefan Plantikow
-0
/
+24
2011-12-14
Moved std::math to std::core
Stefan Plantikow
-0
/
+125