Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Codify Arena pattern | Aleksey Kladov | 2018-11-25 | 1 | -1/+2 |
| | |||||
* | add test loggin API to db | Aleksey Kladov | 2018-11-21 | 1 | -0/+41 |
| | |||||
* | switch completion to new scope | Aleksey Kladov | 2018-11-21 | 1 | -2/+1 |
| | |||||
* | simple test for item map | Aleksey Kladov | 2018-11-21 | 1 | -1/+2 |
| | |||||
* | add item map query | Aleksey Kladov | 2018-11-20 | 1 | -2/+3 |
| | |||||
* | Make some queries private | Aleksey Kladov | 2018-11-20 | 1 | -2/+2 |
| | | | | | Convention: we prefix private queries with `_` until salsa support real visibility. | ||||
* | use loc2id for FnIds | Aleksey Kladov | 2018-11-18 | 1 | -9/+11 |
| | |||||
* | Add Loc2IdMap | Aleksey Kladov | 2018-11-18 | 1 | -0/+8 |
| | |||||
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 1 | -4/+4 |
| | |||||
* | Use Default everywhere | Aleksey Kladov | 2018-11-04 | 1 | -2/+17 |
| | |||||
* | update salsa | Aleksey Kladov | 2018-11-01 | 1 | -10/+4 |
| | |||||
* | remove SyntaxPtrDatabase | Aleksey Kladov | 2018-11-01 | 1 | -5/+9 |
| | |||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 1 | -8/+5 |
| | |||||
* | 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 FnDescriptors to analyzer | Aleksey Kladov | 2018-10-31 | 1 | -2/+7 |
|/ | |||||
* | Add ModuleScope as a query | Aleksey Kladov | 2018-10-30 | 1 | -1/+6 |
| | | | | | | | This is a first step towards queryifing completion and resolve. Some code currently duplicates ra_editor: the plan is to move all completion from ra_editor, but it'll take more than one commit. | ||||
* | Move input to top-level | Aleksey Kladov | 2018-10-25 | 1 | -0/+98 |
| | |||||
* | Store all the data in the Salsa Database | Aleksey Kladov | 2018-10-25 | 1 | -136/+0 |
| | |||||
* | Introduce ModuleId | Aleksey Kladov | 2018-10-23 | 1 | -2/+2 |
| | | | | | | | 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 | -1/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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]> | ||||
| * | Silence clippy::derive_hash_xor_eq | Alan Du | 2018-10-18 | 1 | -1/+7 |
| | | | | | | | | Manually implement PartialEq | ||||
* | | actually check for cancelation | Aleksey Kladov | 2018-10-20 | 1 | -1/+11 |
| | | |||||
* | | make file-symbols query cancelable | Aleksey Kladov | 2018-10-20 | 1 | -11/+13 |
| | | |||||
* | | update salsa | Aleksey Kladov | 2018-10-20 | 1 | -3/+3 |
|/ | |||||
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 1 | -10/+11 |
| | | | | Run `cargo fmt` and ignore generated files | ||||
* | make analysis sync | Aleksey Kladov | 2018-10-15 | 1 | -0/+14 |
| | |||||
* | Drop dead code | Aleksey Kladov | 2018-10-15 | 1 | -0/+103 |