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-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+3
2014-05-19
Minor doc fixes in various places
Piotr Jawniak
-1
/
+1
2014-05-15
core: Move intrinsic float functionality from std
Alex Crichton
-150
/
+4
2014-05-07
core: Inherit what's possible from the num module
Alex Crichton
-849
/
+15
2014-04-24
add min_pos_value constant for floats
Aaron Turon
-0
/
+8
2014-04-23
fix std::f32 and std::f64 constants
Aaron Turon
-2
/
+2
2014-04-22
auto merge of #13597 : bjz/rust/float-api, r=brson
bors
-136
/
+99
2014-04-19
Reorder Float methods in trait definition and make consistent in impls
Brendan Zabarauskas
-95
/
+61
2014-04-19
Have floating point functions take their parameters by value.
Brendan Zabarauskas
-45
/
+45
2014-04-19
Merge the Round trait into the Float trait
Brendan Zabarauskas
-20
/
+17
2014-04-18
Reduce HashMap allocations.
Clark Gaebel
-0
/
+6
2014-04-18
std: Make ~[T] no longer a growable vector
Alex Crichton
-2
/
+1
2014-04-13
auto merge of #13470 : Manishearth/rust/docnum, r=brson
bors
-0
/
+4
2014-04-12
Document traits in std::num (#7511)
Manish Goregaokar
-0
/
+4
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
[next]