about summary refs log tree commit diff
path: root/src/libstd/sys/unix/ext/fs.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-904/+0
2020-07-09libstd/libcore: fix various typosAndy Russell-2/+2
2020-07-02Fix linksGuillaume Gomez-1/+1
2020-06-18Document format correctionqy3u-2/+4
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-31/+77
2019-10-28[doc] fix the reference to using `OpenOptions::open`Josh Stone-1/+1
2019-10-28[doc] add a possessive apostrophe in `OpenOptionsExt::mode`Josh Stone-1/+1
2019-05-26Print file mode of PermissionExt in octal in Examplesoberien-1/+1
2019-02-28libstd => 2018Taiki Endo-7/+6
2019-02-10libs: doc commentsAlexander Regueiro-4/+4
2019-02-10tests: doc commentsAlexander Regueiro-2/+2
2019-01-15Stabilize FileExt::read_exact_at/write_all_atDror Levin-4/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-1/+1
2018-11-22Make std::os::unix/linux::fs::MetadataExt::a/m/ctime* documentation clearerariasuni-6/+12
2018-07-02Fill in tracking issue number for read_exact_at/write_all_atDror Levin-2/+2
2018-06-26Add read_exact_at and write_all_at methods to FileExt on unixDror Levin-0/+127
2018-04-14Prefer unprefixed paths for well known structsDylan MacKenzie-4/+4
2018-04-14Add doc links to `std::os` extension traitsDylan MacKenzie-14/+19
2018-03-28Remove hidden `foo` functions from doc examples; use `Termination` trait.Corey Farwell-171/+171
2017-11-11Add missing links and examples for FileExtGuillaume Gomez-2/+40
2017-11-08Rollup merge of #45582 - GuillaumeGomez:doc-unix-missing-links, r=frewsxcvGuillaume Gomez-4/+70
2017-11-07Add missing links and examplesGuillaume Gomez-4/+70
2017-10-31add missing docs for MetadataExtGuillaume Gomez-0/+246
2017-09-17Remove st_mode maskTrevor Merrifield-2/+2
2017-09-15Retain suid/sgid/sticky bits in Metadata.permissionsTrevor Merrifield-2/+2
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-2/+0
2017-08-12Fix some typosBastien Orivel-2/+2
2017-06-23Removed as many "```ignore" as possible.kennytm-6/+16
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-5/+5
2016-12-15Stabilize std::os::*::fs::FileExtAaron Turon-4/+4
2016-10-09Implement reading and writing atomically at certain offsetsTobias Bucher-0/+45
2016-07-28Add OpenOptionsExt doc examplesGuillaume Gomez-0/+38
2016-07-28Add doc examples for std::fs::unix::OpenOptionsExtGuillaume Gomez-0/+12
2016-07-26Rollup merge of #35009 - GuillaumeGomez:dir_entry_doc, r=steveklabnikSteve Klabnik-0/+16
2016-07-24Add DirEntry doc examplesGuillaume Gomez-0/+16
2016-07-23Add DirBuilder doc examplesGuillaume Gomez-0/+10
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-3/+1
2016-03-12std: Clean out deprecated APIsAlex Crichton-79/+0
2016-02-13std: Deprecate all std::os::*::raw typesAlex Crichton-54/+70
2016-01-20Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichtonbors-1/+34
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-0/+19
2016-01-15Addressed commentsPaul Dicker-3/+6
2016-01-14Fix doctestsPaul Dicker-2/+3
2016-01-13Move `custom_flags` to `OpenOptionsExt`Paul Dicker-1/+27
2016-01-13Implement RFC 1252 expanding the OpenOptions structurePaul Dicker-0/+3
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-4/+3
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+4
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-4/+6
2015-08-15std: Add issues to all unstable featuresAlex Crichton-22/+25