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
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-04-11
libtest: rename `BenchHarness` to `Bencher`
Liigo Zhuang
-2
/
+2
2014-04-04
Removed cmath and instrinsic wrapper.
Michael Darakananda
-0
/
+5
2014-04-02
Fix fallout of requiring uint indices
Alex Crichton
-2
/
+2
2014-03-31
num: rm wrapping of `Float` methods as functions
Daniel Micay
-73
/
+0
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-28
Rename Pod into Copy
Flavio Percoco
-2
/
+2
2014-03-25
std: Touch various I/O documentation blocks
Alex Crichton
-5
/
+5
2014-03-25
libstd: Document the following modules:
Patrick Walton
-24
/
+140
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-2
/
+2
2014-03-08
Removed DeepClone. Issue #12698.
Michael Darakananda
-2
/
+1
2014-03-05
add correct floating point `min` and `max` methods.
Daniel Micay
-0
/
+3
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-3
/
+3
2014-02-23
rustdoc: Add syntax highlighting
Alex Crichton
-2
/
+2
2014-02-21
auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichton
bors
-2
/
+10
2014-02-22
Decouple integer formatting from std::num::strconv
Brendan Zabarauskas
-1
/
+7
2014-02-22
Add Pod trait bound to std::num::Primitive
Brendan Zabarauskas
-1
/
+3
2014-02-22
Move std::num::Integer to libnum
Brendan Zabarauskas
-27
/
+7
2014-02-20
move extra::test to libtest
Liigo Zhuang
-1
/
+2
2014-02-17
auto merge of #12321 : bjz/rust/remove-real, r=alexcrichton
bors
-172
/
+166
2014-02-17
Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun...
Brendan Zabarauskas
-6
/
+25
2014-02-17
Remove Real trait and move methods into Float
Brendan Zabarauskas
-172
/
+166
2014-02-14
Fix all code examples
Alex Crichton
-2
/
+4
2014-02-14
Enable 64-bit checked multiplication on 32-bit
Alex Crichton
-1
/
+1
2014-02-13
Removed num::Orderable
Michael Darakananda
-20
/
+3
2014-02-01
Make next_power_of_two generic for unsigned integers
Brendan Zabarauskas
-1
/
+75
2014-01-31
auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichton
bors
-1
/
+0
2014-01-30
Remove Times trait
Brendan Zabarauskas
-12
/
+0
2014-01-30
Remove unused imports.
OGINO Masanori
-1
/
+0
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
[prev]
[next]