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
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
2014-05-01
remove leftover obsolete string literals
Daniel Micay
-1
/
+1
2014-04-21
auto merge of #13553 : aochagavia/rust/pr, r=alexcrichton
bors
-2
/
+15
2014-04-20
Added run_flags directive to `compiletest`
Adolfo Ochagavía
-2
/
+15
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-10
/
+10
2014-03-31
compiletest: Switch field privacy where necessary
Alex Crichton
-10
/
+10
2014-03-22
Remove outdated and unnecessary std::vec_ng::Vec imports.
Huon Wilson
-2
/
+0
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-11
/
+13
2014-03-12
Update io iterators to produce IoResults
Palmer Cox
-0
/
+1
2014-02-19
Tweak how preference factors into linkage
Alex Crichton
-0
/
+12
2014-02-14
extra: Capture stdout/stderr of tests by default
Alex Crichton
-0
/
+12
2014-02-11
Add ignore-cross-compile directive for compiletest
Alex Crichton
-0
/
+2
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-8
/
+8
2014-01-21
[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior
Simon Sapin
-3
/
+3
2014-01-17
auto merge of #11618 : alexcrichton/rust/force-host, r=brson
bors
-1
/
+13
2014-01-17
auto merge of #11598 : alexcrichton/rust/io-export, r=brson
bors
-2
/
+1
2014-01-17
test: Add the ability to force a host target
Alex Crichton
-1
/
+13
2014-01-17
Tweak the interface of std::io
Alex Crichton
-2
/
+1
2014-01-16
Load macros from external modules
Steven Fackler
-0
/
+4
2014-01-04
etc: licenseck: don't hardcode a specific year
Adrien Tétar
-2
/
+2
2013-12-11
std::io: Add Buffer.lines(), change .bytes() api
klutzy
-5
/
+1
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-2
/
+2
[next]