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-29
s/Show/Debug/g
Jorge Aparicio
-5
/
+5
2015-01-29
fix inference fallout
Jorge Aparicio
-1
/
+1
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-29
Auto merge of #21730 - Manishearth:rollup, r=alexcrichton
bors
-2
/
+1
2015-01-29
Auto merge of #21680 - japaric:slice, r=alexcrichton
bors
-1
/
+1
2015-01-29
Rollup merge of 21681 - japaric:no-warn, r=alexcrichton
Manish Goregaokar
-2
/
+1
2015-01-27
fix #[cfg(test)] warnings
Jorge Aparicio
-2
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-31
/
+32
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-5
/
+5
2015-01-26
Fallout of io => old_io
Alex Crichton
-26
/
+27
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-627
/
+30
2015-01-23
regex: Remove in-tree version
Alex Crichton
-52
/
+6
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+8
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-22
Remove remaining stats and boxplot code.
Ahmed Charles
-161
/
+2
2015-01-22
Make fmt_metrics() part of the impl.
Ahmed Charles
-11
/
+11
2015-01-22
Remove save() and load().
Ahmed Charles
-26
/
+1
2015-01-22
Cleanup write_run_finish().
Ahmed Charles
-24
/
+4
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
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
[prev]
[next]