Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo | Aleksey Kladov | 2018-11-20 | 1 | -2/+2 |
| | |||||
* | Make most of modules impl private | Aleksey Kladov | 2018-11-20 | 1 | -8/+3 |
| | |||||
* | Use OO API instead of resolve_module | Aleksey Kladov | 2018-11-20 | 1 | -41/+17 |
| | |||||
* | Use OO API in crate_for | Aleksey Kladov | 2018-11-20 | 1 | -10/+15 |
| | |||||
* | Use more OO API for parent module | Aleksey Kladov | 2018-11-20 | 1 | -28/+16 |
| | |||||
* | use loc2id for FnIds | Aleksey Kladov | 2018-11-18 | 1 | -1/+1 |
| | |||||
* | reorganize completion | Aleksey Kladov | 2018-11-07 | 1 | -13/+2 |
| | |||||
* | rename module source | Aleksey Kladov | 2018-11-07 | 1 | -4/+4 |
| | |||||
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 1 | -4/+4 |
| | |||||
* | Show documentation for hover requests | Jeremy A. Kolb | 2018-11-07 | 1 | -0/+10 |
| | |||||
* | Generalize Owned nodes | Aleksey Kladov | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Use FilePosition everywhere | Aleksey Kladov | 2018-11-05 | 1 | -40/+34 |
| | |||||
* | rename Position to FilePostion | Aleksey Kladov | 2018-11-05 | 1 | -2/+2 |
| | |||||
* | Fully add inline modules to module tree | Aleksey Kladov | 2018-11-05 | 1 | -11/+16 |
| | |||||
* | use module_for_source | Aleksey Kladov | 2018-11-05 | 1 | -4/+4 |
| | |||||
* | Use Default everywhere | Aleksey Kladov | 2018-11-04 | 1 | -11/+1 |
| | |||||
* | update salsa | Aleksey Kladov | 2018-11-01 | 1 | -22/+38 |
| | |||||
* | Add inline source | Aleksey Kladov | 2018-11-01 | 1 | -10/+12 |
| | |||||
* | Introduce ModuleSource | Aleksey Kladov | 2018-11-01 | 1 | -4/+8 |
| | |||||
* | remove SyntaxPtrDatabase | Aleksey Kladov | 2018-11-01 | 1 | -1/+0 |
| | |||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 1 | -35/+42 |
| | |||||
* | Simplify find_all_refs by always resolving a ast::BindPat | Jeremy A. Kolb | 2018-10-31 | 1 | -32/+16 |
| | |||||
* | Add DeclarationDescriptor and ReferenceDescriptor | Jeremy A. Kolb | 2018-10-31 | 1 | -1/+12 |
| | | | | | Fixes #142 Fixes #146 | ||||
* | Prevent panic by initializing LibrariesQuery | Jeremy A. Kolb | 2018-10-31 | 1 | -0/+2 |
| | |||||
* | Merge #177 | bors[bot] | 2018-10-31 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | 177: Librariese -> Libraries r=matklad a=kjeremy Co-authored-by: Jeremy A. Kolb <[email protected]> | ||||
| * | Fix typo | Jeremy A. Kolb | 2018-10-31 | 1 | -1/+1 |
| | | |||||
* | | Move completion to ra_analysis | Aleksey Kladov | 2018-10-31 | 1 | -5/+5 |
| | | | | | | | | | | | | While we should handle completion for isolated file, it's better achieved by using empty Analysis, rather than working only with &File: we need memoization for type inference even inside a single file. | ||||
* | | move resolve local name | Aleksey Kladov | 2018-10-31 | 1 | -7/+23 |
| | | |||||
* | | Move FnDescriptors to analyzer | Aleksey Kladov | 2018-10-31 | 1 | -2/+3 |
|/ | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2018-10-30 | 1 | -2/+7 |
| | |||||
* | Fix param number | Jeremy A. Kolb | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | gc syntax trees | Aleksey Kladov | 2018-10-29 | 1 | -2/+3 |
| | |||||
* | Index files in parallel | Aleksey Kladov | 2018-10-29 | 1 | -9/+13 |
| | |||||
* | restore symbols filtering | Aleksey Kladov | 2018-10-25 | 1 | -5/+8 |
| | |||||
* | Move input to top-level | Aleksey Kladov | 2018-10-25 | 1 | -13/+14 |
| | |||||
* | use correct file when resolving callables | Aleksey Kladov | 2018-10-25 | 1 | -2/+3 |
| | |||||
* | Improve logging | Aleksey Kladov | 2018-10-25 | 1 | -0/+2 |
| | |||||
* | Store all the data in the Salsa Database | Aleksey Kladov | 2018-10-25 | 1 | -81/+98 |
| | |||||
* | Complete crate:: paths | Aleksey Kladov | 2018-10-24 | 1 | -1/+21 |
| | |||||
* | simplify roots | Aleksey Kladov | 2018-10-24 | 1 | -12/+13 |
| | |||||
* | Simplify | Aleksey Kladov | 2018-10-24 | 1 | -3/+3 |
| | |||||
* | Introduce ModuleId | Aleksey Kladov | 2018-10-23 | 1 | -72/+73 |
| | | | | | | | Previously, module was synonym with a file, and so a module could have had several parents. This commit introduces a separate module concept, such that each module has only one parent, but a single file can correspond to different modules. | ||||
* | Merge #138 | bors[bot] | 2018-10-22 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 138: Fix some clippy lints r=matklad a=alanhdu I went ahead and fixed all the clippy lints (there were a couple I thought would be better unfixed and added `cfg` statements to allow them) and also re-enabled clippy and rustfmt in CI. They were disabled with `no time to explain, disable clippy checks`, so hopefully this won't go against whatever the reason at the time was :laughing:. One question about the CI though: right now, it's an allowed failure that runs against the latest nightly each time. Would it be better to pin it to a specific nightly (or use the `beta` versions) to lower the churn? Co-authored-by: Alan Du <[email protected]> | ||||
| * | Revert "clippy: Fix new_ret_no_self" | Alan Du | 2018-10-20 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 2ae9dfa812ccf18867373f77a106161378a6d91d. | ||||
| * | Fix function calls | Alan Du | 2018-10-18 | 1 | -1/+1 |
| | | |||||
| * | clippy: Fix new_ret_no_self | Alan Du | 2018-10-18 | 1 | -1/+1 |
| | | |||||
| * | Clippy lint: single-character string constant | Alan Du | 2018-10-18 | 1 | -1/+1 |
| | | |||||
* | | make file-symbols query cancelable | Aleksey Kladov | 2018-10-20 | 1 | -16/+23 |
| | | |||||
* | | mark module queries as cacelable | Aleksey Kladov | 2018-10-20 | 1 | -13/+13 |
| | | |||||
* | | make more things cancelable | Aleksey Kladov | 2018-10-20 | 1 | -1/+1 |
| | |