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
2020-07-27
mv std libs to library/
mark
-334
/
+0
2020-07-12
adjust remaining targets
Ralf Jung
-1
/
+1
2020-07-12
rename fast_thread_local -> thread_local_dtor; thread_local -> thread_local_key
Ralf Jung
-2
/
+2
2020-06-26
Map ERROR_INVALID_PARAMETER to InvalidInput
Tyler Ruckinger
-0
/
+1
2020-06-23
Rollup merge of #71756 - carstenandrich:master, r=dtolnay
Dylan DPC
-1
/
+16
2020-06-10
Migrate to numeric associated consts
Lzu Tao
-1
/
+1
2020-06-03
Bump to 1.46
Mark Rousskov
-4
/
+1
2020-05-17
abort_internal is safe
Ralf Jung
-3
/
+6
2020-05-02
fix formatting issues that fail tidy test
Carsten Andrich
-16
/
+16
2020-05-02
use or pattern to match error codes that map to ErrorKind::TimedOut
Carsten Andrich
-15
/
+15
2020-05-01
add Windows system error codes that map to io::ErrorKind::TimedOut
Carsten Andrich
-0
/
+15
2020-04-02
Use unrolled loop
lzutao
-9
/
+43
2020-04-02
use of wmemchr for faster searching in [u16]
Lzu Tao
-2
/
+12
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-1
/
+1
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
[next]