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
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
2014-05-16
libgetopts: Remove all uses of `~str` from `libgetopts`
Patrick Walton
-7
/
+6
2014-05-16
compiletest: Remove all uses of `~str` from `compiletest`
Patrick Walton
-56
/
+84
2014-05-15
test: allow the test filter to be a regex.
Huon Wilson
-8
/
+18
2014-05-14
libtest: Remove all uses of `~str` from `libtest`.
Patrick Walton
-3
/
+9
2014-05-14
Get rid of the android-cross-path flag to rustc.
Luqman Aden
-0
/
+3
2014-05-13
Touch up and rebase previous commits
Alex Crichton
-2
/
+2
2014-05-13
compiletest: Modernize typenames
klutzy
-49
/
+22
2014-05-07
debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb
Michael Woerister
-17
/
+15
2014-04-24
test: Add an option to not capture output
Alex Crichton
-1
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-13
/
+13
2014-04-02
Avoid injecting unfulfilled dependence in compiletest on libnative.
Felix S. Klock II
-0
/
+3
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-4
/
+4
2014-03-26
auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson
bors
-1
/
+3
2014-03-24
green: Remove the dependence on the crate map
Alex Crichton
-1
/
+3
2014-03-23
Snapshot cleanup
Alex Crichton
-1
/
+0
2014-03-21
rustc: Switch defaults from libgreen to libnative
Alex Crichton
-0
/
+5
2014-03-22
Remove outdated and unnecessary std::vec_ng::Vec imports.
Huon Wilson
-1
/
+0
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-18
/
+18
2014-03-20
syntax: Tidy up parsing the new attribute syntax
Alex Crichton
-0
/
+1
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-0
/
+3
2014-03-14
lint: add lint for use of a `~[T]`.
Huon Wilson
-0
/
+1
2014-03-12
rustc: Remove matching on ~str from the language
Michael Darakananda
-7
/
+7
2014-02-20
move extra::test to libtest
Liigo Zhuang
-4
/
+1
2014-02-14
extern mod => extern crate
Alex Crichton
-2
/
+2
2014-02-14
auto merge of #12192 : luqmana/rust/fix-cross, r=alexcrichton
bors
-3
/
+6
2014-02-13
compiletest: Run all android tests serially
Brian Anderson
-3
/
+5
[next]