aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs/src
Commit message (Collapse)AuthorAgeFilesLines
* reference `notify` issueBernardo2019-01-262-2/+3
|
* handle watched events filtering in `Vfs`add `is_overlayed`load changed files ↵Bernardo2019-01-263-121/+203
| | | | contents in `io`
* refator to move all io to io moduleBernardo2019-01-263-77/+123
| | | | | use same channel for scanner and watcher some implementations pending
* complete testBernardo2019-01-262-22/+17
|
* initial Watcher implBernardo2019-01-262-14/+141
|
* extract area to a crateAleksey Kladov2019-01-042-80/+7
|
* extend selection inside a string literal should select a word firstgfreezy2019-01-021-1/+1
|
* :arrow_up: crossbeamAleksey Kladov2018-12-302-2/+4
| | | | closes #189
* 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
| | | | combinatoric
* 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-202-6/+54
|
* 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-203-41/+162
|
* add io::TaskAleksey Kladov2018-12-202-26/+34
|
* Add type aliasAleksey Kladov2018-12-202-4/+8
|
* vfs crate scaffoldAleksey Kladov2018-12-202-63/+79
|
* wipAleksey Kladov2018-12-203-0/+248