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
/
header.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-18
rustbuild: Add support for compiletest test suites
Alex Crichton
-455
/
+0
2016-03-17
compiletest: Add rustc-env for run-pass/super-fast-paren-parsing.
Eduard Burtescu
-3
/
+10
2016-03-02
rename should-panic to should-fail, per acrichto's suggestion
Niko Matsakis
-5
/
+5
2016-03-02
make it possible for a test to declare `should-panic`
Niko Matsakis
-26
/
+42
2016-03-02
refactor and generalize revisions
Niko Matsakis
-11
/
+0
2016-03-01
introduce the notion of revisions, currently unused
Niko Matsakis
-5
/
+51
2016-03-01
change compile_flags to eagerly split into a vector on whitespace
Niko Matsakis
-5
/
+7
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
2015-12-03
Add a `build-aux-docs` directive to compiletest
mitaa
-0
/
+12
2015-09-01
refactored compiletest following clippy's suggestions
llogiq
-65
/
+56
2015-04-27
compiletest: Add support for `// ignore-musl`
Alex Crichton
-0
/
+4
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-5
/
+5
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-9
/
+10
2015-03-23
Add generic conversion traits
Aaron Turon
-2
/
+2
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-9
/
+10
2015-03-20
Auto merge of #23471 - sae-bom:aarch64-linux-android, r=alexcrichton
bors
-0
/
+4
2015-03-19
RUST_TEST_TASKS -> RUST_TEST_THREADS
Steve Klabnik
-1
/
+1
2015-03-19
Ignore some tests on aarch64 to pass the run-pass test on aarch64-linux-android
Sae-bom Kim
-0
/
+4
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-12
/
+12
2015-02-23
Rollup merge of #22371 - fhahn:issue-17829-compiletest-nocapture, r=Manishearth
Manish Goregaokar
-0
/
+12
2015-02-20
Addressed PR comments
Marvin Löbel
-1
/
+1
2015-02-16
Handle RUST_TEST_NOCAPTURE in compiletest and set add if to run env
Florian Hahn
-0
/
+12
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-14
/
+14
2015-02-02
More deprecating of i/u suffixes
Alfie John
-2
/
+2
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-3
/
+3
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-4
/
+4
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2015-01-21
Fallout from stabilization.
Aaron Turon
-2
/
+1
2015-01-09
Revert "Ignore extra error from test for now"
Manish Goregaokar
-13
/
+0
2015-01-08
Ignore extra error from test for now
Manish Goregaokar
-0
/
+13
2015-01-05
compiletest: remove boxed closures
Jorge Aparicio
-1
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-3
/
+3
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-5
/
+3
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-08
debuginfo: Add LLDB version handling to test infrastructure.
Michael Woerister
-1
/
+38
2014-09-17
Add a forbid-output property in cfail tests
Keegan McAllister
-1
/
+14
2014-08-27
debuginfo: Emit different autotest debugger scripts depending on GDB version.
Michael Woerister
-15
/
+54
2014-08-13
core: Change the argument order on splitn and rsplitn for strs.
Brian Anderson
-1
/
+1
2014-07-29
Add pretty=typed test support to compiletest and add a test for fixed size ar...
Luqman Aden
-0
/
+24
2014-06-25
compiletest: Remove superfluous to_string calls
Piotr Jawniak
-8
/
+8
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-4
/
+4
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-10
/
+10
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-17
/
+17
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+7
2014-05-16
compiletest: Remove all uses of `~str` from `compiletest`
Patrick Walton
-39
/
+50
2014-05-13
Touch up and rebase previous commits
Alex Crichton
-0
/
+12
2014-05-13
compiletest: Modernize typenames
klutzy
-5
/
+5
2014-05-07
debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb
Michael Woerister
-14
/
+1
[next]