aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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-264-139/+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-262-9/+18
| | | |
* | | | handle recursive watching ourselvesBernardo2019-01-263-16/+46
| | | |
* | | | add missing Task::HandleChangeBernardo2019-01-264-21/+28
| | | |
* | | | better error handlingBernardo2019-01-261-4/+16
| | | |
* | | | use notify with fixBernardo2019-01-264-13/+11
| | | |
* | | | reference `notify` issueBernardo2019-01-262-2/+3
| | | |
* | | | handle watched events filtering in `Vfs`add `is_overlayed`load changed files ↵Bernardo2019-01-264-142/+217
| | | | | | | | | | | | | | | | 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-264-52/+94
| | | |
* | | | initial Watcher implBernardo2019-01-264-17/+159
|/ / /
* | | 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
| | |
* | | list enum variants in the outlineAleksey Kladov2019-01-262-3/+24
| |/ |/|
* | rename POS_FIELD -> POS_FIELD_DEFAleksey Kladov2019-01-2515-65/+65
| | | | | | | | to match NAMED_FIELD_DEF
* | Merge #656bors[bot]2019-01-259-20/+23
|\ \ | | | | | | | | | | | | | | | | | | | | | 656: :arrow_up deps r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | :arrow_up: salsaAleksey Kladov2019-01-259-20/+23
| | |
* | | 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
| |/ /
* / / print one size for symbolsAleksey Kladov2019-01-251-1/+1
|/ /
* | Add docs to struct fieldsJeremy A. Kolb2019-01-256-8/+26
| |
* | remove dead codeAleksey Kladov2019-01-251-20/+5
| |
* | print one size for symbolsAleksey Kladov2019-01-252-15/+5
| |
* | Merge #647bors[bot]2019-01-252-38/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | 647: fix todo r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | fix todoAleksey Kladov2019-01-252-38/+11
| | |
* | | Merge #646bors[bot]2019-01-254-1/+50
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 646: Add module documentation support r=matklad a=kjeremy Co-authored-by: Jeremy A. Kolb <[email protected]>
| * | Add module documentation supportJeremy A. Kolb2019-01-254-1/+50
| | |
* | | Merge #645bors[bot]2019-01-257-46/+150
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 645: WIP: support goto for fields. r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | add ability to get strcut field sourceAleksey Kladov2019-01-257-37/+131
| | |
| * | remember where fields resolve to during inferenceAleksey Kladov2019-01-251-9/+19
| |/
* | Merge #644bors[bot]2019-01-254-6/+108
|\ \ | |/ |/| | | | | | | | | | | 644: EnumVariant details for completion r=matklad a=kjeremy Co-authored-by: Jeremy A. Kolb <[email protected]>
| * EnumVariant details for completionJeremy A. Kolb2019-01-254-6/+108
| |
* | add gc requestAleksey Kladov2019-01-255-11/+37
|/
* more statsAleksey Kladov2019-01-252-33/+130
|
* better statsAleksey Kladov2019-01-251-2/+48
|
* Merge #639bors[bot]2019-01-2510-206/+100
|\ | | | | | | | | | | | | | | 639: Update salsa r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * use set methodsAleksey Kladov2019-01-253-54/+29
| |
| * :arrow_up salsaAleksey Kladov2019-01-258-152/+71
| |
* | reduce visibilityAleksey Kladov2019-01-251-10/+3
| |