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
/
int.rs
Age
Commit message (
Collapse
)
Author
Lines
2012-04-16
core: Factor out int/i8/16/32/64 mods into int-template
Brian Anderson
-196
/
+0
2012-04-04
Tidy up predicate names in libcore. Should close #1431.
Graydon Hoare
-5
/
+5
2012-03-19
core: Remove a FIXME. Closes #2002
Brian Anderson
-3
/
+0
It works for negative integers
2012-03-15
Comments only: associate FIXMEs with issue numbers in int library
Tim Chevalier
-0
/
+2
2012-03-15
core: Make some functions pure
Brian Anderson
-2
/
+2
2012-03-10
Use loop instead of while(true) in libraries and compiler itself
Tim Chevalier
-3
/
+2
And remove spurious fails/unreachable() calls.
2012-03-09
core: Convert to rustdoc
Brian Anderson
-78
/
+11
2012-03-07
add mutability annotations to libcore
Niko Matsakis
-8
/
+8
2012-02-22
Make the various from_str functions return options
Marijn Haverbeke
-76
/
+42
So that they can be used with user input without causing task failures. Closes #1335
2012-02-12
core: Add abs functions for signed integer types
Brian Anderson
-0
/
+5
2012-02-12
core: Add compl functions for the rest of the integer types
Brian Anderson
-0
/
+5
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
-10
/
+10
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-17
libcore: Move core tests into libcore
Brian Anderson
-0
/
+95
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / ↵
Graydon Hoare
-1
/
+1
#debug.
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-0
/
+189