Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | index all local crates | Aleksey Kladov | 2018-12-20 | 1 | -4/+5 |
| | |||||
* | switch analysis to vfs | Aleksey Kladov | 2018-12-20 | 1 | -2/+0 |
| | |||||
* | make it compile | Aleksey Kladov | 2018-12-20 | 1 | -0/+3 |
| | |||||
* | Add functions to DefId | Aleksey Kladov | 2018-12-04 | 1 | -8/+1 |
| | |||||
* | remove useless test hooks | Aleksey Kladov | 2018-11-28 | 1 | -43/+0 |
| | |||||
* | Move hir to a separate crate | Aleksey Kladov | 2018-11-28 | 1 | -1/+1 |
| | |||||
* | move ids to HIR | Aleksey Kladov | 2018-11-28 | 1 | -2/+7 |
| | |||||
* | move db basics to ra_db | Aleksey Kladov | 2018-11-28 | 1 | -53/+16 |
| | | | | This should allow to move hir to a separate crate | ||||
* | generalize location interner | Aleksey Kladov | 2018-11-27 | 1 | -3/+15 |
| | |||||
* | rename file_syntax -> source_file | Aleksey Kladov | 2018-11-27 | 1 | -4/+4 |
| | |||||
* | introduce SymbolsDatabase | Aleksey Kladov | 2018-11-27 | 1 | -17/+11 |
| | |||||
* | remove syntax ptr | Aleksey Kladov | 2018-11-27 | 1 | -9/+1 |
| | |||||
* | rename | Aleksey Kladov | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | check_canceled is a method | Aleksey Kladov | 2018-11-27 | 1 | -11/+6 |
| | |||||
* | move query definitions | Aleksey Kladov | 2018-11-27 | 1 | -3/+10 |
| | |||||
* | move hir db | Aleksey Kladov | 2018-11-27 | 1 | -9/+9 |
| | |||||
* | rename descriptorsdb -> hirdb | Aleksey Kladov | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | start descriptors -> hir rename | Aleksey Kladov | 2018-11-27 | 1 | -10/+10 |
| | |||||
* | don't use volatile queries | Aleksey Kladov | 2018-11-27 | 1 | -1/+1 |
| | | | | | | "volatile" means "changes every time". That is, all transitive rev-deps of volatile queries will be executed every time. We actually need "dependencies". | ||||
* | add file items query | Aleksey Kladov | 2018-11-27 | 1 | -11/+10 |
| | |||||
* | 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 |