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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcoretest
/
num
/
uint_macros.rs
Age
Commit message (
Expand
)
Author
Lines
2015-08-17
core: Shuffle around float parsing
Alex Crichton
-2
/
+2
2015-08-17
std: Clean up primitive integer modules
Alex Crichton
-1
/
+31
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-14
/
+13
2015-04-03
Auto merge of #23832 - petrochenkov:usize, r=aturon
bors
-3
/
+3
2015-04-01
Fallout from changes for overflow-checking during constant evaluation.
Felix S. Klock II
-1
/
+1
2015-03-30
Fix the fallout
Vadim Petrochenkov
-3
/
+3
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-5
/
+5
2015-02-10
Deprecating i/u suffixes in libcoretest
Alfie John
-4
/
+4
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-2
/
+3
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-2
/
+0
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
2014-12-13
libcoretest: fix unit tests
Jorge Aparicio
-5
/
+5
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-3
/
+2
2014-09-05
Make integer bit count methods return uints
Brendan Zabarauskas
-3
/
+3
2014-07-04
Change Shl<T, T> for Int to Shl<uint, T>
Samuel Neves
-2
/
+2
2014-07-02
Fix rotate_{left, right} for multiple of bitsize rotation amounts
Samuel Neves
-0
/
+9
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-0
/
+118