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
/
u64.rs
Age
Commit message (
Expand
)
Author
Lines
2012-04-16
core: Factor out uint/u8/16/32/64 mods into uint-template
Brian Anderson
-87
/
+0
2012-03-15
core: Make some functions pure
Brian Anderson
-1
/
+1
2012-03-10
Use loop instead of while(true) in libraries and compiler itself
Tim Chevalier
-3
/
+2
2012-03-09
core: Convert to rustdoc
Brian Anderson
-55
/
+4
2012-03-07
add mutability annotations to libcore
Niko Matsakis
-5
/
+5
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-2
/
+2
2012-02-22
Fix uint/u64 confusion
Marijn Haverbeke
-1
/
+1
2012-02-22
Make the various from_str functions return options
Marijn Haverbeke
-9
/
+7
2012-02-12
core: Add compl functions for the rest of the integer types
Brian Anderson
-0
/
+5
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-2
/
+2
2012-02-12
core: Formulate all unsigned max_values as 0 - 1 for consistency
Brian Anderson
-1
/
+1
2012-02-11
core: Add min/max functions for all int types
Brian Anderson
-0
/
+3
2012-02-11
core: Fill out missing functions for basic types
Brian Anderson
-1
/
+1
2012-02-11
core: Add modules for remaining scalar types
Brian Anderson
-0
/
+2
2012-01-23
s/block()/fn()/g
Niko Matsakis
-1
/
+1
2012-01-06
libcore: Add binop functions to u32 and u64
Erick Tryzelaar
-0
/
+43
2011-12-28
libcore: Fix a typo.
Erick Tryzelaar
-1
/
+1
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-0
/
+88