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-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
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
[next]