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
2016-03-15
Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichton
bors
-1
/
+8
2016-03-15
Shorter output for `rustc --test` binaries.
Simon Sapin
-1
/
+8
2016-03-14
Clean up cloning logic in compiletest.rs.
Corey Farwell
-11
/
+2
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-7
/
+12
2016-03-09
Differentiate "line" and "line number" variable names.
Corey Farwell
-15
/
+14
2016-03-09
Prefer `Option::expect` over explicit unwrapping.
Corey Farwell
-3
/
+2
2016-03-03
make pretty printer tests understand revisions, and make them ignore the
Niko Matsakis
-20
/
+32
2016-03-03
Do not assert revisions list is empty for pretty printing tests
Niko Matsakis
-1
/
+5
2016-03-02
rename should-panic to should-fail, per acrichto's suggestion
Niko Matsakis
-6
/
+6
2016-03-02
make it possible for a test to declare `should-panic`
Niko Matsakis
-28
/
+49
2016-03-02
thread revision identifier around in test output
Niko Matsakis
-91
/
+134
2016-03-02
refactor and generalize revisions
Niko Matsakis
-16
/
+52
2016-03-01
introduce the notion of revisions, currently unused
Niko Matsakis
-27
/
+88
2016-03-01
change compile_flags to eagerly split into a vector on whitespace
Niko Matsakis
-9
/
+11
2016-03-01
refactor header parsing so it can work "in-place"
Niko Matsakis
-62
/
+64
2016-03-01
require that header lines begin with `//`
Niko Matsakis
-2
/
+3
2016-02-25
add comment and stop creating directories in runtest
Niko Matsakis
-1
/
+2
2016-02-25
create the required directories while gathering tests rather than during
Niko Matsakis
-0
/
+9
2016-02-25
translate backslashes to forward slashes in the expected strings
Niko Matsakis
-1
/
+3
2016-02-24
Recurse to find test files in any subdirectory of the base path. If a
Niko Matsakis
-14
/
+46
2016-02-24
Generalize from passing around a single path to the test file to passing
Niko Matsakis
-170
/
+202
2016-02-10
Fix half of emscripten's failing tests
Pierre Krieger
-5
/
+7
2016-02-06
Add emscripten support to compiletest
Brian Anderson
-1
/
+14
2016-02-03
Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton
bors
-0
/
+1
2016-02-02
Auto merge of #31312 - alexcrichton:no-le-in-powerpc64le, r=alexcrichton
bors
-1
/
+0
2016-02-01
Remove "powerpc64le" and "mipsel" target_arch
Alex Crichton
-1
/
+0
2016-01-31
Rename sunos to solaris
Nikita Baksalyar
-1
/
+1
2016-01-31
Add Illumos support
Nikita Baksalyar
-0
/
+1
2016-01-30
Expect all help/note messages are specified in a cfail test if it contains he...
Florian Hahn
-6
/
+15
2016-01-26
Implement the translation item collector.
Michael Woerister
-1
/
+47
2016-01-13
Add powerpc64 and powerpc64le support
Anton Blanchard
-0
/
+2
2015-12-17
Remove unused imports
Jeffrey Seyfried
-2
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-12
/
+7
2015-12-03
Add a `build-aux-docs` directive to compiletest
mitaa
-6
/
+31
2015-11-10
compiletest/raise_fd_limit: use libc instead of custom impl
Tamir Duberstein
-22
/
+5
2015-11-04
Deprecate `_ms` functions that predate the `Duration` API
Ben Striegel
-1
/
+1
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
/
+2
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-21
Avoid loading the whole gdb debug scripts section.
Richard Diamond
-2
/
+1
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-1
/
+1
2015-09-01
refactored compiletest following clippy's suggestions
llogiq
-191
/
+176
2015-08-24
Fix compile-fail tests on windows
Diggory Blake
-2
/
+15
2015-08-11
Fix #27567: remove --crate-type=lib from pretty test
Tim Neumann
-1
/
+0
2015-08-10
trans: Stop informing LLVM about dllexport
Alex Crichton
-2
/
+1
2015-07-12
Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton
bors
-4
/
+4
2015-07-12
Implement RFC 1058
Simonas Kazlauskas
-4
/
+2
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-4
/
+4
2015-07-08
this fixes the test failures on freebsd
Dave Huseby
-1
/
+4
[next]