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
/
sys
/
common
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-91
/
+0
2015-04-08
Implement reentrant mutexes and make stdio use them
Simonas Kazlauskas
-0
/
+2
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-6
/
+6
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-0
/
+5
2015-03-13
Auto merge of #23229 - aturon:stab-path, r=alexcrichton
bors
-0
/
+4
2015-03-12
Stabilize std::path
Aaron Turon
-0
/
+4
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-2
/
+2
2015-02-11
std: Add a `net` module for TCP/UDP
Alex Crichton
-0
/
+1
2015-02-09
std: Add a new `fs` module
Alex Crichton
-0
/
+10
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-5
/
+5
2015-01-24
Add ffi::OsString and OsStr
Aaron Turon
-2
/
+13
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-0
/
+1
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-0
/
+3
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-1
/
+3
2014-12-05
std: Rewrite the `sync` module
Alex Crichton
-1
/
+4
2014-11-26
auto merge of #19169 : aturon/rust/fds, r=alexcrichton
bors
-5
/
+4
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-0
/
+1
2014-11-21
sys: reveal std::io representation to sys module
Aaron Turon
-5
/
+4
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
/
+2
2014-11-10
Fix 'renamed lint' warnings
Michael Gehring
-1
/
+1
2014-11-08
Runtime removal: refactor tty
Aaron Turon
-0
/
+8
2014-11-08
Runtime removal: refactor helper threads
Aaron Turon
-0
/
+1
2014-11-08
Runtime removal: add private sys, sys_common modules
Aaron Turon
-0
/
+91