summary refs log tree commit diff
path: root/src/libstd/sys/windows/ext
AgeCommit message (Expand)AuthorLines
2018-04-14Prefer unprefixed paths for well known structsDylan MacKenzie-8/+8
2018-04-14Add doc links to `std::os` extension traitsDylan MacKenzie-13/+23
2018-03-28Remove hidden `foo` functions from doc examples; use `Termination` trait.Corey Farwell-49/+49
2018-02-11Add an unstable FileTypeExt extension trait for WindowsPeter Atashian-0/+18
2017-10-20Fix most rendering warnings from switching to CommonMarksteveklabnik-1/+1
2017-10-17Remove duplicated wordGuillaume Gomez-2/+2
2017-09-25Module overview for std::os::windows:ffiFederico Mena Quintero-0/+56
2017-08-13Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkovGuillaume Gomez-1/+1
2017-08-12Fix some typosBastien Orivel-1/+1
2017-08-10Exposed all platform-specific documentation.kennytm-0/+1
2017-08-03Fix AsRawHandleIan Douglas Scott-3/+3
2017-08-03Implement AsRawHandle for Std* on WindowsIan Douglas Scott-0/+22
2017-07-13windows::fs::symlink_dir: fix example to actually use symlink_dirRalf Jung-1/+1
2017-06-23Removed as many "```ignore" as possible.kennytm-2/+6
2017-05-19Fix doc test failure for OpenOptionsExtDavid LeGare-1/+1
2017-05-18Normalize docs in windows::ffi and windows::fsDavid LeGare-57/+64
2017-05-09Fix tidy errorsDavid LeGare-3/+6
2017-05-07Fix documentation tests in windows::fsDavid LeGare-3/+1
2017-05-06Update documentation in windows::fsDavid LeGare-10/+127
2017-05-05Merge remote-tracking branch 'rust-lang/master' into iss29367-windows-docsDavid LeGare-1/+2
2017-05-05Update documentation in windows::ffiDavid LeGare-21/+91
2017-05-05Update documention in windows::ffiDavid LeGare-9/+43
2017-04-06Fix Markdown issues in the docsOliver Middleton-1/+2
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-3/+3
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-2/+2
2016-12-15Stabilize std::os::*::fs::FileExtAaron Turon-5/+5
2016-11-30just add one method named creation_flags, fix the tidy errorTed Mielczarek-13/+3
2016-11-30Add std::os::windows::process::CommandExt, with set_creation_flags and add_cr...Ted Mielczarek-1/+30
2016-10-09Implement reading and writing atomically at certain offsetsTobias Bucher-1/+52
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-5/+5
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-1/+2
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-12/+7
2016-04-26std: Allow creating ExitStatus from raw valuesAlex Crichton-0/+15
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-1/+3
2016-02-10std: Push process stdio setup in std::sysAlex Crichton-1/+2
2016-02-04std: Expose SystemTime accessors on fs::MetadataAlex Crichton-3/+3
2016-01-15Addressed commentsPaul Dicker-27/+26
2016-01-14Fix doctestsPaul Dicker-1/+2
2016-01-13Move `custom_flags` to `OpenOptionsExt`Paul Dicker-0/+26
2016-01-13Implement RFC 1252 expanding the OpenOptions structurePaul Dicker-23/+83
2015-12-04AsRawHandle and IntoRawHandle for JoinHandlePeter Atashian-0/+30
2015-11-18Add missing annotations and some testsVadim Petrochenkov-3/+11
2015-11-09std: Migrate to the new libcAlex Crichton-1/+2
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-4/+8
2015-08-18std: Add into_raw_os traits to the OS preludesAlex Crichton-1/+1
2015-08-15test: Fix tests for requiring issuesAlex Crichton-1/+2
2015-08-15std: Add issues to all unstable featuresAlex Crichton-2/+4
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-3/+75