about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/fs.rs
AgeCommit message (Expand)AuthorLines
2024-06-08Rollup merge of #125998 - devnexen:get_mode_illumos, r=NilstriebLeón Orell Valerian Liehr-0/+4
2024-06-05Rollup merge of #125940 - devnexen:unix_fs_netbsd_get_path, r=cuviperMatthias Krüger-9/+13
2024-06-04std::unix::fs::get_mode implementation for illumos/solaris.David Carlier-0/+4
2024-06-04std::unix::fs::get_path: using fcntl codepath for netbsd instead.David Carlier-9/+13
2024-06-03Remove stray "this"Tobias Bucher-2/+1
2024-05-06iOS/tvOS/watchOS/visionOS: Improve File Debug implMads Marquart-9/+9
2024-05-03Horizon OS: dirfd unavailableAndrea Ciliberti-0/+1
2024-05-01Auto merge of #124491 - madsmtm:target_vendor-apple, r=workingjubileebors-102/+19
2024-04-29Fix Fuchsia build broken by #124210David Koloski-0/+1
2024-04-29Fix ESP IDF build broken by #124210ivmarkov-0/+1
2024-04-28Use `target_vendor = "apple"` instead of `target_os = "..."`Mads Marquart-102/+19
2024-04-28Auto merge of #124210 - the8472:consign-ebadf-to-the-fire, r=Mark-Simulacrumbors-0/+32
2024-04-28put FD validity behind late debug_asserts checkingThe 8472-18/+29
2024-04-27Elaborate in comment about `statx` probeTobias Bucher-8/+4
2024-04-20Abort a process when FD ownership is violatedThe 8472-0/+21
2024-04-15Auto merge of #123928 - tbu-:pr_statx_enosys, r=workingjubileebors-8/+5
2024-04-14`statx` probe: `ENOSYS` might come from a faulty FUSE driverTobias Bucher-8/+5
2024-04-10Auto merge of #122812 - dtolnay:mode, r=workingjubileebors-5/+115
2024-04-09Show mode_t as octal in std::fs Debug implsDavid Tolnay-5/+115
2024-04-09Auto merge of #123485 - madsmtm:use-libc-copyfile, r=joboetbors-39/+10
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-4/+34
2024-04-05macOS: Use `libc` definitions for copyfileMads Marquart-39/+10
2024-03-26unix fs: Make hurd and horizon using explicit new rather than FromSamuel Thibault-2/+2
2024-03-18Support for visionOSAdam Gastineau-4/+34
2024-03-14Auto merge of #114038 - Stargateur:108277, r=ChrisDentonbors-15/+15
2024-03-06unix time module now return resultAntoine PLASKOWSKI-15/+15
2024-02-27handle unavailable creation time as `io::ErrorKind::Unsupported`Jan Starke-1/+1
2024-02-24library: use `addr_of!`Pavel Grigorenko-3/+3
2024-02-18Dyn erase at call siteDavid Thomas-21/+21
2024-01-11std: fix module references on UNIXjoboet-3/+3
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+2162