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.rs
Age
Commit message (
Expand
)
Author
Lines
2012-12-20
core: Add a Zero and One trait to num
Erick Tryzelaar
-0
/
+8
2012-12-05
Convert Num to explicit self
Brian Anderson
-7
/
+7
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-09-28
De-export ops, cmp, num. Part of #3583.
Graydon Hoare
-1
/
+1
2012-09-25
Demode Num trait and impls
Tim Chevalier
-5
/
+5
2012-09-19
core: Clean up crate docs and give all mods a brief description
Brian Anderson
-1
/
+1
2012-08-14
Make Num::from_int a static method
Tim Chevalier
-4
/
+1
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-1
/
+1
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-2
/
+2
2012-07-26
core: Mark a bunch of numeric functions as pure
Patrick Walton
-9
/
+9
2012-07-05
Mostly change TODOs to FIXMEs and annotate them
Tim Chevalier
-1
/
+2
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+1
2012-06-14
Comments only: annotate FIXMEs
Tim Chevalier
-2
/
+2
2012-06-07
Add neg() to the num iface
Patrick Walton
-0
/
+1
2012-06-07
libcore: Add a num typeclass
Patrick Walton
-0
/
+15