Commit Graph

37 Commits (e4df1405c1a04b9e4a65f878b2bb1a86f855e986)

Author SHA1 Message Date
dignifiedquire e4df1405c1 feat: add basic wasm support 4 years ago
Stjepan Glavina 417b548692
Cleanup path module (#497)
* Cleanup path module

* Derive clone for PathBuf and remove unused import

* impl AsRef<Path> for std::path::PathBuf

* Fix a doc comment
5 years ago
Stjepan Glavina c34e0f8a35
Update futures to 0.3 (#463)
* Update futures to 0.3

* Fix a search-and-replace error

* Fix imports in tests

* Fix an import
5 years ago
Taiki Endo 2abf5ca891
Deny warnings on CI (#378)
* Deny warnings on CI

* Fix some clippy warnings
5 years ago
Stjepan Glavina aa13ba758b Refactor 5 years ago
Stjepan Glavina 5c1e0522b7 Fix failing tests 5 years ago
Stjepan Glavina 504f8cb137 Use crate::path everywhere 5 years ago
Stjepan Glavina 0adcb50f58 Add ToOwned and Borrow impls 5 years ago
Wouter Geraedts ba87048db5 Implemented our own Path::ancestors iterator 5 years ago
Wouter Geraedts 409a10a8b5 Implemented Path::with_file_name 5 years ago
Wouter Geraedts 3c24b1891b Implemented Path::with_extension 5 years ago
Wouter Geraedts a17b017e01 Implemented Path::to_string_lossy 5 years ago
Wouter Geraedts ea43d7fd29 Implemented Path::to_str 5 years ago
Wouter Geraedts df53a07fc5 Implemented Path::strip_prefix 5 years ago
Wouter Geraedts 942403c52c Implemented Path::starts_with 5 years ago
Wouter Geraedts d349333a43 Implemented Path::read_link 5 years ago
Wouter Geraedts 89f73d3eda Implemented Path::read_dir 5 years ago
Wouter Geraedts 141954d205 Implemented Path::parent 5 years ago
Wouter Geraedts cc57db02a3 Implemented Path::join 5 years ago
Wouter Geraedts 0c03b92373 Implemented Path::iter 5 years ago
Wouter Geraedts 5d87006006 Implemented Path::is_relative 5 years ago
Wouter Geraedts df9a01f534 Implemented Path::is_file 5 years ago
Wouter Geraedts 20f58ea1c1 Implemented Path::is_absolute 5 years ago
Wouter Geraedts 3a9597cd32 Implemented Path::has_root 5 years ago
Wouter Geraedts 28e936f6fe Implemented Path::file_stem 5 years ago
Wouter Geraedts a6e1abecfc Implemented Path::file_name 5 years ago
Wouter Geraedts a7eaae91ae Implemented Path::extension 5 years ago
Wouter Geraedts 4070833482 Implemented Path::ends_with 5 years ago
Wouter Geraedts 5235cd58be Implemented Path::display 5 years ago
Wouter Geraedts 759e357bea Implemented Path::ancestors 5 years ago
Wouter Geraedts a57ba7ece0 Implemented Path::into_path_buf 5 years ago
Wouter Geraedts 6c6106a292 Implemented Path::{metadata, symlink_metadata} 5 years ago
Wouter Geraedts 6bbfd039b1 Fixed various tests 5 years ago
Wouter Geraedts e690b55b18 Implemented fs::metadata and Path::exists 5 years ago
Wouter Geraedts 930b81868d Use std variants of Path and PathBuf internally 5 years ago
Wouter Geraedts 3bd6a9df6d Implemented components 5 years ago
Wouter Geraedts e27b578c27 WIP init Path and PathBuf async stubs 5 years ago