aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge #660bors[bot]2019-01-263-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 positionErlend Tobiassen2019-01-253-1/+68
| |
* | Merge #666bors[bot]2019-01-2619-47/+41
|\ \ | | | | | | | | | | | | | | | | | | | | | 666: rename source_file -> parse r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | rename source_file -> parseAleksey Kladov2019-01-2619-47/+41
| | |
* | | Merge #665bors[bot]2019-01-266-213/+903
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | 665: Pr 556 r=matklad a=matklad Rebased #556 Thanks @vemoo, now I can change branches without reopening VS Code! Co-authored-by: Bernardo <[email protected]>
| * | use entry file_type, improve testBernardo2019-01-263-11/+16
| | |
| * | use `Roots` in watcherBernardo2019-01-264-330/+274
| | |
| * | extract `Roots` structBernardo2019-01-261-21/+52
| | |
| * | review fixesBernardo2019-01-263-22/+10
| | |
| * | use released `notifiy` version, add TODO commentBernardo2019-01-263-7/+6
| | |
| * | better test, avoid duplicated eventsBernardo2019-01-263-22/+30
| | |
| * | hardcode ".git" and "node_modules" alsoBernardo2019-01-262-2/+10
| | |
| * | simplify and optimize `RootFilter`by determining if is contained firstBernardo2019-01-261-24/+11
| | |
| * | fix recursive watchBernardo2019-01-261-3/+8
| | |
| * | avoid boxingBernardo2019-01-263-34/+44
| | |
| * | move watcher to io moduleBernardo2019-01-263-31/+29
| | |
| * | do not emit create for directory againBernardo2019-01-263-8/+6
| | |
| * | refactor, put watcher with `io::Worker`Bernardo2019-01-265-171/+187
| | | | | | | | | | | | | | | use `RootFilter` to filter recursive watches untested
| * | ignore check event dir for ignore, cleanup testsBernardo2019-01-262-63/+129
| | |
| * | actually drop watcher, use parking_lot::MutexBernardo2019-01-263-9/+19
| | |
| * | handle recursive watching ourselvesBernardo2019-01-264-16/+78
| | |
| * | add missing Task::HandleChangeBernardo2019-01-264-21/+28
| | |
| * | better error handlingBernardo2019-01-261-4/+16
| | |
| * | use notify with fixBernardo2019-01-265-18/+16
| | |
| * | reference `notify` issueBernardo2019-01-262-2/+3
| | |
| * | handle watched events filtering in `Vfs`add `is_overlayed`load changed files ↵Bernardo2019-01-265-143/+218
| | | | | | | | | | | | contents in `io`
| * | refator to move all io to io moduleBernardo2019-01-265-103/+136
| | | | | | | | | | | | | | | use same channel for scanner and watcher some implementations pending
| * | complete testBernardo2019-01-265-52/+95
| | |
| * | initial Watcher implBernardo2019-01-265-27/+413
|/ /
* | Merge #664bors[bot]2019-01-2617-56/+45
|\ \ | | | | | | | | | | | | | | | | | | | | | 664: rename FilesDatabase -> SourceDatabase r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | rename FilesDatabase -> SourceDatabaseAleksey Kladov2019-01-2617-25/+27
| | |
| * | move ide queries to ide dbAleksey Kladov2019-01-264-19/+14
| | |
| * | fold syntax database into files databaseAleksey Kladov2019-01-2615-32/+24
|/ /
* | Merge #663bors[bot]2019-01-262-3/+24
|\ \ | | | | | | | | | | | | | | | | | | | | | 663: list enum variants in the outline r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | list enum variants in the outlineAleksey Kladov2019-01-262-3/+24
|/ /
* | Merge #658bors[bot]2019-01-2515-65/+65
|\ \ | | | | | | | | | | | | | | | | | | | | | 658: rename POS_FIELD -> POS_FIELD_DEF r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | rename POS_FIELD -> POS_FIELD_DEFAleksey Kladov2019-01-2515-65/+65
|/ / | | | | | | to match NAMED_FIELD_DEF
* | Merge #656bors[bot]2019-01-2510-78/+88
|\ \ | | | | | | | | | | | | | | | | | | | | | 656: :arrow_up deps r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | :arrow_up depsAleksey Kladov2019-01-251-50/+59
| | |
| * | :arrow_up: salsaAleksey Kladov2019-01-2510-28/+29
| | |
* | | Merge #655bors[bot]2019-01-253-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 variablesFlorian Diebold2019-01-253-1/+30
| | | | | | | | | | | | | | | | Fixes #651.
* | | | Merge #654bors[bot]2019-01-251-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 bugsAleksey Kladov2019-01-251-0/+5
| | | | | | | | | | | | | | | | | | | | We should always reach a fixed point, but if we fail, let's fail loudly!
* | | | Merge #653bors[bot]2019-01-252-3/+56
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | 653: fix re-indent r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | fix re-indentAleksey Kladov2019-01-252-3/+56
| |/ /
* | | Merge #648bors[bot]2019-01-251-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 648: print one size for symbols r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | print one size for symbolsAleksey Kladov2019-01-251-1/+1
|/ /
* | Merge #650bors[bot]2019-01-256-8/+26
|\ \ | | | | | | | | | | | | | | | | | | | | | 650: Add docs to struct fields r=matklad a=kjeremy Co-authored-by: Jeremy A. Kolb <[email protected]>
| * | Add docs to struct fieldsJeremy A. Kolb2019-01-256-8/+26
|/ /