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
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-18
rustbuild: Add support for compiletest test suites
Alex Crichton
-165
/
+0
2016-04-06
add incremental test runner and some tests
Niko Matsakis
-1
/
+4
2016-03-25
Make library paths passed by compiletest tool absolute.
Michael Woerister
-2
/
+2
2016-03-15
Shorter output for `rustc --test` binaries.
Simon Sapin
-1
/
+4
2016-01-26
Implement the translation item collector.
Michael Woerister
-0
/
+3
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
-3
/
+0
2015-04-07
compiletest: Add support for running rustdoc tests
Alex Crichton
-1
/
+10
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-8
/
+9
2015-02-16
Add pfail targets for parse-fail tests
Florian Hahn
-0
/
+3
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-10
/
+11
2015-01-29
register snaphots
Jorge Aparicio
-14
/
+0
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-5
/
+2
2015-01-24
Rollup merge of #21550 - FlaPer87:fix-compiletest, r=huonw
Flavio Percoco Premoli
-0
/
+15
2015-01-23
regex: Remove in-tree version
Alex Crichton
-5
/
+1
2015-01-23
Fix compile test for stage0
Flavio Percoco
-0
/
+15
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-9
/
+3
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-9
/
+3
2015-01-19
Remove unsupported test features from compiletest.
Ahmed Charles
-14
/
+0
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-4
/
+9
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-1
/
+1
2014-10-23
Error if we should be able to Valgrind but can't
Nick Cameron
-0
/
+4
2014-10-23
Add run-pass-valgrind tests
Nick Cameron
-0
/
+6
2014-10-08
debuginfo: Add LLDB version handling to test infrastructure.
Michael Woerister
-0
/
+3
2014-08-27
debuginfo: Emit different autotest debugger scripts depending on GDB version.
Michael Woerister
-0
/
+3
2014-08-01
Fix misspelled comments.
Joseph Crail
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-11
/
+11
2014-05-20
compiletest: Refactor compile-fail to regex.
Kevin Butler
-2
/
+4
2014-05-16
compiletest: Remove all uses of `~str` from `compiletest`
Patrick Walton
-11
/
+11
2014-05-15
core: Update all tests for fmt movement
Alex Crichton
-8
/
+8
2014-05-15
test: allow the test filter to be a regex.
Huon Wilson
-1
/
+2
2014-05-14
Get rid of the android-cross-path flag to rustc.
Luqman Aden
-0
/
+3
2014-05-13
compiletest: Modernize typenames
klutzy
-10
/
+43
2014-05-07
debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb
Michael Woerister
-1
/
+5
2014-03-31
compiletest: Switch field privacy where necessary
Alex Crichton
-28
/
+28
2014-02-13
mk: Fix non-android cross builds.
Luqman Aden
-2
/
+5
2014-01-17
test: Add the ability to force a host target
Alex Crichton
-0
/
+3
2014-01-04
etc: licenseck: don't hardcode a specific year
Adrien Tétar
-2
/
+2
2013-08-30
auto merge of #8886 : cmr/rust/test-restructure, r=cmr
bors
-1
/
+1
2013-08-30
Revert "Teach compiletest to use multiple --src-base's"
Corey Richardson
-1
/
+1
2013-08-30
auto merge of #8839 : sanxiyn/rust/env, r=thestinger
bors
-3
/
+0
2013-08-28
Remove --newrt option
Seo Sanghyeon
-3
/
+0
2013-08-28
Teach compiletest to use multiple --src-base's
Corey Richardson
-1
/
+1
2013-08-23
test: add support for sharding testsuite by passing --test-shard=a.b
Graydon Hoare
-0
/
+5
2013-07-17
test: Fix tests.
Patrick Walton
-1
/
+2
2013-07-16
compiletest: Add support for metrics and ratchet modes.
Graydon Hoare
-0
/
+9
[next]