about summary refs log tree commit diff
path: root/crates/vfs/src/vfs_path.rs
AgeCommit message (Collapse)AuthorLines
2021-10-21Migrate to edition 2021Lukas Wirth-1/+0
2021-10-12Merge #10423bors[bot]-0/+6
10423: Internal: refactor for mdbook plugin r=Veykril a=HKalbasi This PR is for upstreaming changes that I made for mdbook plugin. Changes are adding inlay hints to `StaticIndex` and changing some functions for working around privacy of crates. Aside this, is it okay if I bring the plugin in tree? It is a simple binary crate. I feel it will better maintained here and become resistant to api changes. Co-authored-by: hamidreza kalbasi <hamidrezakalbasi@protonmail.com>
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
`clippy::semicolon_if_nothing_returned`
2021-09-28Update crates/vfs/src/vfs_path.rs龙方淞-3/+1
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
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
It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034.
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