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
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-18
rustbuild: Add support for compiletest test suites
Alex Crichton
-90
/
+0
2016-02-06
Add emscripten support to compiletest
Brian Anderson
-0
/
+2
2016-02-03
Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton
bors
-0
/
+1
2016-02-01
Remove "powerpc64le" and "mipsel" target_arch
Alex Crichton
-1
/
+0
2016-01-31
Rename sunos to solaris
Nikita Baksalyar
-1
/
+1
2016-01-31
Add Illumos support
Nikita Baksalyar
-0
/
+1
2016-01-13
Add powerpc64 and powerpc64le support
Anton Blanchard
-0
/
+2
2015-09-01
refactored compiletest following clippy's suggestions
llogiq
-1
/
+1
2015-07-01
Add netbsd amd64 support
Alex Newman
-0
/
+1
2015-04-27
compiletest: Add support for `// ignore-musl`
Alex Crichton
-0
/
+4
2015-03-25
Add iOS triple mapping so tests can run
Tamir Duberstein
-0
/
+1
2015-03-25
Alphabetize
Tamir Duberstein
-16
/
+16
2015-03-19
Ignore some tests on aarch64 to pass the run-pass test on aarch64-linux-android
Sae-bom Kim
-0
/
+25
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-13
/
+7
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-1
/
+1
2015-02-21
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
bors
-0
/
+1
2015-02-11
bitrig integration
Dave Huseby
-0
/
+1
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-1
/
+1
2015-02-02
Test fixes and rebase conflicts
Alex Crichton
-4
/
+4
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-02-01
openbsd support
Sébastien Marie
-1
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-08-23
Remove stage0 attributes.
Vadim Chugunov
-4
/
+0
2014-08-12
Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]
Vadim Chugunov
-6
/
+11
2014-07-31
Fix test suite for DragonFly
Michael Neumann
-0
/
+1
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-06-25
compiletest: Remove superfluous to_string calls
Piotr Jawniak
-3
/
+3
2014-06-06
Change to_str().to_string() to just to_str()
Adolfo OchagavĂa
-1
/
+1
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-3
/
+3
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-4
/
+4
2014-05-16
compiletest: Remove all uses of `~str` from `compiletest`
Patrick Walton
-7
/
+7
2014-05-13
compiletest: Modernize typenames
klutzy
-2
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-2
/
+2
2014-01-11
Remove re-exports of std::io::stdio::{print, println} in the prelude.
Brendan Zabarauskas
-1
/
+1
2013-12-08
Remove dead codes
Kiet Tran
-12
/
+2
2013-10-24
Remove even more of std::io
Alex Crichton
-2
/
+1
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-2
/
+2
2013-09-30
compiletest: Remove usage of fmt!
Alex Crichton
-3
/
+3
2013-09-03
Correctly determine OS to xfail in cross build
Seo Sanghyeon
-0
/
+19
2013-07-04
Bring compiletest/rustpkg/driver up to date on std vs core
Alex Crichton
-4
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+1
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-14
compiletest: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-3
/
+3
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-3
/
+0
2013-03-11
Remove uses of log
Brian Anderson
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-2
/
+0
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-4
/
+4
2013-01-30
librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...
Patrick Walton
-7
/
+7
[next]