aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs
Commit message (Expand)AuthorAgeFilesLines
* Merge #818bors[bot]2019-02-131-2/+15
|\
| * rustfmtFelix S. Klock II2019-02-131-3/+3
| * In `RootConfig::contains`, check against canonicalized version of rootFelix S. Klock II2019-02-131-2/+15
* | Fix some typosPascal Hertleif2019-02-122-8/+10
|/
* don't distinguish Create and Write events in VFSAleksey Kladov2019-02-122-38/+42
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
* Clean up a bitFlorian Diebold2019-02-101-7/+0
* Implement BatchDatabase constructionFlorian Diebold2019-02-101-0/+12
* update notify with fix for hight cpu usageBernardo2019-02-091-1/+1
* reformat the worldAleksey Kladov2019-02-083-160/+45
* 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-263-333/+242
* dont overwrite memfiesAleksey Kladov2019-01-262-1/+15
* use entry file_type, improve testBernardo2019-01-263-11/+16
* use `Roots` in watcherBernardo2019-01-264-330/+274
* extract `Roots` structBernardo2019-01-261-21/+52
* review fixesBernardo2019-01-263-22/+10
* use released `notifiy` version, add TODO commentBernardo2019-01-262-3/+2
* better test, avoid duplicated eventsBernardo2019-01-263-22/+30
* hardcode ".git" and "node_modules" alsoBernardo2019-01-262-2/+10
* simplify and optimize `RootFilter`by determining if is contained firstBernardo2019-01-261-24/+11
* fix recursive watchBernardo2019-01-261-3/+8
* avoid boxingBernardo2019-01-263-34/+44
* move watcher to io moduleBernardo2019-01-263-31/+29
* do not emit create for directory againBernardo2019-01-263-8/+6
* refactor, put watcher with `io::Worker`Bernardo2019-01-264-139/+187
* ignore check event dir for ignore, cleanup testsBernardo2019-01-262-63/+129
* actually drop watcher, use parking_lot::MutexBernardo2019-01-262-9/+18
* handle recursive watching ourselvesBernardo2019-01-263-16/+46
* add missing Task::HandleChangeBernardo2019-01-264-21/+28
* better error handlingBernardo2019-01-261-4/+16
* use notify with fixBernardo2019-01-263-12/+10
* reference `notify` issueBernardo2019-01-262-2/+3
* handle watched events filtering in `Vfs`add `is_overlayed`load changed files ...Bernardo2019-01-264-142/+217
* refator to move all io to io moduleBernardo2019-01-264-88/+134
* complete testBernardo2019-01-264-52/+94
* initial Watcher implBernardo2019-01-263-14/+143
* extract area to a crateAleksey Kladov2019-01-043-80/+8
* extend selection inside a string literal should select a word firstgfreezy2019-01-021-1/+1
* :arrow_up: crossbeamAleksey Kladov2018-12-303-3/+5
* Reuse has_rs_extension in io.rsDJMcNab2018-12-291-2/+2
* 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