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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiletest
/
compiletest.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-12
Implement RFC 1058
Simonas Kazlauskas
-4
/
+2
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-5
/
+6
2015-06-13
compiletest: remove JIT
Tamir Duberstein
-3
/
+0
2015-05-27
Revamp codegen tests to check IR quality instead of quantity
Björn Steinbrink
-21
/
+4
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-2
/
+2
2015-05-02
Run benchmarks once, as a test by default.
Huon Wilson
-1
/
+1
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-3
/
+3
2015-04-14
More test fixes
Alex Crichton
-1
/
+3
2015-04-14
compiletest: Re-add raise_fd_limit
Alex Crichton
-7
/
+2
2015-04-07
compiletest: Add support for running rustdoc tests
Alex Crichton
-0
/
+5
2015-04-01
Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias
Niko Matsakis
-2
/
+1
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-1
/
+0
2015-03-27
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+0
2015-03-23
Add generic conversion traits
Aaron Turon
-4
/
+6
2015-03-19
RUST_TEST_TASKS -> RUST_TEST_THREADS
Steve Klabnik
-2
/
+2
2015-03-19
Rm unused feature
Manish Goregaokar
-1
/
+0
2015-03-13
std: Stabilize the `net` module
Alex Crichton
-1
/
+0
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-3
/
+5
2015-03-12
Stabilize std::path
Aaron Turon
-1
/
+0
2015-03-10
Auto merge of #23126 - alexcrichton:char-third-pass, r=aturon
bors
-1
/
+0
2015-03-10
std: Stabilize more of the `char` module
Alex Crichton
-1
/
+0
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
2015-03-06
rollup merge of #22975: alexcrichton/stabilize-ffi
Alex Crichton
-1
/
+0
2015-03-05
std: Stabilize the `fs` module
Alex Crichton
-1
/
+1
2015-03-05
std: Stabilize the `ffi` module
Alex Crichton
-1
/
+0
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-19
/
+23
2015-02-27
std: Stabilize the `env` module
Alex Crichton
-1
/
+0
2015-02-23
Rollup merge of #22371 - fhahn:issue-17829-compiletest-nocapture, r=Manishearth
Manish Goregaokar
-1
/
+1
2015-02-18
rollup merge of #22287: Ryman/purge_carthographers
Alex Crichton
-0
/
+1
2015-02-18
rollup merge of #22118: fhahn/separate-parse-fail-2
Alex Crichton
-1
/
+1
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
-0
/
+1
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
-10
/
+10
2015-02-16
Add pfail targets for parse-fail tests
Florian Hahn
-1
/
+1
2015-02-16
Handle RUST_TEST_NOCAPTURE in compiletest and set add if to run env
Florian Hahn
-1
/
+1
2015-02-15
Fix rollup (remove slicing_syntax)
Manish Goregaokar
-1
/
+1
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-3
/
+1
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
-1
/
+3
2015-02-10
Make aarch64-linux-android check with real target
Eunji Jeong
-9
/
+7
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
-10
/
+10
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-3
/
+3
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-3
/
+3
2015-02-01
std: Add a new `env` module
Alex Crichton
-5
/
+6
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-9
/
+8
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-4
/
+1
[next]