aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/project_model.rs
Commit message (Collapse)AuthorAgeFilesLines
* use pythonic import orderAleksey Kladov2018-10-201-2/+2
| | | | | | | | use std // blank line use extern crates // blank line use crate::{}
* Cargo FormatJeremy A. Kolb2018-10-161-13/+19
| | | | Run `cargo fmt` and ignore generated files
* migrate analysis and server to 2018Aleksey Kladov2018-10-151-1/+1
|
* Replace HashMap, HashSet with FxHashMap and FxHashSetMuhammad Mominul Huque2018-10-111-3/+3
|
* rename all thingsAleksey Kladov2018-09-161-0/+175