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
/
windows
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2016-01-13
Add missing newline character to callers of dumb_print
Amanieu d'Antras
-1
/
+1
2016-01-12
Add set_oom_handler and use it print a message when out of memory
Amanieu d'Antras
-1
/
+21
2015-11-21
Also check for NULs in environment variables
Tobias Bucher
-4
/
+11
2015-11-09
std: Migrate to the new libc
Alex Crichton
-30
/
+31
2015-10-19
Add error kind handling for ERROR_PATH_NOT_FOUND
Peter Atashian
-0
/
+1
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-2
/
+2
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-0
/
+2
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-10
/
+0
2015-08-10
Stabilize the Duration API
Steven Fackler
-3
/
+3
2015-06-27
std: Fix Windows XP compatibility
Alex Crichton
-1
/
+2
2015-05-28
Implement RFC 1047 - socket timeouts
Steven Fackler
-0
/
+1
2015-05-14
Auto merge of #24920 - alexcrichton:duration, r=aturon
bors
-0
/
+22
2015-05-13
std: Redesign Duration, implementing RFC 1040
Alex Crichton
-0
/
+22
2015-05-07
std: Rename sys::foo2 modules to sys::foo
Alex Crichton
-3
/
+3
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-5
/
+3
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-174
/
+2
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+2
2015-03-23
Test fixes and rebase conflicts, round 2
Alex Crichton
-3
/
+1
2015-03-19
std: Stablize io::ErrorKind
Alex Crichton
-9
/
+5
2015-03-15
std: Stabilize portions of `std::os::$platform`
Alex Crichton
-1
/
+1
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-0
/
+10
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-20
/
+1
2015-02-28
std: Implement stdio for `std::io`
Alex Crichton
-0
/
+1
2015-02-25
Fix type inference error (fixup #22739)
Manish Goregaokar
-1
/
+1
2015-02-25
Rollup merge of #22727 - alexcrichton:prep-env, r=aturon
Manish Goregaokar
-6
/
+8
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-6
/
+8
2015-02-24
Improve readability of an error check in `set_non_blocking`
Tobias Bucher
-5
/
+5
2015-02-23
Hide unnecessary error checking from the user
Tobias Bucher
-3
/
+3
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-2
/
+2
2015-02-13
Add std::process
Aaron Turon
-0
/
+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
-3
/
+37
2015-02-03
std: Add `io` module again
Alex Crichton
-0
/
+29
2015-02-01
std: Add a new `env` module
Alex Crichton
-19
/
+92
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-24
/
+24
2015-01-24
Add ffi::OsString and OsStr
Aaron Turon
-0
/
+1
2015-01-16
Rewrite Condvar::wait_timeout and make it public
Steven Fackler
-0
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-2
/
+1
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+3
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-1
/
+1
2014-12-31
Revert "std: Re-enable at_exit()"
Alex Crichton
-0
/
+24
2014-12-30
rollup merge of #20286: murarth/get-address-name
Alex Crichton
-0
/
+1
2014-12-30
std: Re-enable at_exit()
Alex Crichton
-24
/
+0
2014-12-28
Added `get_address_name`, an interface to `getnameinfo`
Murarth
-0
/
+1
2014-12-25
Map EEXIST to PathAlreadyExists error, closes #20226
Florian Hahn
-0
/
+2
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-0
/
+3
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+2
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-1
/
+1
[next]