about summary refs log tree commit diff
path: root/crates/vfs/src/vfs_path.rs
AgeCommit message (Expand)AuthorLines
2021-10-21Migrate to edition 2021Lukas Wirth-1/+0
2021-10-12Merge #10423bors[bot]-0/+6
2021-10-12internal changes for mdbookhamidreza kalbasi-0/+6
2021-10-03Fix miscellaneous Clippy lintsAramis Razzaghipour-2/+1
2021-10-03Add semicolons for consistencyAramis Razzaghipour-1/+1
2021-09-28Update crates/vfs/src/vfs_path.rs龙方淞-3/+1
2021-09-28initial commitlongfangsong-0/+3
2021-07-17internal: make it easier to isolate IOAleksey Kladov-0/+1
2021-06-17Nest all the or-patterns!Lukas Wirth-1/+1
2021-01-12Document vfs private itemsArnaud-2/+53
2021-01-12Document vfs public itemsArnaud-2/+37
2020-12-01Extract tests module to file in vfs crateDaiki Ihara-32/+1
2020-11-02Remove more unreachable pubsAleksey Kladov-2/+2
2020-11-02Deny unreachable-pubAleksey Kladov-1/+1
2020-09-10Rename the method to avoid false promisesKirill Bulatov-12/+10
2020-09-10Add VirtualPath testsKirill Bulatov-3/+38
2020-09-10Implement file name & extension retrieval method for VirtualPathKirill Bulatov-2/+20
2020-09-10Happy path implementedKirill Bulatov-7/+6
2020-09-10Properly use FileSet APIKirill Bulatov-7/+16
2020-09-10Better APIKirill Bulatov-0/+15
2020-08-14Sophisticate Windows path encodingArmin Sander-7/+132
2020-07-07Replace ad hocery with scienceAleksey Kladov-0/+31
2020-06-26Make VFS join methods fallibleJonas Schievink-7/+9
2020-06-24Make Debug less verbose for VfsPath and use Display in analysis-statsLaurențiu Nicola-2/+17
2020-06-23New VFSAleksey Kladov-1/+50
2020-06-16New VFS APIAleksey Kladov-0/+49