Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | less verbose debug for library data | Aleksey Kladov | 2018-12-22 | 1 | -0/+4 |
| | |||||
* | move db basics to ra_db | Aleksey Kladov | 2018-11-28 | 1 | -2/+1 |
| | | | | This should allow to move hir to a separate crate | ||||
* | rename file_syntax -> source_file | Aleksey Kladov | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | introduce SymbolsDatabase | Aleksey Kladov | 2018-11-27 | 1 | -3/+26 |
| | |||||
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 1 | -3/+5 |
| | |||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 1 | -4/+1 |
| | |||||
* | Store all the data in the Salsa Database | Aleksey Kladov | 2018-10-25 | 1 | -1/+1 |
| | |||||
* | make indexing parallel again | Aleksey Kladov | 2018-10-24 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | use pythonic import order | Aleksey Kladov | 2018-10-20 | 1 | -5/+6 |
| | | | | | | | | use std // blank line use extern crates // blank line use crate::{} | ||||
* | remove job tokens | Aleksey Kladov | 2018-10-20 | 1 | -3/+2 |
| | |||||
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 1 | -17/+12 |
| | | | | Run `cargo fmt` and ignore generated files | ||||
* | start salsa migration | Aleksey Kladov | 2018-10-15 | 1 | -0/+9 |
| | |||||
* | migrate analysis and server to 2018 | Aleksey Kladov | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 1 | -0/+94 |