aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs/src/vfs_path.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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