aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/project_model.rs
Commit message (Collapse)AuthorAgeFilesLines
* automatically wait for worker threadsAleksey Kladov2019-02-141-3/+3
| | | | closes #817
* Extract project model to separate crateFlorian Diebold2019-02-091-39/+3
|
* minorAleksey Kladov2019-01-101-3/+1
|
* split moduleAleksey Kladov2019-01-101-241/+10
|
* add sysroot boilerplateAleksey Kladov2019-01-101-15/+101
|
* switch CargoWorkspace to arenaAleksey Kladov2019-01-101-30/+26
|
* switch to newer cargo-metadataAleksey Kladov2019-01-081-12/+9
|
* :arrow_up: crossbeamAleksey Kladov2018-12-301-1/+3
| | | | closes #189
* swtich lsp server to vfsAleksey Kladov2018-12-201-0/+1
|
* move thread worker to a separate crateAleksey Kladov2018-12-181-6/+4
|
* thread info about dep namesAleksey Kladov2018-12-091-4/+15
|
* propagate deps to CrateGraphAleksey Kladov2018-12-091-3/+12
|
* track deps in project modelAleksey Kladov2018-12-091-0/+10
|
* modernize moreAleksey Kladov2018-12-061-1/+3
|
* Merge #138bors[bot]2018-10-221-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | 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]>
| * Fix function callsAlan Du2018-10-181-1/+0
| |
* | 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