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
/
compiletest.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-18
rustbuild: Add support for compiletest test suites
Alex Crichton
-484
/
+0
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-11
/
+20
2016-04-06
add incremental test runner and some tests
Niko Matsakis
-1
/
+2
2016-03-31
allow RUST_BACKTRACE=0 to act as if unset
Emanuel Czirai
-1
/
+4
2016-03-25
remove unused variable in compiletest
Niko Matsakis
-6
/
+0
2016-03-25
Make library paths passed by compiletest tool absolute.
Michael Woerister
-2
/
+16
2016-03-23
add back `&` that was deleted by mistake
Jorge Aparicio
-1
/
+1
2016-03-22
fix alignment
Jorge Aparicio
-4
/
+4
2016-03-22
sprinkle feature gates here and there
Jorge Aparicio
-0
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-6
/
+6
2016-03-15
Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichton
bors
-0
/
+4
2016-03-15
Shorter output for `rustc --test` binaries.
Simon Sapin
-0
/
+4
2016-03-14
Clean up cloning logic in compiletest.rs.
Corey Farwell
-11
/
+2
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-1
/
+0
2016-03-03
make pretty printer tests understand revisions, and make them ignore the
Niko Matsakis
-5
/
+14
2016-03-02
rename should-panic to should-fail, per acrichto's suggestion
Niko Matsakis
-1
/
+1
2016-03-02
make it possible for a test to declare `should-panic`
Niko Matsakis
-2
/
+7
2016-02-25
create the required directories while gathering tests rather than during
Niko Matsakis
-0
/
+9
2016-02-24
Recurse to find test files in any subdirectory of the base path. If a
Niko Matsakis
-11
/
+26
2016-02-24
Generalize from passing around a single path to the test file to passing
Niko Matsakis
-15
/
+36
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-2
/
+0
2015-10-26
Auto merge of #29296 - zazdxscf:compiletest_noargs_show_help, r=alexcrichton
bors
-1
/
+1
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-2
/
+0
2015-10-25
compiletest: show usage/help when passed no args
Emanuel Czirai
-1
/
+1
2015-09-24
Allow multi-digit GDB minor version numbers
William Throwe
-5
/
+6
2015-09-01
refactored compiletest following clippy's suggestions
llogiq
-18
/
+13
2015-08-24
Fix compile-fail tests on windows
Diggory Blake
-0
/
+1
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
[next]