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
/
libcore
/
num
/
uint_macros.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-1
/
+0
2014-12-19
Stabilize integer modules
Aaron Turon
-3
/
+2
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+3
2014-10-09
core: Convert statics to constants
Alex Crichton
-4
/
+4
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-107
/
+0
2014-06-24
std: Add stability attributes to primitive numeric modules
Brian Anderson
-0
/
+4
2014-06-18
Shorten endian conversion method names
Brendan Zabarauskas
-16
/
+16
2014-06-18
Merge the Bitwise and ByteOrder traits into the Int trait
Brendan Zabarauskas
-15
/
+54
2014-06-18
Add a ByteOrder trait for abstracting over endian conversions
Brendan Zabarauskas
-11
/
+0
2014-06-13
Add Bitwise::{swap_bytes, rotate_left, rotate_right} methods
Brendan Zabarauskas
-0
/
+27
2014-05-28
Move trait impls for primitives near trait definition
Piotr Jawniak
-161
/
+0
2014-05-07
core: Fix an unsigned negation warning
Alex Crichton
-1
/
+1
2014-05-07
core: Get coretest working
Alex Crichton
-3
/
+4
2014-05-07
core: Add a limited implementation of failure
Alex Crichton
-15
/
+15
2014-05-07
core: Inherit the specific numeric modules
Alex Crichton
-0
/
+234