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
Age
Commit message (
Expand
)
Author
Lines
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-232
/
+258
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-3
/
+3
2015-02-27
std: Stabilize the `env` module
Alex Crichton
-1
/
+0
2015-02-23
Rollup merge of #22693 - tshepang:use-new-slicing-syntax-runtest, r=alexcrichton
Manish Goregaokar
-6
/
+6
2015-02-23
Rollup merge of #22371 - fhahn:issue-17829-compiletest-nocapture, r=Manishearth
Manish Goregaokar
-1
/
+13
2015-02-23
runtest: update slicing syntax where [] becomes [..]
Tshepang Lekhonkhobe
-6
/
+6
2015-02-22
Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon
bors
-4
/
+4
2015-02-21
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
bors
-0
/
+1
2015-02-20
Addressed PR comments
Marvin Löbel
-5
/
+5
2015-02-20
Refactored code into Searcher traits with naive implementations
Marvin Löbel
-1
/
+1
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
/
+2
2015-02-18
rollup merge of #22118: fhahn/separate-parse-fail-2
Alex Crichton
-3
/
+7
2015-02-18
Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton
Huon Wilson
-4
/
+4
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-2
/
+2
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+2
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-17
std: Rename io/path features with old_ prefix
Alex Crichton
-2
/
+2
2015-02-17
Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton
bors
-27
/
+40
2015-02-16
Add pfail targets for parse-fail tests
Florian Hahn
-3
/
+7
2015-02-16
Handle RUST_TEST_NOCAPTURE in compiletest and set add if to run env
Florian Hahn
-1
/
+13
2015-02-15
Fix rollup (remove slicing_syntax)
Manish Goregaokar
-1
/
+1
2015-02-11
bitrig integration
Dave Huseby
-0
/
+1
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-4
/
+2
2015-02-11
Set solib-search-path to ensure android remote debugger works correctly.
Eunji Jeong
-0
/
+3
2015-02-10
Test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2015-02-10
Add one more depth on android test directory for multiple targets
Eunji Jeong
-3
/
+5
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
-15
/
+13
2015-02-05
improve `compiletest` error message when path option missing.
Felix S. Klock II
-1
/
+4
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-142
/
+135
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-02-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-11
/
+11
2015-02-02
Test fixes and rebase conflicts
Alex Crichton
-4
/
+4
2015-02-02
More deprecating of i/u suffixes
Alfie John
-11
/
+11
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-18
/
+18
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-8
/
+9
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-3
/
+3
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-15
/
+15
2015-02-01
std: Add a new `env` module
Alex Crichton
-8
/
+9
2015-02-01
openbsd support
Sébastien Marie
-1
/
+2
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-9
/
+8
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-17
/
+15
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
register snaphots
Jorge Aparicio
-14
/
+1
2015-01-29
Auto merge of #21680 - japaric:slice, r=alexcrichton
bors
-14
/
+14
2015-01-28
Merge remote-tracking branch 'origin/master' into rollup
Manish Goregaokar
-1
/
+9
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-20
/
+20
2015-01-27
Rollup merge of #21602 - japaric:derive-copy, r=alexcrichton
Manish Goregaokar
-5
/
+2
[next]