about summary refs log tree commit diff
path: root/src/libstd/sys/unix/fs.rs
AgeCommit message (Expand)AuthorLines
2020-05-05explain the types used in the open64 callRalf Jung-0/+4
2020-04-26Update nameSteven Fackler-4/+4
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+10
2020-04-14Add illumos triplePatrick Mooney-6/+28
2020-01-08Try statx for all linux-gnu targetsoxalica-28/+6
2020-01-06Auto merge of #66899 - msizanoen1:riscv-std, r=alexcrichtonbors-0/+2
2020-01-02Use drop instead of the toilet closure `|_| ()`Lzu Tao-1/+1
2020-01-01Add support for RISC-V 64-bit GNU/Linuxmsizanoen1-0/+2
2019-12-22Format the worldMark Rousskov-210/+243
2019-11-26Fix spelling typosBrian Wignall-2/+2
2019-10-26Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichtonbors-5/+3
2019-10-23Some tweaksoxalica-49/+44
2019-10-22Merge branch 'master' into rusty-hermitStefan Lankes-2/+0
2019-10-22Fix check of `statx`oxalica-16/+34
2019-10-20Merge branch 'master' into rusty-hermitStefan Lankes-10/+217
2019-10-20Auto merge of #65469 - mati865:libc, r=alexcrichtonbors-2/+0
2019-10-18Fix cast of stx_btime.tv_nsecoxalica-1/+1
2019-10-18Fix cfgs for current libcoxalica-89/+139
2019-10-18Prefer statx on linux if availableoxalica-7/+164
2019-10-17Update emscripten functions declarationsMateusz Mikuła-2/+0
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-5/+3
2019-08-08Rollup merge of #63332 - marmistrz:truncate, r=alexcrichtonMazdak Farrokhzad-3/+9
2019-08-08Move the TryInto import into the inner scopeMarcin Mielniczuk-1/+1
2019-08-06redox: convert to target_family unixJeremy Soller-6/+9
2019-08-06Add an overflow check in truncate implementation for Unix.Marcin Mielniczuk-3/+9
2019-05-13Remove bitrig support from rustMarcel Hellwig-7/+3
2019-05-02Make `std::fs::copy` attempt to create copy-on-write clones of files on MacOS.Edward Barnard-19/+69
2019-04-27Stabilized vectored IOSteven Fackler-3/+3
2019-04-19Fix sync_all on macos/iosDavid Vázquez Púa-2/+9
2019-04-10std: Add `{read,write}_vectored` for more typesAlex Crichton-1/+9
2019-04-03wasi: Fill out `std::fs` module for WASIAlex Crichton-21/+2
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-2/+2
2019-03-23fs::copy() set file mode earlyHarald Hoyer-55/+74
2019-03-04Change `std::fs::copy` to use `copyfile` on MacOS and iOSEdward Barnard-1/+86
2019-02-28libstd => 2018Taiki Endo-24/+28
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-06refactor: use shorthand fieldsteresy-4/+4
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-07-30Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...Colin Finck-4/+6
2018-06-26Rollup merge of #51786 - cuviper:stat64-pointers, r=Mark-SimulacrumPietro Albini-2/+2
2018-06-26Auto merge of #50630 - sharkdp:fix-50619, r=sfacklerbors-7/+24
2018-06-25Remove unnecessary stat64 pointer castsJosh Stone-2/+2
2018-06-25Use fstatat64 where availableJosh Stone-6/+5
2018-06-12Fix possibly endless loop in ReadDir iteratorsharkdp-7/+24
2018-06-01fs: copy: Add EPERM to fallback error conditionsNicolas Koch-5/+12
2018-05-31Rollup merge of #51213 - nicokoch:copy_permissions, r=cramertjGuillaume Gomez-5/+5
2018-05-31libstd/sys/unix/fs.rs: fix compilation on fuchsiaGuillaume Girol-1/+1
2018-05-30std::fs::DirEntry.metadata(): use fstatat instead of lstat when possibleGuillaume Girol-11/+32
2018-05-30Remobve unused importNicolas Koch-1/+1
2018-05-30fs: copy: Use File::set_permissions instead of fs::set_permissionsNicolas Koch-4/+4