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
/
compiletest.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-19
Remove unsupported test features from libtest.
Ahmed Charles
-7
/
+0
2015-01-19
Remove unsupported test features from compiletest.
Ahmed Charles
-20
/
+4
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
allow box_syntax and unknown features in compiletest driver.
Felix S. Klock II
-0
/
+2
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-6
/
+0
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-13
/
+13
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-1
/
+8
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-1
/
+8
2015-01-05
compiletest: remove boxed closures
Jorge Aparicio
-2
/
+3
2015-01-03
Remove deprecated functionality
Alex Crichton
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+2
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-4
/
+2
2014-12-17
rollup merge of #19818: emk/regex_at_name_opt
Alex Crichton
-2
/
+2
2014-12-14
Modify `regex::Captures::{at,name}` to return `Option`
Eric Kidd
-2
/
+2
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-4
/
+5
2014-12-06
Allow message specification for should_fail
Steven Fackler
-1
/
+1
2014-12-05
test: expose boxplot and the extra stats test keeps track of
Erick Tryzelaar
-0
/
+3
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-1
/
+1
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-6
/
+6
2014-10-26
debuginfo: Set RUST_TEST_TASKS to 1 again for LLDB tests
Michael Woerister
-1
/
+11
2014-10-23
Error if we should be able to Valgrind but can't
Nick Cameron
-2
/
+9
2014-10-23
Add run-pass-valgrind tests
Nick Cameron
-1
/
+3
2014-10-22
debuginfo: Let LLDB tests run in parallel again since our min-supported versi...
Michael Woerister
-11
/
+1
2014-10-08
debuginfo: Add LLDB version handling to test infrastructure.
Michael Woerister
-1
/
+37
2014-10-07
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+1
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-1
/
+1
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+1
2014-10-01
Remove all use of librustuv
Aaron Turon
-10
/
+0
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-08-27
debuginfo: Improve GDB version handling in compiletest tool
Michael Woerister
-5
/
+11
2014-08-27
debuginfo: Emit different autotest debugger scripts depending on GDB version.
Michael Woerister
-0
/
+19
2014-07-17
deprecate Vec::get
Nick Cameron
-3
/
+3
2014-07-16
debuginfo: Make sure that only one LLDB test task is run at a time.
Michael Woerister
-1
/
+11
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-1
/
+1
2014-06-25
compiletest: Remove superfluous to_string calls
Piotr Jawniak
-29
/
+16
2014-06-14
Register new snapshots
Alex Crichton
-8
/
+1
2014-06-14
getopts: format failure messages with `Show`.
Huon Wilson
-1
/
+1
2014-06-09
Add a --color flag to test binaries
Steven Fackler
-0
/
+1
2014-06-09
Use phase(plugin) in bootstrap crates
Keegan McAllister
-2
/
+8
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-36
/
+34
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-21
/
+21
2014-05-27
std: Remove String's to_owned
Richo Healey
-3
/
+3
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-4
/
+4
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-2
/
+6
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+2
2014-05-20
compiletest: Refactor compile-fail to regex.
Kevin Butler
-1
/
+3
[next]