aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs/src/vfs_path.rs
Commit message (Expand)AuthorAgeFilesLines
* Document vfs private itemsArnaud2021-01-121-2/+53
* Document vfs public itemsArnaud2021-01-121-2/+37
* Extract tests module to file in vfs crateDaiki Ihara2020-11-301-32/+1
* Remove more unreachable pubsAleksey Kladov2020-11-021-2/+2
* Deny unreachable-pubAleksey Kladov2020-11-021-1/+1
* Rename the method to avoid false promisesKirill Bulatov2020-09-091-12/+10
* Add VirtualPath testsKirill Bulatov2020-09-091-3/+38
* Implement file name & extension retrieval method for VirtualPathKirill Bulatov2020-09-091-2/+20
* Happy path implementedKirill Bulatov2020-09-091-7/+6
* Properly use FileSet APIKirill Bulatov2020-09-091-7/+16
* Better APIKirill Bulatov2020-09-091-0/+15
* Sophisticate Windows path encodingArmin Sander2020-08-141-7/+132
* Replace ad hocery with scienceAleksey Kladov2020-07-071-0/+31
* Make VFS join methods fallibleJonas Schievink2020-06-261-7/+9
* Make Debug less verbose for VfsPath and use Display in analysis-statsLaurențiu Nicola2020-06-241-2/+17
* New VFSAleksey Kladov2020-06-231-1/+50
* New VFS APIAleksey Kladov2020-06-161-0/+49