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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-7
/
+7
2014-06-18
Update doc comment for Int trait
Brendan Zabarauskas
-1
/
+2
2014-06-18
Shorten endian conversion method names
Brendan Zabarauskas
-12
/
+12
2014-06-18
Merge the Bitwise and ByteOrder traits into the Int trait
Brendan Zabarauskas
-103
/
+202
2014-06-18
Add a ByteOrder trait for abstracting over endian conversions
Brendan Zabarauskas
-48
/
+24
2014-06-13
Add Bitwise::{swap_bytes, rotate_left, rotate_right} methods
Brendan Zabarauskas
-20
/
+98
2014-06-02
docs: Stop using `notrust`
Florian Gilcher
-2
/
+2
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-5
/
+5
2014-05-28
Move trait impls for primitives near trait definition
Piotr Jawniak
-3
/
+361
2014-05-19
Minor doc fixes in various places
Piotr Jawniak
-17
/
+21
2014-05-15
core: Move intrinsic float functionality from std
Alex Crichton
-0
/
+154
2014-05-07
core: Get coretest working
Alex Crichton
-0
/
+16
2014-05-07
core: Inherit what's possible from the num module
Alex Crichton
-0
/
+860