about summary refs log tree commit diff
path: root/library/std/src/fs
AgeCommit message (Expand)AuthorLines
2024-12-27Fix renaming symlinks on WindowsChris Denton-0/+29
2024-12-21Rollup merge of #131072 - Fulgen301:windows-rename-posix-semantics, r=ChrisDe...Matthias Krüger-0/+41
2024-11-13Fix compilation error on Solaris due to flock usageChristopher Berner-0/+28
2024-10-19Support lock() and lock_shared() on async IO FilesChristopher Berner-0/+38
2024-10-13Implement file_lock featureChristopher Berner-0/+80
2024-09-30Win: Add test cases for renaming a directory while the target file is opened ...George Tokmaji-0/+41
2024-09-25Use `&raw` in the standard libraryJosh Stone-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-07Remove now redundant check in symlink_hard_link testMads Marquart-18/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-14/+12
2024-07-19Avoid ref when using format! for perfYuri Astrakhan-1/+1
2024-07-14Auto merge of #125935 - madsmtm:merge-os-apple, r=workingjubileebors-20/+3
2024-07-14Merge Apple `std::os` extensions modules into `std::os::darwin`Mads Marquart-20/+3
2024-06-24Replace `MaybeUninit::uninit_array()` with array repeat expression.Kevin Reid-1/+1
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart-1/+1
2024-04-28Use `target_vendor = "apple"` instead of `target_os = "..."`Mads Marquart-31/+4
2024-04-14Rollup merge of #120900 - marcospb19:std-use-seek-stream-position, r=joshtrip...Guillaume Gomez-24/+24
2024-03-18Support for visionOSAdam Gastineau-3/+14
2024-03-12Convert [u8] to [i8] in testChris Denton-0/+1
2024-02-27Implement junction_pointChris Denton-7/+5
2024-02-11std: use `stream_position` where applicableJoão Marcos P. Bezerra-24/+24
2024-01-06library: Fix a symlink test failing on WindowsVadim Petrochenkov-2/+4
2023-12-13Auto merge of #116438 - ChrisDenton:truncate, r=thomccbors-1/+26
2023-12-01Auto merge of #117248 - ChrisDenton:ci-symlink, r=m-ou-sebors-1/+1
2023-10-31Add support for pre-unix-epoch file dates on Apple platforms (#108277)Sebastian Thiel-0/+42
2023-10-26Error if symlinks not supported in CIChris Denton-1/+1
2023-10-20Skip test if Unix sockets are unsupportedChris Denton-2/+11
2023-10-15Make File::create work on Windows hidden filesChris Denton-1/+26
2023-10-13Test that unix sockets exist on WindowsChris Denton-0/+35
2023-07-26Auto merge of #102757 - pcc:android-std-tests, r=workingjubileebors-0/+2
2023-06-21Update tvOS support elsewhere in the stdlibThom Chiovoloni-3/+25
2023-05-15Add test for `FileTimes`beetrees-2/+52
2023-05-03Correctly convert an NT path to a Win32 pathChris Denton-1/+5
2023-03-06Implement read_buf for a few more typesTomasz Miąsko-1/+19
2023-03-02Make std tests pass on newer AndroidPeter Collingbourne-0/+2
2023-02-21Move `rename_directory` from ui-fulldeps to stdChris Denton-0/+16
2023-01-28Replace libc::{type} with crate::ffi::{type}Ayush Singh-2/+2
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-3/+3
2022-12-14fs/tests: Fail fast on duplicate errors rather than looping indefinitelyTavian Barnes-2/+2
2022-12-14fs/tests: Explicitly kill the zombie rather than sleeping until it diesTavian Barnes-7/+9
2022-12-12fs: Fix #50619 (again) and add a regression testTavian Barnes-0/+26
2022-11-30Add test for regression for FileType equalityArthur Carcano-0/+16
2022-07-18Ignore `hiberfil_sys` test in CIChris Denton-1/+4
2022-07-05Test if `[try_]exists` can find `hiberfil.sys`Chris Denton-2/+4
2022-07-05Add comment and simplify `hiberfil_sys` testChris Denton-5/+6
2022-07-05Windows: Use `FindFirstFileW` if `metadata` failsChris Denton-0/+11
2022-04-07Use gender neutral termsJames 'zofrex' Sanderson-3/+3
2022-03-20Add a testcase.Dan Gohman-0/+6
2022-03-11Rollup merge of #93283 - m1guelperez:master, r=Mark-SimulacrumDylan DPC-1/+9
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-5/+5