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
/
libcore
/
num
/
num.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-28
Removing unused imports
Alex Crichton
-3
/
+3
2013-03-22
libcore: Remove `pure` from libcore. rs=depure
Patrick Walton
-30
/
+30
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
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-3
/
+0
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-1
/
+1
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-1
/
+1
2013-02-15
Removed generic infinity, NaN and negative zero functions
Marvin Löbel
-63
/
+7
2013-02-15
Moved numeric string conversion functions into own module
Marvin Löbel
-538
/
+3
2013-02-14
libcore: Move the numeric operations out of Num. r=brson
Patrick Walton
-24
/
+20
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-7
/
+7
2013-02-13
rustc and std: teach about #[bench], modernize to use quote_expr! some.
Graydon Hoare
-1
/
+1
2013-02-13
core: add abs to num.
Graydon Hoare
-0
/
+4
2013-02-11
Add NumCast trait for generic numeric type casts
Brendan Zabarauskas
-16
/
+53
2013-02-03
Fixed errors resulting from rebase.
Marvin Löbel
-20
/
+21
2013-02-03
Fixed `fmt!`, tests, doc-tests.
Marvin Löbel
-1
/
+7
2013-02-03
Removed wrong/wip doc
Marvin Löbel
-4
/
+0
2013-02-03
Added generic string <-> number conversion functions to core::num.
Marvin Löbel
-3
/
+537
2013-02-03
Added some generic number functions to core::num
Marvin Löbel
-0
/
+89
2013-02-03
Added ToStrRadix and FromStrRadix traits
Marvin Löbel
-0
/
+10
2013-02-03
Added Round trait to core
Marvin Löbel
-0
/
+15
2013-02-03
Moved all numeric modules in core into own directory
Marvin Löbel
-0
/
+37