Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |