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
/
windows
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-09
std: Avoid use of `libc` in portable modules
Alex Crichton
-0
/
+1
2017-11-08
std: Move the `cmath` module into the `sys` module
Alex Crichton
-0
/
+1
2017-11-08
std: Remove `rand` crate and module
Alex Crichton
-0
/
+2
2017-10-03
windows: make `backtrace = false` compile
hinaria
-0
/
+2
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-18
/
+0
2017-06-23
rustc: Enable #[thread_local] for Windows
Alex Crichton
-0
/
+1
2017-01-27
Attempt at fixing dead code lints
Segev Finer
-0
/
+1
2017-01-24
Make backtraces work on Windows GNU targets again.
Segev Finer
-0
/
+46
2016-11-01
std: Move platform-specific out of sys_common::util
Brian Anderson
-0
/
+14
2016-11-01
std: Move platform-specific code out of libstd/lib.rs
Brian Anderson
-3
/
+3
2016-10-02
Move platform-specific arg handling to sys::args
Brian Anderson
-0
/
+1
2016-10-01
std: Move platform specific memchr code into sys
Brian Anderson
-0
/
+1
2016-10-01
std: Move platform specific env code into sys
Brian Anderson
-0
/
+1
2016-10-01
std: Move platform specific path code into sys
Brian Anderson
-0
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-3
/
+16
2016-06-14
Add ERROR_FILE_EXISTS to ErrorKind conversion on Windows
Gleb Kozyrev
-0
/
+1
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-0
/
+1
2016-02-17
std: restructure rand os code into sys modules
Sean McArthur
-0
/
+1
2016-01-26
Fix warnings during tests
Alex Crichton
-22
/
+20
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
[next]