aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor-fvsAleksey Kladov2019-01-261-80/+66
* dont overwrite memfiesAleksey Kladov2019-01-261-1/+3
* use entry file_type, improve testBernardo2019-01-261-1/+2
* use `Roots` in watcherBernardo2019-01-261-98/+70
* extract `Roots` structBernardo2019-01-261-21/+52
* review fixesBernardo2019-01-261-1/+0
* use released `notifiy` version, add TODO commentBernardo2019-01-261-1/+1
* hardcode ".git" and "node_modules" alsoBernardo2019-01-261-1/+9
* simplify and optimize `RootFilter`by determining if is contained firstBernardo2019-01-261-24/+11
* avoid boxingBernardo2019-01-261-13/+4
* move watcher to io moduleBernardo2019-01-261-20/+16
* refactor, put watcher with `io::Worker`Bernardo2019-01-261-41/+59
* handle recursive watching ourselvesBernardo2019-01-261-3/+1
* add missing Task::HandleChangeBernardo2019-01-261-0/+1
* better error handlingBernardo2019-01-261-4/+16
* reference `notify` issueBernardo2019-01-261-1/+1
* handle watched events filtering in `Vfs`add `is_overlayed`load changed files ...Bernardo2019-01-261-41/+124
* refator to move all io to io moduleBernardo2019-01-261-49/+32
* complete testBernardo2019-01-261-1/+1
* initial Watcher implBernardo2019-01-261-14/+45
* extract area to a crateAleksey Kladov2019-01-041-27/+7
* extend selection inside a string literal should select a word firstgfreezy2019-01-021-1/+1
* :arrow_up: crossbeamAleksey Kladov2018-12-301-1/+1
* Remove some unnecessary unwraps by using the `Result::ok`DJMcNab2018-12-291-6/+2
* Fix instance of uneeded brackets in use_statement (thanks to #333)DJMcNab2018-12-291-1/+1
* Improve comment contentsDJMcNab2018-12-291-1/+3
* Fix a switched line in a commentDJMcNab2018-12-291-1/+1
* File can be opened before the root is scannedAleksey Kladov2018-12-201-0/+12
* fix sycAleksey Kladov2018-12-201-4/+23
* swtich lsp server to vfsAleksey Kladov2018-12-201-6/+47
* doc commentAleksey Kladov2018-12-201-0/+1
* add root & path info to remove eventAleksey Kladov2018-12-201-2/+4
* implement vfs events handlingAleksey Kladov2018-12-201-13/+140
* add io::TaskAleksey Kladov2018-12-201-4/+3
* Add type aliasAleksey Kladov2018-12-201-3/+5
* vfs crate scaffoldAleksey Kladov2018-12-201-3/+22
* wipAleksey Kladov2018-12-201-0/+128