about summary refs log tree commit diff
path: root/library/std/src/sys/pal/wasi/fs.rs
AgeCommit message (Expand)AuthorLines
2025-03-08Move fs into sysThalia Archibald-872/+0
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-1/+1
2025-02-17Rollup merge of #137165 - thaliaarchi:file-tell, r=ChrisDentonMatthias Krüger-0/+4
2025-02-17Use tell for <File as Seek>::stream_positionThalia Archibald-0/+4
2025-02-17Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDentonMatthias Krüger-3/+2
2025-02-13std: Apply rust_2024_incompatible_patEric Huss-2/+2
2025-02-10Fix &&str and trailing commas in io::const_error!Thalia Archibald-1/+1
2025-02-10Use io::const_error! when possible over io::Error::newThalia Archibald-2/+1
2025-02-09Mark extern blocks as unsafeMichael Goulet-1/+1
2024-12-10Rollup merge of #133184 - osiewicz:wasm-fix-infinite-loop-in-remove-dir-all, ...León Orell Valerian Liehr-70/+105
2024-11-26chore: Improve doc commentsPiotr Osiewicz-2/+3
2024-11-26std: update internal uses of `io::const_error!`joboet-4/+3
2024-11-26Refactor ReadDir into a state machinePiotr Osiewicz-70/+101
2024-11-18wasi/fs: Improve stopping condition for <ReadDir as Iterator>::nextPiotr Osiewicz-14/+17
2024-10-13Implement file_lock featureChristopher Berner-0/+20
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-08Remove needless returns detected by clippy in librariesEduardo Sánchez Muñoz-2/+2
2024-08-23Rollup merge of #127623 - lolbinarycat:fix_remove_dir_all, r=AmanieuMatthias Krüger-6/+14
2024-08-22fix: fs::remove_dir_all: treat ENOENT as successbinarycat-6/+14
2024-08-05WASI fixing unsafe_op_in_unsafe_fn for std::{os, sys}Georgii Rylov-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+2
2024-06-11Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_existsEduardo Sánchez Muñoz-1/+1
2024-02-18Dyn erase at call siteDavid Thomas-1/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+810