aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge #686bors[bot]2019-01-265-9/+97
|\ \ \ \ | |/ / / |/| | |
| * | | Add marksFlorian Diebold2019-01-263-0/+11
| * | | Handle cycles in type varsFlorian Diebold2019-01-264-9/+86
|/ / /
* | | Merge #683bors[bot]2019-01-266-5/+112
|\ \ \
| * | | fix AST for if expressionsAleksey Kladov2019-01-266-5/+112
* | | | Merge #684bors[bot]2019-01-262-2/+21
|\ \ \ \
| * | | | fix panic in call infoAleksey Kladov2019-01-262-2/+21
|/ / / /
* | | | Merge #681bors[bot]2019-01-262-11/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | Don't use the reserved error codeDJMcNab2019-01-261-1/+1
| * | | Return an lsp errorDJMcNab2019-01-261-5/+8
| * | | Use the correct working directory for cargo metadata and rustfmtDJMcNab2019-01-262-7/+20
* | | | Merge #682bors[bot]2019-01-268-104/+97
|\ \ \ \ | |_|/ / |/| | |
| * | | remove Option<SourceFileItemId> hackAleksey Kladov2019-01-268-83/+86
| * | | store syntax ptr in FileItemsAleksey Kladov2019-01-262-21/+15
| * | | remove dead codeAleksey Kladov2019-01-261-4/+0
|/ / /
* | | Merge #680bors[bot]2019-01-263-1/+118
|\ \ \
| * | | Struct literals should not be a `BlockLike::Block`DJMcNab2019-01-263-1/+118
| |/ /
* | | Merge #679bors[bot]2019-01-262-4/+4
|\ \ \ | |/ / |/| |
| * | :arrow_up: salsaAleksey Kladov2019-01-262-4/+4
|/ /
* | Merge #676bors[bot]2019-01-262-4/+11
|\ \
| * | :arrow_up: rowanAleksey Kladov2019-01-262-4/+11
|/ /
* | Merge #671bors[bot]2019-01-263-336/+281
|\ \ | |/ |/|
| * remove watcher ctxAleksey Kladov2019-01-261-65/+77
| * remove mutexesAleksey Kladov2019-01-261-14/+10
| * handle all the reads on the "main" watcher threadAleksey Kladov2019-01-261-48/+75
| * cleanup: add result aliasAleksey Kladov2019-01-261-9/+7
| * consolidate error handlingAleksey Kladov2019-01-261-14/+17
| * refactor-fvsAleksey Kladov2019-01-263-333/+242
* | Merge #673bors[bot]2019-01-261-22/+5
|\ \ | |/ |/|
| * minor cleanupsAleksey Kladov2019-01-261-22/+5
|/
* Merge #659bors[bot]2019-01-262-1/+64
|\
| * Better visibility check.Andrea Pretto2019-01-261-1/+5
| * Fold blocks of mod items.Andrea Pretto2019-01-252-1/+60
* | Merge #672bors[bot]2019-01-262-1/+15
|\ \
| * | dont overwrite memfiesAleksey Kladov2019-01-262-1/+15
|/ /
* | Merge #660bors[bot]2019-01-263-1/+68
|\ \
| * | Support macro calls in type positionErlend Tobiassen2019-01-253-1/+68
* | | Merge #666bors[bot]2019-01-2619-47/+41
|\ \ \
| * | | rename source_file -> parseAleksey Kladov2019-01-2619-47/+41
* | | | Merge #665bors[bot]2019-01-266-213/+903
|\ \ \ \ | |/ / / |/| | |
| * | | 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