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
2019-12-25
tidy: change msdn links to newer locations
Lzu Tao
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-51
/
+51
2019-07-25
std: win: Disable stack overflow handling on UWP
Hugo Beauzée-Luyssen
-1
/
+3
2019-07-25
std: win: Don't use console APIs on UWP
Hugo Beauzée-Luyssen
-1
/
+8
2019-07-01
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-05-25
std: Depend on `backtrace` crate from crates.io
Alex Crichton
-4
/
+0
2019-02-28
libstd => 2018
Taiki Endo
-19
/
+19
2019-02-13
Add vectored read and write support
Steven Fackler
-13
/
+14
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-11
std: Delete the `alloc_system` crate
Alex Crichton
-0
/
+1
2018-08-29
Replace usages of 'bad_style' with 'nonstandard_style'.
Corey Farwell
-1
/
+1
2018-08-15
Start adding an `aarch64-pc-windows-msvc` target
Alex Crichton
-3
/
+7
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
[next]