aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs/src/io.rs
Commit message (Collapse)AuthorAgeFilesLines
* reformat the worldAleksey Kladov2019-02-081-45/+12
|
* remove watcher ctxAleksey Kladov2019-01-261-65/+77
|
* remove mutexesAleksey Kladov2019-01-261-14/+10
|
* handle all the reads on the "main" watcher threadAleksey Kladov2019-01-261-48/+75
|
* cleanup: add result aliasAleksey Kladov2019-01-261-9/+7
|
* consolidate error handlingAleksey Kladov2019-01-261-14/+17
|
* refactor-fvsAleksey Kladov2019-01-261-53/+176
|
* use `Roots` in watcherBernardo2019-01-261-149/+51
|
* review fixesBernardo2019-01-261-20/+9
|
* better test, avoid duplicated eventsBernardo2019-01-261-1/+6
|
* hardcode ".git" and "node_modules" alsoBernardo2019-01-261-0/+233
|
* move watcher to io moduleBernardo2019-01-261-210/+0
|
* do not emit create for directory againBernardo2019-01-261-3/+4
|
* refactor, put watcher with `io::Worker`Bernardo2019-01-261-17/+88
| | | | | use `RootFilter` to filter recursive watches untested
* add missing Task::HandleChangeBernardo2019-01-261-3/+8
|
* handle watched events filtering in `Vfs`add `is_overlayed`load changed files ↵Bernardo2019-01-261-28/+46
| | | | contents in `io`
* refator to move all io to io moduleBernardo2019-01-261-10/+47
| | | | | use same channel for scanner and watcher some implementations pending
* :arrow_up: crossbeamAleksey Kladov2018-12-301-1/+3
| | | | closes #189
* Reuse has_rs_extension in io.rsDJMcNab2018-12-291-2/+2
|
* swtich lsp server to vfsAleksey Kladov2018-12-201-0/+7
|
* implement vfs events handlingAleksey Kladov2018-12-201-27/+16
|
* add io::TaskAleksey Kladov2018-12-201-22/+31
|
* Add type aliasAleksey Kladov2018-12-201-1/+3
|
* vfs crate scaffoldAleksey Kladov2018-12-201-60/+57
|
* wipAleksey Kladov2018-12-201-0/+72