about summary refs log tree commit diff
path: root/src/libstd/sys/windows/ext
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-1115/+0
2020-07-05Fix the return type of Windows' `OpenOptionsExt::security_qos_flags`.Dan Gohman-1/+1
2020-04-14Add missing commaYoungsuk Kim-1/+1
2019-12-25tidy: change msdn links to newer locationsLzu Tao-15/+15
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-4/+4
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-43/+74
2019-07-26std: Add more accessors for `Metadata` on WindowsAlex Crichton-0/+30
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-2/+2
2019-03-29implement `AsRawFd` for stdio locksAndy Russell-0/+21
2019-03-02Auto merge of #58216 - pitdicker:sqos_flags, r=alexcrichtonbors-6/+20
2019-02-28libstd => 2018Taiki Endo-25/+25
2019-02-23Correct OpenOptions::security_qos_flags documentationPaul Dicker-6/+20
2019-02-10libs: doc commentsAlexander Regueiro-5/+5
2019-02-10tests: doc commentsAlexander Regueiro-8/+8
2019-01-03Fix repeated word typosWiktor Kuchta-1/+1
2018-12-25Remove licensesMark Rousskov-70/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-08-11Add links to std::char::REPLACEMENT_CHARACTER from docs.Corey Farwell-1/+2
2018-06-13Add missing allow_missing_docsGuillaume Gomez-0/+1
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