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
/
uint.rs
Age
Commit message (
Expand
)
Author
Lines
2012-04-16
core: Factor out uint/u8/16/32/64 mods into uint-template
Brian Anderson
-290
/
+0
2012-03-15
core: Make some functions pure
Brian Anderson
-2
/
+2
2012-03-14
adjust auto_serialize to generate fns named serialize_T()
Niko Matsakis
-8
/
+0
2012-03-13
first (functional) version of the auto_serialize syntax ext
Niko Matsakis
-0
/
+8
2012-03-10
Use loop instead of while(true) in libraries and compiler itself
Tim Chevalier
-3
/
+2
2012-03-10
core: Formatting
Brian Anderson
-1
/
+1
2012-03-09
core: Convert to rustdoc
Brian Anderson
-140
/
+63
2012-03-09
Add an infinite loop construct
Tim Chevalier
-2
/
+2
2012-03-07
add mutability annotations to libcore
Niko Matsakis
-11
/
+11
2012-03-05
rewrite vec to be more unsafe, more inlined
Niko Matsakis
-0
/
+1
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-1
/
+1
2012-02-22
Make the various from_str functions return options
Marijn Haverbeke
-56
/
+27
2012-02-12
core: Add compl functions for the rest of the integer types
Brian Anderson
-1
/
+1
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-1
/
+1
2012-02-11
core: Add min/max functions for all int types
Brian Anderson
-6
/
+6
2012-02-11
core: Make uint::min/max pure
Brian Anderson
-2
/
+2
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-02-10
put serializer into the build and encode full item paths
Niko Matsakis
-0
/
+23
2012-01-24
Replace uses of str::unsafe_from_byte
Kevin Cantu
-2
/
+2
2012-01-23
s/block()/fn()/g
Niko Matsakis
-2
/
+2
2012-01-17
libcore: Move core tests into libcore
Brian Anderson
-0
/
+110
2012-01-06
libcore: add a trivial uint hash function.
Erick Tryzelaar
-0
/
+7
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
/
+254