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
/
libstd
/
sys
/
unix
Age
Commit message (
Expand
)
Author
Lines
2014-12-18
Fix compilation on linux
Alex Crichton
-1
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-24
/
+10
2014-12-18
Remove rt::{mutex, exclusive}
Aaron Turon
-2
/
+2
2014-12-18
Refactor std::os to use sys::os
Aaron Turon
-3
/
+132
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-0
/
+1057
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-4
/
+4
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-2
/
+2
2014-12-14
Rewrite threading infrastructure, introducing `Thunk` to represent
Niko Matsakis
-5
/
+11
2014-12-13
libstd: use tuple indexing
Jorge Aparicio
-4
/
+4
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-5
/
+8
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-1
/
+1
2014-12-06
libstd: remove unnecessary `as_mut_slice` calls
Jorge Aparicio
-1
/
+1
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+1
2014-12-05
rollup merge of #19454: nodakai/libstd-reap-failed-child
Corey Richardson
-10
/
+33
2014-12-05
Fall out of the std::sync rewrite
Alex Crichton
-5
/
+6
2014-12-05
std: Rewrite the `sync` module
Alex Crichton
-1
/
+405
2014-12-05
libstd/sys/unix/process.rs: reap a zombie who didn't get through to exec(2).
NODA, Kai
-10
/
+33
2014-11-26
rollup merge of #19273: ogham/rename-file-types
Alex Crichton
-6
/
+6
2014-11-26
auto merge of #19169 : aturon/rust/fds, r=alexcrichton
bors
-6
/
+114
2014-11-24
Clean up FileType enum following enum namespacing
Ben S
-6
/
+6
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-3
/
+56
2014-11-23
auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon
bors
-1
/
+1
2014-11-22
std: Align `raw` modules with unsafe conventions
Alex Crichton
-1
/
+1
2014-11-21
libs: add std::os::unix module
Aaron Turon
-0
/
+108
2014-11-21
sys: reveal std::io representation to sys module
Aaron Turon
-6
/
+6
2014-11-20
Make most of std::rt private
Aaron Turon
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-13
/
+13
2014-11-13
Remove Signed trait and add SignedInt trait
Brendan Zabarauskas
-2
/
+2
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-11-13
Deprecate Zero and One traits
Brendan Zabarauskas
-3
/
+3
2014-11-10
Fix 'renamed lint' warnings
Michael Gehring
-1
/
+1
2014-11-08
Runtime removal: fully remove rtio
Aaron Turon
-0
/
+5
2014-11-08
Runtime removal: refactor tty
Aaron Turon
-19
/
+48
2014-11-08
Runtime removal: refactor timer
Aaron Turon
-0
/
+283
2014-11-08
Runtime removal: refactor process
Aaron Turon
-1
/
+999
2014-11-08
Runtime removal: refactor helper threads
Aaron Turon
-0
/
+40
2014-11-08
Runtime removal: refactor pipes and networking
Aaron Turon
-7
/
+543
2014-11-08
Runtime removal: add private sys, sys_common modules
Aaron Turon
-0
/
+455
[prev]