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
/
lib.rs
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
-4
/
+3
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
-4
/
+3
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-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-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
Register new snapshots
Alex Crichton
-5
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-8
/
+12
2015-01-06
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-8
/
+12
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-06
Merge core::num::Float and std::num::FloatMath.
Huon Wilson
-1
/
+1
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-04
auto merge of #20393 : japaric/rust/impl-any, r=aturon
bors
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-1
/
+1
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
-13
/
+13
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
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
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-16
/
+16
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-5
/
+6
2015-01-02
Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...
Niko Matsakis
-0
/
+2
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-4
/
+3
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-16
/
+16
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-5
/
+6
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-1
/
+1
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-0
/
+2
2014-12-22
rollup merge of #20033: alexcrichton/deprecate-serialise
Alex Crichton
-1
/
+2
[next]