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
/
compiletest
/
runtest.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-1
/
+1
2015-03-23
Add generic conversion traits
Aaron Turon
-1
/
+1
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-1
/
+1
2015-03-17
std: Tweak some unstable features of `str`
Alex Crichton
-9
/
+9
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-2
/
+5
2015-03-05
std: Stabilize the `ffi` module
Alex Crichton
-5
/
+4
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-167
/
+184
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-23
Rollup merge of #22693 - tshepang:use-new-slicing-syntax-runtest, r=alexcrichton
Manish Goregaokar
-6
/
+6
2015-02-23
runtest: update slicing syntax where [] becomes [..]
Tshepang Lekhonkhobe
-6
/
+6
2015-02-20
Addressed PR comments
Marvin Löbel
-2
/
+2
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-1
/
+1
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-18
rollup merge of #22287: Ryman/purge_carthographers
Alex Crichton
-1
/
+1
2015-02-18
rollup merge of #22118: fhahn/separate-parse-fail-2
Alex Crichton
-2
/
+3
2015-02-18
Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton
Huon Wilson
-2
/
+2
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-16
Add pfail targets for parse-fail tests
Florian Hahn
-2
/
+3
2015-02-11
Set solib-search-path to ensure android remote debugger works correctly.
Eunji Jeong
-0
/
+3
2015-02-10
Add one more depth on android test directory for multiple targets
Eunji Jeong
-2
/
+2
2015-02-10
Support for test/debuginfo on android
Eunji Jeong
-9
/
+19
2015-02-10
Make aarch64-linux-android check with real target
Eunji Jeong
-6
/
+6
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-116
/
+109
2015-02-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-9
/
+9
2015-02-02
More deprecating of i/u suffixes
Alfie John
-9
/
+9
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-10
/
+10
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-9
/
+9
2015-02-01
std: Add a new `env` module
Alex Crichton
-3
/
+3
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-6
/
+6
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-11
/
+11
2015-01-23
regex: Remove in-tree version
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-2
/
+2
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-3
/
+3
2015-01-21
Fallout from stabilization.
Aaron Turon
-2
/
+2
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-3
/
+3
2015-01-20
rustc: Remove deprecated flags
Alex Crichton
-1
/
+2
2015-01-12
Implement multi-line errors
mdinger
-1
/
+11
2015-01-09
Revert "Ignore extra error from test for now"
Manish Goregaokar
-8
/
+2
2015-01-08
Ignore extra error from test for now
Manish Goregaokar
-2
/
+8
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+1
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-11
/
+11
2015-01-07
fallout
Nick Cameron
-8
/
+7
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-11
/
+11
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2
/
+2
2015-01-05
compiletest: remove boxed closures
Jorge Aparicio
-6
/
+8
[next]