Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better comments | Aleksey Kladov | 2019-02-18 | 1 | -2/+8 |
* | drop dependency on thread_worker | Aleksey Kladov | 2019-02-18 | 3 | -66/+99 |
* | drop unused extern crate | Aleksey Kladov | 2019-02-18 | 1 | -1/+0 |
* | hide TaskResult from the public API | Aleksey Kladov | 2019-02-18 | 2 | -15/+28 |
* | move public API to top of the file | Aleksey Kladov | 2019-02-18 | 1 | -8/+8 |
* | remove depedency on ra_arena | Aleksey Kladov | 2019-02-18 | 2 | -18/+23 |
* | remove arena from Roots | Aleksey Kladov | 2019-02-18 | 2 | -16/+18 |
* | remove useless Arc | Aleksey Kladov | 2019-02-18 | 1 | -5/+2 |
* | marginally better names | Aleksey Kladov | 2019-02-17 | 1 | -19/+24 |
* | remove overlay removes overlay | Aleksey Kladov | 2019-02-17 | 1 | -4/+4 |
* | simplify overlay handling | Aleksey Kladov | 2019-02-17 | 1 | -16/+8 |
* | simplify | Aleksey Kladov | 2019-02-17 | 1 | -39/+33 |
* | rename method | Aleksey Kladov | 2019-02-17 | 1 | -1/+1 |
* | remove duplicated method | Aleksey Kladov | 2019-02-17 | 1 | -7/+0 |
* | hide root config | Aleksey Kladov | 2019-02-17 | 3 | -81/+89 |
* | move roots to a module | Aleksey Kladov | 2019-02-17 | 2 | -98/+112 |
* | Dont slow down everyone else's testing (especially the CI's Linux) just for O... | Felix S. Klock II | 2019-02-15 | 1 | -1/+1 |
* | Generalize `tests/vfs.rs` processing to address wildly-varying time-dependent... | Felix S. Klock II | 2019-02-15 | 1 | -9/+67 |
* | Merge #830 | bors[bot] | 2019-02-14 | 1 | -1/+3 |
|\ | |||||
| * | Fix test_vfs_works failing on Windows due to extra Write events | Ville Penttinen | 2019-02-14 | 1 | -1/+3 |
* | | simplify | Aleksey Kladov | 2019-02-14 | 2 | -86/+71 |
* | | automatically wait for worker threads | Aleksey Kladov | 2019-02-14 | 3 | -63/+50 |
|/ | |||||
* | Merge #818 | bors[bot] | 2019-02-13 | 1 | -2/+15 |
|\ | |||||
| * | rustfmt | Felix S. Klock II | 2019-02-13 | 1 | -3/+3 |
| * | In `RootConfig::contains`, check against canonicalized version of root | Felix S. Klock II | 2019-02-13 | 1 | -2/+15 |
* | | Fix some typos | Pascal Hertleif | 2019-02-12 | 2 | -8/+10 |
|/ | |||||
* | don't distinguish Create and Write events in VFS | Aleksey Kladov | 2019-02-12 | 2 | -38/+42 |
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
* | Clean up a bit | Florian Diebold | 2019-02-10 | 1 | -7/+0 |
* | Implement BatchDatabase construction | Florian Diebold | 2019-02-10 | 1 | -0/+12 |
* | update notify with fix for hight cpu usage | Bernardo | 2019-02-09 | 1 | -1/+1 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 3 | -160/+45 |
* | remove watcher ctx | Aleksey Kladov | 2019-01-26 | 1 | -65/+77 |
* | remove mutexes | Aleksey Kladov | 2019-01-26 | 1 | -14/+10 |
* | handle all the reads on the "main" watcher thread | Aleksey Kladov | 2019-01-26 | 1 | -48/+75 |
* | cleanup: add result alias | Aleksey Kladov | 2019-01-26 | 1 | -9/+7 |
* | consolidate error handling | Aleksey Kladov | 2019-01-26 | 1 | -14/+17 |
* | refactor-fvs | Aleksey Kladov | 2019-01-26 | 3 | -333/+242 |
* | dont overwrite memfies | Aleksey Kladov | 2019-01-26 | 2 | -1/+15 |
* | use entry file_type, improve test | Bernardo | 2019-01-26 | 3 | -11/+16 |
* | use `Roots` in watcher | Bernardo | 2019-01-26 | 4 | -330/+274 |
* | extract `Roots` struct | Bernardo | 2019-01-26 | 1 | -21/+52 |
* | review fixes | Bernardo | 2019-01-26 | 3 | -22/+10 |
* | use released `notifiy` version, add TODO comment | Bernardo | 2019-01-26 | 2 | -3/+2 |
* | better test, avoid duplicated events | Bernardo | 2019-01-26 | 3 | -22/+30 |
* | hardcode ".git" and "node_modules" also | Bernardo | 2019-01-26 | 2 | -2/+10 |
* | simplify and optimize `RootFilter`by determining if is contained first | Bernardo | 2019-01-26 | 1 | -24/+11 |
* | fix recursive watch | Bernardo | 2019-01-26 | 1 | -3/+8 |
* | avoid boxing | Bernardo | 2019-01-26 | 3 | -34/+44 |