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
/
libstd
/
run.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-19
Try to fix mac valgrind bot by disabling thread-heavy activities.
Graydon Hoare
-9
/
+1
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-1
/
+18
2013-08-18
auto merge of #8551 : huonw/rust/speling, r=alexcrichton
bors
-3
/
+3
2013-08-16
auto merge of #8532 : kballard/rust/cstr-cleanup, r=erickt
bors
-2
/
+2
2013-08-16
doc: correct spelling in documentation.
Huon Wilson
-3
/
+3
2013-08-15
Add ToCStr method .with_c_str()
Kevin Ballard
-2
/
+2
2013-08-14
std: Change ProcessOptions struct to have an option of a ~ vector
Tim Chevalier
-10
/
+10
2013-08-09
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-4
/
+4
2013-08-09
std: more windows fixes to os.rs and run.rs
Erick Tryzelaar
-1
/
+4
2013-08-09
auto merge of #8369 : yichoi/rust/arm-test, r=sanxiyn
bors
-4
/
+4
2013-08-08
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-7
/
+5
2013-08-07
Forbid `priv` where it has no effect
Alex Crichton
-3
/
+3
2013-08-07
Implement DoubleEndedIterator on Range
Kevin Ballard
-4
/
+2
2013-08-07
std: run test fix for ARM android
Young-il Choi
-4
/
+4
2013-08-04
Merge remote-tracking branch 'remotes/origin/master' into str-remove-null
Erick Tryzelaar
-12
/
+12
2013-08-04
Remove trailing null from strings
Erick Tryzelaar
-1
/
+2
2013-08-04
std: replace str::as_c_str with std::c_str
Erick Tryzelaar
-7
/
+8
2013-08-04
std: rewrite run::with_{argv,envp,dirp} to copy C strings
Erick Tryzelaar
-44
/
+59
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-12
/
+12
2013-08-03
replace all remaining `for` with `foreach` or `do`
Daniel Micay
-2
/
+3
2013-08-02
librustc: Disallow "unsafe" for external functions
Patrick Walton
-2
/
+2
2013-08-02
replace `range` with an external iterator
Daniel Micay
-4
/
+1
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-12
/
+11
2013-08-01
make `in` and `foreach` get treated as keywords
Daniel Micay
-8
/
+8
2013-07-24
std: str.as_bytes_with_null_consume() => str.to_bytes_with_null()
Erick Tryzelaar
-1
/
+1
2013-07-23
std: add test for str::as_c_str
Erick Tryzelaar
-1
/
+0
2013-07-23
std: move StrUtil::as_c_str into StrSlice
Erick Tryzelaar
-5
/
+5
2013-07-20
librustc: Remove `pub extern` and `priv extern` from the language.
Patrick Walton
-3
/
+3
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-1
/
+2
2013-07-10
Switch over to new range_rev semantics; fix #5270.
Felix S. Klock II
-1
/
+1
2013-07-08
Correct illegal pattern in windows-only code
Niko Matsakis
-2
/
+2
2013-07-08
Patch up some code that was using irrefutable patterns incorrectly.
Niko Matsakis
-6
/
+12
2013-07-07
remove some method resolve workarounds
Daniel Micay
-1
/
+1
2013-07-04
Convert vec::{as_imm_buf, as_mut_buf} to methods.
Huon Wilson
-4
/
+4
2013-06-28
std: adjust run.rs test for android
Young-il Choi
-3
/
+149
2013-06-26
auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmr
bors
-3
/
+2
2013-06-25
Change finalize -> drop.
Luqman Aden
-1
/
+1
2013-06-25
Deny common lints by default for lib{std,extra}
Alex Crichton
-3
/
+2
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-5
/
+6
2013-06-20
ignore inherited environment test under valgrind r=snapshot
James Miller
-0
/
+1
2013-06-18
std: Work around some failing 'run' tests when valgrinding. #7224
Brian Anderson
-5
/
+25
2013-06-12
std: fix windows
Huon Wilson
-1
/
+1
2013-06-12
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...
Huon Wilson
-2
/
+1
2013-06-11
fix windows build
Daniel Micay
-2
/
+2
2013-06-11
option: remove redundant old_iter impls
Daniel Micay
-4
/
+4
2013-06-10
Tag a bunch of destructors that need mutable self with FIXME for #4330. Close...
Ben Blum
-1
/
+1
2013-06-10
std: fix compile & test
Huon Wilson
-0
/
+1
2013-06-10
std: replace str::all/any fns and methods with iterators
Huon Wilson
-1
/
+1
2013-06-01
std: fix run tests when symlink is in the rust checkout path
Erick Tryzelaar
-6
/
+12
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-23
/
+20
[next]