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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiletest
/
runtest.rs
Age
Commit message (
Expand
)
Author
Lines
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
2013-09-30
compiletest: Remove usage of fmt!
Alex Crichton
-48
/
+48
2013-09-04
Update clients of path.rs to use new API.
Felix S. Klock II
-1
/
+1
2013-08-30
auto merge of #8839 : sanxiyn/rust/env, r=thestinger
bors
-4
/
+5
2013-08-29
Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...
Brian Anderson
-2
/
+27
2013-08-28
Android: Pass the environment when running tests
Seo Sanghyeon
-2
/
+5
2013-08-28
Remove --newrt option
Seo Sanghyeon
-2
/
+0
2013-08-27
Implement process bindings to libuv
Alex Crichton
-27
/
+2
2013-08-26
Since we assume that GDB output is UTF-8, make sure it is so on all platforms.
Vadim Chugunov
-1
/
+3
2013-08-19
compiletest: do not run tests in sub-threads if on valgrind.
Graydon Hoare
-1
/
+12
2013-08-14
compiletest: Run tests in their own thread to avoid blocking the scheduler
Brian Anderson
-2
/
+16
2013-08-10
std: Iterator.len_ -> .len
Erick Tryzelaar
-1
/
+1
2013-08-10
std: Rename Iterator.transform -> .map
Erick Tryzelaar
-3
/
+3
2013-08-07
rustc: Fix for-range loops that can use iterators
blake2-ppc
-2
/
+2
2013-08-07
option.get -> option.unwrap
Erick Tryzelaar
-3
/
+2
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-6
/
+6
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-10
/
+10
2013-08-02
replace `range` with an external iterator
Daniel Micay
-2
/
+1
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-9
/
+9
2013-07-29
auto merge of #8003 : crnobog/rust/case-insensitive-error-prefix, r=cmr
bors
-1
/
+26
2013-07-26
auto merge of #7979 : crnobog/rust/auxfiles-path-windows, r=cmr
bors
-1
/
+1
2013-07-24
fix fmt! usage
Daniel Micay
-1
/
+1
[next]