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
/
test
/
compiletest
Age
Commit message (
Expand
)
Author
Lines
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-78
/
+60
2011-08-31
Replace xfail-stageN with simply xfail-test
Marijn Haverbeke
-6
/
+3
2011-08-31
Revert "Replace xfail-stageN with simply xfail-test"
Marijn Haverbeke
-2
/
+5
2011-08-31
Replace xfail-stageN with simply xfail-test
Marijn Haverbeke
-5
/
+2
2011-08-30
Convert compiletest to istrs. Issue #855
Brian Anderson
-213
/
+248
2011-08-27
Convert std::os to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert std::generic_os to istrs. Issue #855
Brian Anderson
-5
/
+8
2011-08-27
Convert std::io to istrs. Issue #855
Brian Anderson
-18
/
+24
2011-08-27
Convert std::run to istrs. Issue #855
Brian Anderson
-1
/
+3
2011-08-27
Convert std::getopts to istrs. Issue #855
Brian Anderson
-27
/
+27
2011-08-27
Convert the task-comm parts of compiletest to istrs. Issue #855
Brian Anderson
-61
/
+108
2011-08-27
Convert std::fs to istrs. Issue #855
Brian Anderson
-13
/
+22
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-20
/
+19
2011-08-24
Test that processes that are supposed to fail return a non-zero status
Brian Anderson
-0
/
+4
2011-08-23
Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kindin...
Graydon Hoare
-1
/
+1
2011-08-22
Silence unused variable warnings in compiletest
Brian Anderson
-2
/
+2
2011-08-20
Stop parsing ~[] vector syntax
Brian Anderson
-2
/
+2
2011-08-20
Reformat
Brian Anderson
-233
/
+183
2011-08-18
Rename various things from ivec to vec
Brian Anderson
-4
/
+4
2011-08-17
Better type inference for chans and ports.
Eric Holk
-24
/
+18
2011-08-17
Use the new task join methods in the test runner. Closes #826
Brian Anderson
-10
/
+18
2011-08-17
Move some test setup from runtest to compiletest
Brian Anderson
-1
/
+2
2011-08-16
Port the tests to the expr foo::<T> syntax.
Erick Tryzelaar
-2
/
+2
2011-08-16
Port the tests to the decl foo<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Port the tests to the typaram foo<T> syntax.
Erick Tryzelaar
-28
/
+28
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-18
/
+18
2011-08-16
Convert most main functions to the ivec signature
Brian Anderson
-4
/
+2
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-5
/
+5
2011-08-15
Syntax updates.
Eric Holk
-4
/
+4
2011-08-15
Removed spawn and task from the parser. Updated all the tests except for the ...
Eric Holk
-57
/
+69
2011-08-12
Remove std::vec
Brian Anderson
-2
/
+0
2011-08-12
Remove vecs from std::getopts
Brian Anderson
-2
/
+2
2011-08-12
Convert std::run to ivecs
Brian Anderson
-1
/
+1
2011-08-12
Rename std::ioivec to std::io
Brian Anderson
-23
/
+23
2011-08-12
Convert all uses of std::io to std::ioivec
Brian Anderson
-20
/
+21
2011-08-12
Rename str::connect_ivec to str::connect
Brian Anderson
-2
/
+2
2011-08-12
Rename str::split_ivec to str::split
Brian Anderson
-3
/
+3
2011-08-12
Convert uses of str::split to split_ivec
Brian Anderson
-4
/
+4
2011-08-12
Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytes
Brian Anderson
-1
/
+1
2011-08-12
Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivec
Brian Anderson
-2
/
+2
2011-08-12
Remove vecs from compiletest
Brian Anderson
-17
/
+17
2011-08-10
Begin valgrinding run-fail tests
Brian Anderson
-11
/
+35
2011-08-09
Change the ivec type syntax to [T].
Erick Tryzelaar
-5
/
+5
2011-08-03
Whitespace cleanup
Brian Anderson
-1
/
+1
2011-08-03
Convert line endings when doing exact pretty-print testing
Brian Anderson
-0
/
+8
2011-08-02
Use ioivec::read_whole_file_str in a few places
Brian Anderson
-4
/
+3
2011-08-02
Typecheck pretty-printing test results as libraries. Issue #789
Brian Anderson
-1
/
+1
2011-08-02
Add dedicated pretty-printer tests with new pp-exact directive
Brian Anderson
-6
/
+54
2011-08-02
Add xfail-pretty test directive. Issue #789
Brian Anderson
-3
/
+9
2011-08-02
Run pretty-printed sources through the compiler again for sanity
Brian Anderson
-4
/
+10
[next]