about summary refs log tree commit diff
path: root/src/libstd/sys/windows/mod.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-334/+0
2020-07-12adjust remaining targetsRalf Jung-1/+1
2020-07-12rename fast_thread_local -> thread_local_dtor; thread_local -> thread_local_keyRalf Jung-2/+2
2020-06-26Map ERROR_INVALID_PARAMETER to InvalidInputTyler Ruckinger-0/+1
2020-06-23Rollup merge of #71756 - carstenandrich:master, r=dtolnayDylan DPC-1/+16
2020-06-10Migrate to numeric associated constsLzu Tao-1/+1
2020-06-03Bump to 1.46Mark Rousskov-4/+1
2020-05-17abort_internal is safeRalf Jung-3/+6
2020-05-02fix formatting issues that fail tidy testCarsten Andrich-16/+16
2020-05-02use or pattern to match error codes that map to ErrorKind::TimedOutCarsten Andrich-15/+15
2020-05-01add Windows system error codes that map to io::ErrorKind::TimedOutCarsten Andrich-0/+15
2020-04-02Use unrolled looplzutao-9/+43
2020-04-02use of wmemchr for faster searching in [u16]Lzu Tao-2/+12
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-1/+1
2019-12-25tidy: change msdn links to newer locationsLzu Tao-1/+1
2019-12-22Format the worldMark Rousskov-51/+51
2019-07-25std: win: Disable stack overflow handling on UWPHugo Beauzée-Luyssen-1/+3
2019-07-25std: win: Don't use console APIs on UWPHugo Beauzée-Luyssen-1/+8
2019-07-01Remove needless lifetimesJeremy Stucki-1/+1
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-4/+0
2019-02-28libstd => 2018Taiki Endo-19/+19
2019-02-13Add vectored read and write supportSteven Fackler-13/+14
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-0/+1
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-1/+1
2018-08-15Start adding an `aarch64-pc-windows-msvc` targetAlex Crichton-3/+7
2017-11-09std: Avoid use of `libc` in portable modulesAlex Crichton-0/+1
2017-11-08std: Move the `cmath` module into the `sys` moduleAlex Crichton-0/+1
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-0/+2
2017-10-03windows: make `backtrace = false` compilehinaria-0/+2
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-18/+0
2017-06-23rustc: Enable #[thread_local] for WindowsAlex Crichton-0/+1
2017-01-27Attempt at fixing dead code lintsSegev Finer-0/+1
2017-01-24Make backtraces work on Windows GNU targets again.Segev Finer-0/+46
2016-11-01std: Move platform-specific out of sys_common::utilBrian Anderson-0/+14
2016-11-01std: Move platform-specific code out of libstd/lib.rsBrian Anderson-3/+3
2016-10-02Move platform-specific arg handling to sys::argsBrian Anderson-0/+1
2016-10-01std: Move platform specific memchr code into sysBrian Anderson-0/+1
2016-10-01std: Move platform specific env code into sysBrian Anderson-0/+1
2016-10-01std: Move platform specific path code into sysBrian Anderson-0/+1
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-3/+16
2016-06-14Add ERROR_FILE_EXISTS to ErrorKind conversion on WindowsGleb Kozyrev-0/+1
2016-03-12std: Clean out deprecated APIsAlex Crichton-0/+1
2016-02-17std: restructure rand os code into sys modulesSean McArthur-0/+1
2016-01-26Fix warnings during testsAlex Crichton-22/+20
2016-01-13Add missing newline character to callers of dumb_printAmanieu d'Antras-1/+1
2016-01-12Add set_oom_handler and use it print a message when out of memoryAmanieu d'Antras-1/+21
2015-11-21Also check for NULs in environment variablesTobias Bucher-4/+11
2015-11-09std: Migrate to the new libcAlex Crichton-30/+31