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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-25
Uppercase numeric constants
Chris Wong
-245
/
+245
2014-01-20
Improve std::num::pow implementation
Brendan Zabarauskas
-42
/
+30
2014-01-20
Add operator trait constraints to std::num::{Zero, One} and document their ap...
Brendan Zabarauskas
-16
/
+46
2014-01-18
Replace old pow_with_uint with the new pow func
Flavio Percoco
-37
/
+0
2014-01-18
Added benchmark for pow and pow_with_uint
Flavio Percoco
-0
/
+21
2014-01-18
auto merge of #11622 : bjz/rust/simplify-primitive-trait, r=brson
bors
-16
/
+5
2014-01-18
Simplify std::num::Primitive trait definition
Brendan Zabarauskas
-16
/
+5
2014-01-17
Add a generic power function
Flavio Percoco
-4
/
+64
2014-01-16
Merge Bitwise and BitCount traits and remove from prelude, along with Bounded
Brendan Zabarauskas
-14
/
+17
2014-01-13
Remove RealExt
Brendan Zabarauskas
-18
/
+0
2014-01-09
auto merge of #11412 : bjz/rust/num-cleanups, r=alexcrichton
bors
-113
/
+93
2014-01-09
Remove ApproxEq and assert_approx_eq!
Brendan Zabarauskas
-56
/
+3
2014-01-09
Merge some numeric traits with Real and don't re-export RealExt
Brendan Zabarauskas
-113
/
+93
2014-01-03
libstd: Remove all support code related to `@mut`
Patrick Walton
-5
/
+0
2013-12-27
std: uniform modules titles for doc
Luca Bruno
-1
/
+1
2013-12-23
std: Fix all code examples
Alex Crichton
-11
/
+14
2013-12-15
std: fix spelling in docs.
Huon Wilson
-2
/
+2
2013-12-04
Decode a float into integers
Volker Mische
-0
/
+2
2013-11-26
libstd: Fix Win32 and other bustage.
Patrick Walton
-1
/
+1
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-1
/
+1
2013-11-11
Use constants instead of raw values.
Jay Anderson
-4
/
+2
2013-11-11
Got directions backwards in to_degrees and to_radians docs.
Jay Anderson
-2
/
+2
2013-11-11
Add docs for traits Exponential, Hyperbolic, BitCount.
Jay Anderson
-2
/
+44
2013-11-11
Update docs for Fractional, Algebraic, Round, and Trigonometric traits.
Jay Anderson
-0
/
+89
2013-11-03
Rename files to match current recommendations.
Chris Morgan
-0
/
+1596