aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* remove local-vfsAleksey Kladov2019-02-181-296/+0
|
* drop dependency on thread_workerAleksey Kladov2019-02-181-2/+2
|
* hide TaskResult from the public APIAleksey Kladov2019-02-181-7/+17
|
* move public API to top of the fileAleksey Kladov2019-02-181-8/+8
|
* remove depedency on ra_arenaAleksey Kladov2019-02-181-17/+23
|
* remove arena from RootsAleksey Kladov2019-02-181-7/+7
| | | | | we want to move ra_vfs to a new repo, so having fewer deps is useful. Arena is a thin layer of sugar on top of Vec anyway.
* marginally better namesAleksey Kladov2019-02-171-19/+24
|
* remove overlay removes overlayAleksey Kladov2019-02-171-4/+4
|
* simplify overlay handlingAleksey Kladov2019-02-171-16/+8
|
* simplifyAleksey Kladov2019-02-171-39/+33
|
* rename methodAleksey Kladov2019-02-171-1/+1
|
* remove duplicated methodAleksey Kladov2019-02-171-7/+0
|
* hide root configAleksey Kladov2019-02-171-7/+7
|
* move roots to a moduleAleksey Kladov2019-02-171-98/+10
|
* simplifyAleksey Kladov2019-02-141-1/+1
|
* automatically wait for worker threadsAleksey Kladov2019-02-141-6/+0
| | | | closes #817
* Merge #818bors[bot]2019-02-131-2/+15
|\ | | | | | | | | | | | | | | | | | | 818: In `RootConfig::contains`, check against canonicalized version of root path r=matklad a=pnkfelix In `RootConfig::contains`, check against canonicalized version of root path since OS may hand us data that uses the canonical form rather than the root as specified by the user. This is a step towards a resolution of issue #734 but does not completely fix the problem there. Co-authored-by: Felix S. Klock II <[email protected]>
| * rustfmtFelix S. Klock II2019-02-131-3/+3
| |
| * In `RootConfig::contains`, check against canonicalized version of rootFelix S. Klock II2019-02-131-2/+15
| | | | | | | | | | path since OS may hand us data that uses that rather than the root as specified by the user.
* | Fix some typosPascal Hertleif2019-02-121-6/+8
|/
* don't distinguish Create and Write events in VFSAleksey Kladov2019-02-121-19/+16
|
* Clean up a bitFlorian Diebold2019-02-101-7/+0
|
* Implement BatchDatabase constructionFlorian Diebold2019-02-101-0/+12
|
* reformat the worldAleksey Kladov2019-02-081-70/+16
|
* 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
| | | | | use `RootFilter` to filter recursive watches untested
* 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
| | | | contents in `io`
* refator to move all io to io moduleBernardo2019-01-261-49/+32
| | | | | use same channel for scanner and watcher some implementations pending
* 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
| | | | closes #189
* 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
|