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
/
runtest.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-20
auto merge of #12399 : michaelwoerister/rust/simd-fix, r=alexcrichton
bors
-8
/
+19
2014-02-20
auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmr
bors
-2
/
+10
2014-02-20
move extra::test to libtest
Liigo Zhuang
-1
/
+1
2014-02-19
Tweak how preference factors into linkage
Alex Crichton
-2
/
+10
2014-02-19
debuginfo: Fix a RUSTFLAGS incompatibility in test runner.
Michael Woerister
-8
/
+19
2014-02-14
extra: Capture stdout/stderr of tests by default
Alex Crichton
-1
/
+6
2014-02-13
mk: Fix non-android cross builds.
Luqman Aden
-5
/
+9
2014-02-10
Consolidate codegen-related compiler flags
Alex Crichton
-3
/
+3
2014-02-07
Rewrite path::Display to reduce unnecessary allocation
Kevin Ballard
-3
/
+1
2014-02-06
Redesign output flags for rustc
Alex Crichton
-8
/
+21
2014-02-03
compiletest: Remove io_error usage
Alex Crichton
-9
/
+11
2014-01-29
Remove do keyword from compiletests
Scott Lawrence
-2
/
+2
2014-01-28
Generate rlibs by default (instead of dylibs)
Alex Crichton
-1
/
+1
2014-01-21
[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...
Simon Sapin
-3
/
+3
2014-01-21
[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...
Simon Sapin
-1
/
+1
2014-01-21
[std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behavior
Simon Sapin
-1
/
+1
2014-01-21
[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior
Simon Sapin
-1
/
+1
2014-01-21
Remove unnecessary parentheses.
Huon Wilson
-2
/
+2
2014-01-20
Fix cross-compiled pretty tests
Alex Crichton
-1
/
+2
2014-01-18
Pass the correct --target flag when type checking pretty-printed code in tests
Brian Anderson
-0
/
+6
2014-01-17
test: Add the ability to force a host target
Alex Crichton
-2
/
+9
2014-01-04
etc: licenseck: don't hardcode a specific year
Adrien Tétar
-2
/
+2
2013-12-24
std: Stop reexporting the contents of 'mod consts'
Alex Crichton
-2
/
+2
2013-12-18
Make Android tests fail if no device is available
Brian Anderson
-110
/
+90
2013-12-14
Fix #10754 - `std::run` functions fail after io_error
Cadence Marseille
-14
/
+26
2013-12-08
Remove dead codes
Kiet Tran
-0
/
+3
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-2
/
+2
2013-12-04
std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.
Huon Wilson
-1
/
+1
2013-12-04
std::str: remove from_utf8.
Huon Wilson
-2
/
+1
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-2
/
+2
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+1
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-2
/
+2
2013-11-26
libsyntax: Remove the old-style borrowed closure type syntax from the
Patrick Walton
-3
/
+6
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-9
/
+9
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-14
/
+14
2013-11-12
Implemented a ProcessExit enum and helper methods to std::rt::io::process for...
Matthew Iselin
-26
/
+32
2013-11-06
Add make check support(arm-linux-androideabi debuginfo)
sh8281.kim
-22
/
+112
2013-11-04
Move io::file to io::fs and fns out of File
Alex Crichton
-30
/
+5
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-4
/
+5
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-12
/
+8
2013-10-29
Unbreak the debuginfo tests.
Jed Davis
-2
/
+25
2013-10-28
Remove the extension traits for Readers/Writers
Alex Crichton
-1
/
+1
2013-10-24
Remove even more of std::io
Alex Crichton
-27
/
+25
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-10
/
+10
2013-10-16
path2: Update for latest master
Kevin Ballard
-2
/
+2
2013-10-16
path2: Remove some API functions
Kevin Ballard
-2
/
+10
2013-10-16
path2: Update based on more review feedback
Kevin Ballard
-3
/
+3
2013-10-15
path2: Remove .with_display_str and friends
Kevin Ballard
-1
/
+1
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-16
/
+16
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-54
/
+80
[next]