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
/
libcore
/
run.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-72
/
+72
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-2
/
+2
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-14
/
+14
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-11
/
+11
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-22
/
+22
2012-06-27
Removed pretty much all the vector+ from core (issue #2719)
Eric Holk
-5
/
+5
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-25
/
+25
2012-06-25
Merge
Tim Chevalier
-21
/
+25
2012-06-25
core: Convert declarations to not use the trailing 'unsafe' notation
Brian Anderson
-21
/
+25
2012-06-21
[NEEDS SNAPSHOT] Port remainder of resources to classes in libcore
Tim Chevalier
-12
/
+16
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-2
/
+2
2012-06-14
Comments only: annotate FIXMEs in core::run
Tim Chevalier
-2
/
+2
2012-06-08
core: Don't deadlock on io streams in run::program_output
Brian Anderson
-26
/
+72
2012-06-07
Use #[cfg(unix)] and #[cfg(windows)] everywhere
Brian Anderson
-9
/
+5
2012-04-13
add option exec-env to set env variables during test execution
Niko Matsakis
-4
/
+4
2012-03-27
Move some code over to iterator-for to see how it performs.
Marijn Haverbeke
-3
/
+5
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-4
/
+4
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-1
/
+1
2012-03-20
core: Rename unsafe::leak to unsafe::forget. Closes #2031
Brian Anderson
-1
/
+1
2012-03-20
Fail when there's an error starting a process. Close #1778.
Graydon Hoare
-3
/
+5
2012-03-14
Convert *u8 native string users to *c_char
Brian Anderson
-7
/
+8
2012-03-14
core:: Eliminate str::sbuf. Replace with *u8
Brian Anderson
-4
/
+3
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-0
/
+394