Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
* | | minor cleanups | Aleksey Kladov | 2019-01-26 | 1 | -22/+5 | |
|/ | ||||||
* | Merge #659 | bors[bot] | 2019-01-26 | 2 | -1/+64 | |
|\ | | | | | | | | | | | | | | | | | | | 659: Fold blocks of mod items r=matklad a=eulerdisk Fixes #572 As requested, we ignore `mod`s with a visibility specifier. Co-authored-by: Andrea Pretto <[email protected]> | |||||
| * | Better visibility check. | Andrea Pretto | 2019-01-26 | 1 | -1/+5 | |
| | | ||||||
| * | Fold blocks of mod items. | Andrea Pretto | 2019-01-25 | 2 | -1/+60 | |
| | | | | | | | | Fixes #572 | |||||
* | | dont overwrite memfies | Aleksey Kladov | 2019-01-26 | 2 | -1/+15 | |
| | | ||||||
* | | Merge #660 | bors[bot] | 2019-01-26 | 3 | -1/+68 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 660: Support macro calls in type position r=matklad a=regiontog A [playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=fdc6dd4ddaece92a72fa2a292b75e27c) demonstrating the syntax in question. Co-authored-by: Erlend Tobiassen <[email protected]> | |||||
| * | | Support macro calls in type position | Erlend Tobiassen | 2019-01-25 | 3 | -1/+68 | |
| | | | ||||||
* | | | Merge #666 | bors[bot] | 2019-01-26 | 19 | -47/+41 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 666: rename source_file -> parse r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | rename source_file -> parse | Aleksey Kladov | 2019-01-26 | 19 | -47/+41 | |
| | | | | ||||||
* | | | | 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 | |
| | | | | ||||||
* | | | | move watcher to io module | Bernardo | 2019-01-26 | 3 | -31/+29 | |
| | | | | ||||||
* | | | | do not emit create for directory again | Bernardo | 2019-01-26 | 3 | -8/+6 | |
| | | | | ||||||
* | | | | refactor, put watcher with `io::Worker` | Bernardo | 2019-01-26 | 4 | -139/+187 | |
| | | | | | | | | | | | | | | | | | | | | use `RootFilter` to filter recursive watches untested | |||||
* | | | | ignore check event dir for ignore, cleanup tests | Bernardo | 2019-01-26 | 2 | -63/+129 | |
| | | | | ||||||
* | | | | actually drop watcher, use parking_lot::Mutex | Bernardo | 2019-01-26 | 2 | -9/+18 | |
| | | | | ||||||
* | | | | handle recursive watching ourselves | Bernardo | 2019-01-26 | 3 | -16/+46 | |
| | | | | ||||||
* | | | | add missing Task::HandleChange | Bernardo | 2019-01-26 | 4 | -21/+28 | |
| | | | | ||||||
* | | | | better error handling | Bernardo | 2019-01-26 | 1 | -4/+16 | |
| | | | | ||||||
* | | | | use notify with fix | Bernardo | 2019-01-26 | 4 | -13/+11 | |
| | | | | ||||||
* | | | | reference `notify` issue | Bernardo | 2019-01-26 | 2 | -2/+3 | |
| | | | | ||||||
* | | | | handle watched events filtering in `Vfs`add `is_overlayed`load changed files ↵ | Bernardo | 2019-01-26 | 4 | -142/+217 | |
| | | | | | | | | | | | | | | | | contents in `io` | |||||
* | | | | refator to move all io to io module | Bernardo | 2019-01-26 | 5 | -103/+136 | |
| | | | | | | | | | | | | | | | | | | | | use same channel for scanner and watcher some implementations pending | |||||
* | | | | complete test | Bernardo | 2019-01-26 | 4 | -52/+94 | |
| | | | | ||||||
* | | | | initial Watcher impl | Bernardo | 2019-01-26 | 4 | -17/+159 | |
|/ / / | ||||||
* | | | rename FilesDatabase -> SourceDatabase | Aleksey Kladov | 2019-01-26 | 17 | -25/+27 | |
| | | | ||||||
* | | | move ide queries to ide db | Aleksey Kladov | 2019-01-26 | 4 | -19/+14 | |
| | | | ||||||
* | | | fold syntax database into files database | Aleksey Kladov | 2019-01-26 | 15 | -32/+24 | |
| | | | ||||||
* | | | list enum variants in the outline | Aleksey Kladov | 2019-01-26 | 2 | -3/+24 | |
| |/ |/| | ||||||
* | | rename POS_FIELD -> POS_FIELD_DEF | Aleksey Kladov | 2019-01-25 | 15 | -65/+65 | |
| | | | | | | | | to match NAMED_FIELD_DEF | |||||
* | | Merge #656 | bors[bot] | 2019-01-25 | 9 | -20/+23 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 656: :arrow_up deps r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | :arrow_up: salsa | Aleksey Kladov | 2019-01-25 | 9 | -20/+23 | |
| | | | ||||||
* | | | Merge #655 | bors[bot] | 2019-01-25 | 3 | -1/+30 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 655: Fix type inference of binops on int/float variables r=matklad a=flodiebold Fixes #651. Co-authored-by: Florian Diebold <[email protected]> | |||||
| * | | | Fix type inference of binops on int/float variables | Florian Diebold | 2019-01-25 | 3 | -1/+30 | |
| | | | | | | | | | | | | | | | | Fixes #651. | |||||
* | | | | Merge #654 | bors[bot] | 2019-01-25 | 1 | -0/+5 | |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | 654: nicer behavior in case of bugs r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | nicer behavior in case of bugs | Aleksey Kladov | 2019-01-25 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | We should always reach a fixed point, but if we fail, let's fail loudly! | |||||
* | | | | Merge #653 | bors[bot] | 2019-01-25 | 2 | -3/+56 | |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | 653: fix re-indent r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | fix re-indent | Aleksey Kladov | 2019-01-25 | 2 | -3/+56 | |
| |/ / | ||||||
* / / | print one size for symbols | Aleksey Kladov | 2019-01-25 | 1 | -1/+1 | |
|/ / |