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
/
libcoretest
/
num
Age
Commit message (
Expand
)
Author
Lines
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-4
/
+2
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-4
/
+5
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-2
/
+4
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-4
/
+5
2015-01-03
Remove deprecated functionality
Alex Crichton
-19
/
+19
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-3
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+4
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-14
/
+14
2014-12-13
libcoretest: fix unit tests
Jorge Aparicio
-20
/
+22
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+2
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-1
/
+115
2014-11-13
Remove Signed trait and add SignedInt trait
Brendan Zabarauskas
-1
/
+1
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-2
/
+12
2014-11-13
Deprecate Num, Unsigned and Primitive
Brendan Zabarauskas
-1
/
+1
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-7
/
+5
2014-11-13
Move abs_sub to FloatMath
Brendan Zabarauskas
-8
/
+0
2014-11-13
Take parameters by-value in Signed trait
Brendan Zabarauskas
-4
/
+4
2014-09-05
Make integer bit count methods return uints
Brendan Zabarauskas
-6
/
+6
2014-07-04
Change Shl<T, T> for Int to Shl<uint, T>
Samuel Neves
-4
/
+4
2014-07-02
Fix rotate_{left, right} for multiple of bitsize rotation amounts
Samuel Neves
-0
/
+18
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-0
/
+427