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
Age
Commit message (
Expand
)
Author
Lines
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-20
/
+22
2015-01-18
std: Stabilize TypeId and tweak BoxAny
Alex Crichton
-1
/
+1
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-15
auto merge of #20980 : richo/rust/final-power, r=alexcrichton
bors
-12
/
+4
2015-01-14
auto merge of #21061 : japaric/rust/range, r=nick29581
bors
-12
/
+12
2015-01-13
Generalise pointer width tests using pointer_width
Richo Healey
-14
/
+4
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-12
/
+12
2015-01-11
powerpc: Add backend support for powerpc
Richo Healey
-2
/
+4
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-8
/
+8
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-4
/
+3
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-7
/
+7
2015-01-07
rollup merge of #20696: reem/unsized-typeid
Alex Crichton
-0
/
+31
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-2
/
+2
2015-01-08
Remove the unneeded Sized bound on TypeId creation
Jonathan Reem
-0
/
+31
2015-01-07
use slicing sugar
Jorge Aparicio
-5
/
+5
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-43
/
+60
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-3
/
+3
2015-01-06
Register new snapshots
Alex Crichton
-4
/
+2
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-22
/
+46
2015-01-07
markers -> marker
Nick Cameron
-4
/
+4
2015-01-07
fallout
Nick Cameron
-26
/
+25
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-22
/
+46
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-23
/
+23
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-4
/
+4
2015-01-05
More test fixes!
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-9
/
+13
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-1
/
+1
2015-01-05
Un-gate macro_rules
Keegan McAllister
-1
/
+1
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-4
/
+5
2015-01-06
Fallout
Nick Cameron
-1
/
+1
2015-01-05
coretest: remove/ignore tests
Jorge Aparicio
-38
/
+8
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
-66
/
+57
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-04
auto merge of #20490 : japaric/rust/assoc-types, r=aturon
bors
-4
/
+6
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-3
/
+3
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-3
/
+5
2015-01-03
coretest: fix fallout
Jorge Aparicio
-1
/
+3
2015-01-02
rollup merge of #20386: frewsxcv/rm-reexports
Alex Crichton
-0
/
+1
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-3
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+10
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-3
/
+3
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-11
/
+11
2014-12-31
Remove core::iter::MinMaxResult::* public reexport
Corey Farwell
-0
/
+1
2014-12-31
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-11
/
+11
[next]