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
/
f32.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-1
/
+1
2013-05-14
Remove unnecessary infinity check
Brendan Zabarauskas
-2
/
+1
2013-05-14
Add ldexp and frexp functions
Brendan Zabarauskas
-0
/
+60
2013-05-14
Add inverse hyperbolic functions
Brendan Zabarauskas
-0
/
+89
2013-05-13
Make Float::classify matching more clear for f64 and f32
Brendan Zabarauskas
-10
/
+7
2013-05-08
Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)]
Zack Corr
-9
/
+9
2013-05-07
Add is_normal and classify methods to Float trait
Brendan Zabarauskas
-1
/
+54
2013-05-07
Add abs_sub method to Signed trait
Brendan Zabarauskas
-1
/
+31
2013-05-07
Fix order of methods
Brendan Zabarauskas
-12
/
+13
2013-05-07
Implement exp_m1 and ln_1p as methods for Float
Brendan Zabarauskas
-5
/
+18
2013-05-07
Switch to using 'ln' for the natural logarithm and 'log' for arbitrary base l...
Brendan Zabarauskas
-12
/
+14
2013-05-06
Add assert_approx_eq! macro
Brendan Zabarauskas
-74
/
+65
2013-05-06
Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq'
Brendan Zabarauskas
-0
/
+25
2013-05-04
Register snapshots
Brian Anderson
-6
/
+1
2013-05-02
libcore: Export core::from_str::FromStr from core::prelude
gifnksm
-2
/
+1
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-10
/
+0
2013-05-01
Revert rename of Div to Quot
Brendan Zabarauskas
-7
/
+2
2013-04-29
Revert "Merge Exponential and Hyperbolic traits"
Brendan Zabarauskas
-0
/
+2
2013-04-29
Merge Exponential and Hyperbolic traits
Brendan Zabarauskas
-2
/
+0
2013-04-29
Move appropriate functions out of Real and into separate Algebraic, Trigonome...
Brendan Zabarauskas
-72
/
+70
2013-04-27
Propagate NaNs for Orderable methods impled on floating-point primitives
Brendan Zabarauskas
-5
/
+26
2013-04-27
Rename `nextafter` to `next_after` to match method name in Float
Brendan Zabarauskas
-2
/
+2
2013-04-27
Add additional constants to primitive floating point numbers
Brendan Zabarauskas
-0
/
+29
2013-04-27
Add mul_add and next_after methods to Float
Brendan Zabarauskas
-0
/
+16
2013-04-27
Add Orderable trait
Brendan Zabarauskas
-0
/
+25
2013-04-26
Add Int, Uint and Float traits for primitive numbers
Brendan Zabarauskas
-18
/
+32
2013-04-26
Add Bitwise, Bounded, Primitive, and PrimitiveInt traits
Brendan Zabarauskas
-0
/
+14
2013-04-26
Use `///` doc-comment form instead of `/** */`
Brendan Zabarauskas
-138
/
+138
2013-04-26
Add is_zero method to Zero
Brendan Zabarauskas
-9
/
+7
2013-04-25
Restore Round trait and move appropriate methods out of Real
Brendan Zabarauskas
-16
/
+98
2013-04-25
Add Fractional, Real and RealExt traits
Brendan Zabarauskas
-19
/
+192
2013-04-25
Use #[cfg(not(stage0))] to exclude items from stage0
Brendan Zabarauskas
-8
/
+2
2013-04-25
Move impls of `Num` out of core::num and clean up imports
Brendan Zabarauskas
-13
/
+12
2013-04-24
Implement Signed and Unsigned traits and remove related predicate functions
Brendan Zabarauskas
-40
/
+74
2013-04-23
inline the primitive numeric operations
Daniel Micay
-0
/
+13
2013-04-22
Rename Div operator trait to Quot and Modulo operator trait to Rem
Brendan Zabarauskas
-18
/
+31
2013-04-21
librustc: use LLVM intrinsics for several floating point operations.
Huon Wilson
-72
/
+80
2013-04-18
Add #[inline(always)] to each operator method
Brendan Zabarauskas
-0
/
+6
2013-04-14
Consolidate tests of numeric operations
Brendan Zabarauskas
-12
/
+0
2013-04-14
Generate NumCast impls and tests using macros
Brendan Zabarauskas
-70
/
+0
2013-04-08
libcore: from_str_common: provide option to ignore underscores.
Huon Wilson
-3
/
+3
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-46
/
+46
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-18
/
+18
2013-03-22
libcore: Remove `pure` from libcore. rs=depure
Patrick Walton
-70
/
+72
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-5
/
+5
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-46
/
+46
2013-03-04
Adding missing imports for tests, and gate off others
Alex Crichton
-2
/
+3
2013-03-01
Rename core::private to core::unstable. #4743
Brian Anderson
-1
/
+1
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-1
/
+1
2013-02-20
Created libcore/private/intrinsics.rs, which aims to contain every
Matthijs 'Thiez' Hofstra
-5
/
+1
[next]