about summary refs log tree commit diff
path: root/library/std/src/sys/pal/solid/fs.rs
AgeCommit message (Expand)AuthorLines
2025-03-08Move fs into sysThalia Archibald-609/+0
2025-02-17Rollup merge of #137165 - thaliaarchi:file-tell, r=ChrisDentonMatthias Krüger-1/+4
2025-02-17Use tell for <File as Seek>::stream_positionThalia Archibald-1/+4
2025-02-17Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDentonMatthias Krüger-1/+1
2025-02-14Add safe new to NotAllOnesKornel-5/+2
2025-02-10Fix &&str and trailing commas in io::const_error!Thalia Archibald-1/+1
2025-01-09Update a bunch of library types for MCP807Scott McMurray-8/+6
2024-11-26std: update internal uses of `io::const_error!`joboet-8/+5
2024-10-13Implement file_lock featureChristopher Berner-0/+20
2024-09-02Fix compile error in solid's remove_dir_allBen Kimock-1/+1
2024-08-22fix: fs::remove_dir_all: treat ENOENT as successbinarycat-7/+16
2024-07-29Reformat `use` declarations.Nicholas Nethercote-13/+10
2024-06-11Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_existsEduardo Sánchez Muñoz-1/+1
2024-02-07Make `io::BorrowedCursor::advance` safeBenoît du Garreau-1/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+588