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
/
libtest
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
rollup merge of #21462: ahmedcharles/remove-ratchet
Alex Crichton
-246
/
+3
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-6
/
+5
2015-01-21
rollup merge of #21413: ahmedcharles/remove-test-features
Alex Crichton
-110
/
+6
2015-01-21
Remove ratchet().
Ahmed Charles
-68
/
+0
2015-01-21
Remove compare_to_old().
Ahmed Charles
-63
/
+4
2015-01-21
Remove write_metric_diff and supporting code.
Ahmed Charles
-123
/
+7
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-6
/
+5
2015-01-19
Remove unsupported test features from libtest.
Ahmed Charles
-110
/
+6
2015-01-19
doc: typo fix
Tshepang Lekhonkhobe
-1
/
+1
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-15
rollup merge of #21167: FlaPer87/coherence-impls
Alex Crichton
-1
/
+4
2015-01-15
Don't impl builtin traits on non structs/enums
Flavio Percoco
-1
/
+4
2015-01-13
Return passed value from black_box
Travis Watkins
-1
/
+2
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
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-0
/
+2
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-1
/
+1
2015-01-07
rollup merge of #20663: brson/feature-staging
Alex Crichton
-0
/
+1
2015-01-08
Allow unknown features to bootstrap rustc with box_syntax feature.
Felix S. Klock II
-0
/
+1
2015-01-08
Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.
Felix S. Klock II
-0
/
+1
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-2
/
+2
2015-01-06
More test fixes
Alex Crichton
-5
/
+1
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-5
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-11
/
+15
2015-01-06
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-11
/
+15
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-1
/
+1
2015-01-06
Merge core::num::Float and std::num::FloatMath.
Huon Wilson
-5
/
+5
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-1
/
+2
2015-01-05
Un-gate macro_rules
Keegan McAllister
-1
/
+1
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-1
/
+1
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-05
Change `&` pat to only work with &T, and `&mut` with &mut T.
Huon Wilson
-1
/
+2
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-3
/
+5
2015-01-04
auto merge of #20393 : japaric/rust/impl-any, r=aturon
bors
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+2
2015-01-03
remove `Any[Mut]RefExt` traits in favor of `impl Any`
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-14
/
+14
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
test: fix fallout
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20416: nikomatsakis/coherence
Alex Crichton
-0
/
+2
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-4
/
+3
[next]