| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-18 | switch to crates.io vfs | Aleksey Kladov | -1/+1 | |
| 2019-02-17 | fix-tests | Aleksey Kladov | -4/+4 | |
| 2019-02-14 | automatically wait for worker threads | Aleksey Kladov | -1/+0 | |
| closes #817 | ||||
| 2019-02-14 | Remove call to canonicalize in BatchDatabase::load_cargo | Ville Penttinen | -1/+1 | |
| Instead of using canonicalize, we now join the given path to `std::env::current_dir()`, which either replaces the path, if the given path is absolute, or joins the paths. This fixes #821. | ||||
| 2019-02-11 | Fix typo in Cargo.toml authors | Ville Penttinen | -1/+1 | |
| Fixes typo introduced in #782 | ||||
| 2019-02-11 | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | -1/+1 | |
| This closes #777 | ||||
| 2019-02-10 | Clean up a bit | Florian Diebold | -2/+1 | |
| 2019-02-10 | Add a smoke test for ra_batch | Florian Diebold | -0/+24 | |
| 2019-02-10 | Add an ra_cli command that analyses all crates in the current workspace | Florian Diebold | -2/+7 | |
| ... and prints various stats about how many expressions have a type etc. | ||||
| 2019-02-10 | Implement BatchDatabase construction | Florian Diebold | -11/+100 | |
| 2019-02-10 | Add new crate | Florian Diebold | -0/+54 | |
