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
2016-04-18
rustbuild: Add support for compiletest test suites
Alex Crichton
-2131
/
+0
2016-04-15
Add initial version of codegen unit partitioning for incremental compilation.
Michael Woerister
-17
/
+130
2016-04-12
Auto merge of #32803 - eddyb:mir-debuginfo, r=nikomatsakis
bors
-17
/
+1
2016-04-11
tests: update for MIR debuginfo.
Eduard Burtescu
-17
/
+1
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-3
/
+3
2016-04-06
Address nits.
Niko Matsakis
-3
/
+4
2016-04-06
add incremental test runner and some tests
Niko Matsakis
-0
/
+65
2016-03-26
Set source file name when setting breakpoints in lldb
Ted Horst
-1
/
+4
2016-03-25
Make library paths passed by compiletest tool absolute.
Michael Woerister
-5
/
+5
2016-03-22
Auto merge of #32341 - frewsxcv:compiletest-enum, r=nikomatsakis
bors
-8
/
+11
2016-03-19
Rollup merge of #32271 - frewsxcv:compiletest-ignored-help-note, r=nikomatsakis
Eduard-Mihai Burtescu
-0
/
+4
2016-03-18
Use enum for message kind in compiletest harness.
Corey Farwell
-8
/
+11
2016-03-18
Auto merge of #32080 - eddyb:transcendent, r=nikomatsakis
bors
-5
/
+21
2016-03-17
Add #[rustc_no_mir] to make tests pass with -Z orbit.
Eduard Burtescu
-4
/
+20
2016-03-17
compiletest: Add rustc-env for run-pass/super-fast-paren-parsing.
Eduard Burtescu
-1
/
+1
2016-03-16
Stop ignoring expected note/help messages in compiletest suite.
Corey Farwell
-2
/
+2
2016-03-15
Add comment about opt-in nature of compiletest note/help messages.
Corey Farwell
-0
/
+4
2016-03-09
Differentiate "line" and "line number" variable names.
Corey Farwell
-2
/
+2
2016-03-03
make pretty printer tests understand revisions, and make them ignore the
Niko Matsakis
-15
/
+18
2016-03-03
Do not assert revisions list is empty for pretty printing tests
Niko Matsakis
-1
/
+5
2016-03-02
thread revision identifier around in test output
Niko Matsakis
-91
/
+134
2016-03-02
refactor and generalize revisions
Niko Matsakis
-2
/
+49
2016-03-01
introduce the notion of revisions, currently unused
Niko Matsakis
-2
/
+2
2016-03-01
change compile_flags to eagerly split into a vector on whitespace
Niko Matsakis
-4
/
+4
2016-02-25
add comment and stop creating directories in runtest
Niko Matsakis
-1
/
+2
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
-3
/
+20
2016-02-24
Generalize from passing around a single path to the test file to passing
Niko Matsakis
-155
/
+166
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
/
+12
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
/
+44
2015-12-17
Remove unused imports
Jeffrey Seyfried
-2
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-10
/
+7
2015-12-03
Add a `build-aux-docs` directive to compiletest
mitaa
-6
/
+19
2015-11-04
Deprecate `_ms` functions that predate the `Duration` API
Ben Striegel
-1
/
+1
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
-103
/
+103
2015-08-24
Fix compile-fail tests on windows
Diggory Blake
-2
/
+14
2015-08-11
Fix #27567: remove --crate-type=lib from pretty test
Tim Neumann
-1
/
+0
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
2015-06-18
compiletest: Minor cleanup from removal of jit test support
Geoffrey Thomas
-11
/
+4
2015-06-13
compiletest: remove JIT
Tamir Duberstein
-28
/
+12
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-12
/
+12
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-1
/
+1
2015-06-03
Improve diagnostic messages for range patterns.
Michael Sproul
-10
/
+5
2015-05-27
Revamp codegen tests to check IR quality instead of quantity
Björn Steinbrink
-118
/
+13
2015-04-27
compiletest: Don't force dylibs on musl
Alex Crichton
-1
/
+14
[next]