aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs
Commit message (Expand)AuthorAgeFilesLines
* Nest all the or-patterns!Lukas Wirth2021-06-171-1/+1
* clippy::redudant_borrowMaan20032021-06-131-1/+1
* Avoid duplicating VfsPath in vfs::path_interner::PathInterner by using an Ind...Alexandru Macovei2021-04-062-13/+17
* Fix slow tests sometimes failingFlorian Diebold2021-02-121-2/+6
* Document vfs private itemsArnaud2021-01-125-2/+117
* Document vfs public itemsArnaud2021-01-125-2/+204
* Use `file_set::FileSet` and `FileSet` consistently in docArnaud2021-01-071-5/+5
* Use intra-doc links in `vfs` crate documentationArnaud2021-01-071-20/+26
* Remove the reference to `WalkdirLoaderHandle` in vfs documentationArnaud2021-01-071-3/+0
* Merge #6785bors[bot]2020-12-091-4/+5
|\
| * Fix "no value set for FileTextQuery(FileId(..))"Jonas Schievink2020-12-091-4/+5
* | .Aleksey Kladov2020-12-093-5/+48
|/
* Extract tests module to file in vfs crateDaiki Ihara2020-11-304-82/+74
* 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
* Move rust-related logic from vfs to base_db levelKirill Bulatov2020-09-091-60/+5
* Properly handle special cases (binaries, mod.rs)Kirill Bulatov2020-09-091-26/+58
* Implement file name & extension retrieval method for VirtualPathKirill Bulatov2020-09-091-2/+20
* Small refactoringKirill Bulatov2020-09-091-11/+11
* Happy path implementedKirill Bulatov2020-09-092-13/+17
* Properly use FileSet APIKirill Bulatov2020-09-092-28/+41
* Better APIKirill Bulatov2020-09-092-14/+29
* First steps for mod<|> completionKirill Bulatov2020-09-091-2/+25
* Add description for crates that will be publishedPavan Kumar Sunkara2020-08-241-0/+1
* Add version to deps in cargo.tomlPavan Kumar Sunkara2020-08-241-1/+1
* Sophisticate Windows path encodingArmin Sander2020-08-141-7/+132
* Rename ra_ide -> ideAleksey Kladov2020-08-131-2/+2
* Add one more testAleksey Kladov2020-07-261-21/+50
* Expose package roots more directlyAleksey Kladov2020-07-211-1/+1
* SimplifyAleksey Kladov2020-07-201-9/+5
* Simplify exclusion logicAleksey Kladov2020-07-181-9/+73
* Minor, push allocations downAleksey Kladov2020-07-142-3/+3
* Add a license field to all the cratesYuki Okushi2020-07-141-0/+1
* no doctestsAleksey Kladov2020-07-111-0/+3
* Optimize VFS processingAleksey Kladov2020-07-101-1/+1
* Also reload when adding new examples, tests, etcAleksey Kladov2020-07-101-1/+1
* Replace ad hocery with scienceAleksey Kladov2020-07-073-56/+81
* Fix symbol search in salsaAleksey Kladov2020-07-071-19/+90
* FileSetConfig works with empty set of rootsAleksey Kladov2020-07-011-1/+1
* Make VFS join methods fallibleJonas Schievink2020-06-262-8/+10
* Less error-prone namingAleksey Kladov2020-06-241-4/+4
* Cleanup project.json deserializationAleksey Kladov2020-06-241-2/+2
* Make Debug less verbose for VfsPath and use Display in analysis-statsLaurențiu Nicola2020-06-241-2/+17
* New VFSAleksey Kladov2020-06-236-134/+67
* Speedup VFS::partitionAleksey Kladov2020-06-192-9/+26
* New VFS APIAleksey Kladov2020-06-167-0/+508