about summary refs log tree commit diff
path: root/src/libstd/sys/windows/mod.rs
AgeCommit message (Expand)AuthorLines
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
2015-10-19Add error kind handling for ERROR_PATH_NOT_FOUNDPeter Atashian-0/+1
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-2/+2
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-0/+2
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-10/+0
2015-08-10Stabilize the Duration APISteven Fackler-3/+3
2015-06-27std: Fix Windows XP compatibilityAlex Crichton-1/+2
2015-05-28Implement RFC 1047 - socket timeoutsSteven Fackler-0/+1
2015-05-14Auto merge of #24920 - alexcrichton:duration, r=aturonbors-0/+22
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-0/+22
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-3/+3
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-5/+3
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-174/+2
2015-03-31Stabilize std::numAaron Turon-0/+2