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-05-27
std: Rename strbuf operations to string
Richo Healey
-149
/
+149
2014-05-27
std: Remove String's to_owned
Richo Healey
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-39
/
+39
2014-05-24
Update ascii functions used elsewhere
Adolfo OchagavĂa
-1
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-5
/
+14
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-4
/
+5
2014-05-20
compiletest: Refactor compile-fail to regex.
Kevin Butler
-2
/
+2
2014-05-17
auto merge of #14253 : alexcrichton/rust/issue-14221, r=pcwalton
bors
-1
/
+2
2014-05-16
rustc: Stop leaking enum variants into children
Alex Crichton
-1
/
+2
2014-05-16
compiletest: Remove all uses of `~str` from `compiletest`
Patrick Walton
-276
/
+498
2014-05-14
Process::new etc should support non-utf8 commands/args
Aaron Turon
-21
/
+9
2014-05-14
Get rid of the android-cross-path flag to rustc.
Luqman Aden
-12
/
+4
2014-05-13
io: Implement process wait timeouts
Alex Crichton
-3
/
+4
2014-05-13
test: Give a test a bigger stack for pretty printing
Alex Crichton
-1
/
+1
2014-05-13
Touch up and rebase previous commits
Alex Crichton
-8
/
+16
2014-05-13
compiletest: Test `--pretty expanded`
klutzy
-5
/
+20
2014-05-13
compiletest: Modernize typenames
klutzy
-46
/
+47
2014-05-12
Easier interface for TCP ::connect and ::bind.
Tom Lee
-5
/
+1
2014-05-08
Handle breakage after libcore split
Kevin Ballard
-3
/
+3
2014-05-07
debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb
Michael Woerister
-38
/
+198
2014-05-06
Fail on internal compiler errors in compile-fail
Richo Healey
-0
/
+10
2014-04-24
test: Add an option to not capture output
Alex Crichton
-1
/
+3
2014-04-21
auto merge of #13553 : aochagavia/rust/pr, r=alexcrichton
bors
-1
/
+6
2014-04-20
Added run_flags directive to `compiletest`
Adolfo OchagavĂa
-1
/
+6
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-82
/
+85
2014-04-18
Update the rest of the compiler with ~[T] changes
Alex Crichton
-4
/
+3
2014-04-10
auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton
bors
-3
/
+4
2014-04-10
Remove some internal ~[] from several libraries.
Huon Wilson
-1
/
+1
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-3
/
+4
2014-04-06
De-~[] Reader and Writer
Steven Fackler
-3
/
+3
2014-04-03
compiletest: Fix bitrotted win32 routines
klutzy
-1
/
+1
2014-03-31
vec: convert `append` and `append_one` to methods
Daniel Micay
-6
/
+3
2014-03-23
auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger
bors
-1
/
+1
2014-03-23
std: remove the `equals` method from `TotalEq`.
Huon Wilson
-1
/
+1
2014-03-23
iter: remove `to_owned_vec`
Daniel Micay
-1
/
+1
2014-03-22
Remove outdated and unnecessary std::vec_ng::Vec imports.
Huon Wilson
-2
/
+1
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-77
/
+103
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-2
/
+2
2014-03-12
rustc: Remove matching on ~str from the language
Michael Darakananda
-8
/
+8
2014-03-04
Rename all variables that have uppercase characters in their names to use onl...
Palmer Cox
-80
/
+80
2014-02-23
Roll std::run into std::io::process
Alex Crichton
-1
/
+1
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
[next]