Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In `RootConfig::contains`, check against canonicalized version of root | Felix S. Klock II | 2019-02-13 | 1 | -2/+15 |
* | don't distinguish Create and Write events in VFS | Aleksey Kladov | 2019-02-12 | 1 | -19/+16 |
* | Clean up a bit | Florian Diebold | 2019-02-10 | 1 | -7/+0 |
* | Implement BatchDatabase construction | Florian Diebold | 2019-02-10 | 1 | -0/+12 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -70/+16 |
* | refactor-fvs | Aleksey Kladov | 2019-01-26 | 1 | -80/+66 |
* | dont overwrite memfies | Aleksey Kladov | 2019-01-26 | 1 | -1/+3 |
* | use entry file_type, improve test | Bernardo | 2019-01-26 | 1 | -1/+2 |
* | use `Roots` in watcher | Bernardo | 2019-01-26 | 1 | -98/+70 |
* | extract `Roots` struct | Bernardo | 2019-01-26 | 1 | -21/+52 |
* | review fixes | Bernardo | 2019-01-26 | 1 | -1/+0 |
* | use released `notifiy` version, add TODO comment | Bernardo | 2019-01-26 | 1 | -1/+1 |
* | hardcode ".git" and "node_modules" also | Bernardo | 2019-01-26 | 1 | -1/+9 |
* | simplify and optimize `RootFilter`by determining if is contained first | Bernardo | 2019-01-26 | 1 | -24/+11 |
* | avoid boxing | Bernardo | 2019-01-26 | 1 | -13/+4 |
* | move watcher to io module | Bernardo | 2019-01-26 | 1 | -20/+16 |
* | refactor, put watcher with `io::Worker` | Bernardo | 2019-01-26 | 1 | -41/+59 |
* | handle recursive watching ourselves | Bernardo | 2019-01-26 | 1 | -3/+1 |
* | add missing Task::HandleChange | Bernardo | 2019-01-26 | 1 | -0/+1 |
* | better error handling | Bernardo | 2019-01-26 | 1 | -4/+16 |
* | reference `notify` issue | Bernardo | 2019-01-26 | 1 | -1/+1 |
* | handle watched events filtering in `Vfs`add `is_overlayed`load changed files ... | Bernardo | 2019-01-26 | 1 | -41/+124 |
* | refator to move all io to io module | Bernardo | 2019-01-26 | 1 | -49/+32 |
* | complete test | Bernardo | 2019-01-26 | 1 | -1/+1 |
* | initial Watcher impl | Bernardo | 2019-01-26 | 1 | -14/+45 |
* | extract area to a crate | Aleksey Kladov | 2019-01-04 | 1 | -27/+7 |
* | extend selection inside a string literal should select a word first | gfreezy | 2019-01-02 | 1 | -1/+1 |
* | :arrow_up: crossbeam | Aleksey Kladov | 2018-12-30 | 1 | -1/+1 |
* | Remove some unnecessary unwraps by using the `Result::ok` | DJMcNab | 2018-12-29 | 1 | -6/+2 |
* | Fix instance of uneeded brackets in use_statement (thanks to #333) | DJMcNab | 2018-12-29 | 1 | -1/+1 |
* | Improve comment contents | DJMcNab | 2018-12-29 | 1 | -1/+3 |
* | Fix a switched line in a comment | DJMcNab | 2018-12-29 | 1 | -1/+1 |
* | File can be opened before the root is scanned | Aleksey Kladov | 2018-12-20 | 1 | -0/+12 |
* | fix syc | Aleksey Kladov | 2018-12-20 | 1 | -4/+23 |
* | swtich lsp server to vfs | Aleksey Kladov | 2018-12-20 | 1 | -6/+47 |
* | doc comment | Aleksey Kladov | 2018-12-20 | 1 | -0/+1 |
* | add root & path info to remove event | Aleksey Kladov | 2018-12-20 | 1 | -2/+4 |
* | implement vfs events handling | Aleksey Kladov | 2018-12-20 | 1 | -13/+140 |
* | add io::Task | Aleksey Kladov | 2018-12-20 | 1 | -4/+3 |
* | Add type alias | Aleksey Kladov | 2018-12-20 | 1 | -3/+5 |
* | vfs crate scaffold | Aleksey Kladov | 2018-12-20 | 1 | -3/+22 |
* | wip | Aleksey Kladov | 2018-12-20 | 1 | -0/+128 |