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
/
int-template
/
int.rs
Age
Commit message (
Expand
)
Author
Lines
2013-04-27
Fix copy-paste mistakes
Brendan Zabarauskas
-4
/
+4
2013-04-27
Remove unnecessary fallbacks
Brendan Zabarauskas
-41
/
+0
2013-04-26
Add BitCount trait
Brendan Zabarauskas
-2
/
+69
2013-04-26
Add Bitwise, Bounded, Primitive, and PrimitiveInt traits
Brendan Zabarauskas
-0
/
+21
2013-04-14
Generate NumCast impls and tests using macros
Brendan Zabarauskas
-71
/
+0
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-50
/
+50
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-1
/
+1
2013-03-22
libcore: Remove `pure` from libcore. rs=depure
Patrick Walton
-15
/
+15
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-50
/
+50
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-1
/
+1
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-1
/
+1
2013-02-11
Add NumCast trait for generic numeric type casts
Brendan Zabarauskas
-0
/
+71
2013-02-03
Moved all numeric modules in core into own directory
Marvin Löbel
-0
/
+57