Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | automatically wait for worker threads | Aleksey Kladov | 2019-02-14 | 1 | -3/+3 |
| | | | | closes #817 | ||||
* | Extract project model to separate crate | Florian Diebold | 2019-02-09 | 1 | -39/+3 |
| | |||||
* | minor | Aleksey Kladov | 2019-01-10 | 1 | -3/+1 |
| | |||||
* | split module | Aleksey Kladov | 2019-01-10 | 1 | -241/+10 |
| | |||||
* | add sysroot boilerplate | Aleksey Kladov | 2019-01-10 | 1 | -15/+101 |
| | |||||
* | switch CargoWorkspace to arena | Aleksey Kladov | 2019-01-10 | 1 | -30/+26 |
| | |||||
* | switch to newer cargo-metadata | Aleksey Kladov | 2019-01-08 | 1 | -12/+9 |
| | |||||
* | :arrow_up: crossbeam | Aleksey Kladov | 2018-12-30 | 1 | -1/+3 |
| | | | | closes #189 | ||||
* | swtich lsp server to vfs | Aleksey Kladov | 2018-12-20 | 1 | -0/+1 |
| | |||||
* | move thread worker to a separate crate | Aleksey Kladov | 2018-12-18 | 1 | -6/+4 |
| | |||||
* | thread info about dep names | Aleksey Kladov | 2018-12-09 | 1 | -4/+15 |
| | |||||
* | propagate deps to CrateGraph | Aleksey Kladov | 2018-12-09 | 1 | -3/+12 |
| | |||||
* | track deps in project model | Aleksey Kladov | 2018-12-09 | 1 | -0/+10 |
| | |||||
* | modernize more | Aleksey Kladov | 2018-12-06 | 1 | -1/+3 |
| | |||||
* | Merge #138 | bors[bot] | 2018-10-22 | 1 | -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 calls | Alan Du | 2018-10-18 | 1 | -1/+0 |
| | | |||||
* | | use pythonic import order | Aleksey Kladov | 2018-10-20 | 1 | -2/+2 |
|/ | | | | | | | | use std // blank line use extern crates // blank line use crate::{} | ||||
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 1 | -13/+19 |
| | | | | Run `cargo fmt` and ignore generated files | ||||
* | migrate analysis and server to 2018 | Aleksey Kladov | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | Replace HashMap, HashSet with FxHashMap and FxHashSet | Muhammad Mominul Huque | 2018-10-11 | 1 | -3/+3 |
| | |||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 1 | -0/+175 |