about summary refs log tree commit diff
path: root/crates/ra_batch
AgeCommit message (Collapse)AuthorLines
2019-02-18switch to crates.io vfsAleksey Kladov-1/+1
2019-02-17fix-testsAleksey Kladov-4/+4
2019-02-14automatically wait for worker threadsAleksey Kladov-1/+0
closes #817
2019-02-14Remove call to canonicalize in BatchDatabase::load_cargoVille 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-11Fix typo in Cargo.toml authorsVille Penttinen-1/+1
Fixes typo introduced in #782
2019-02-11Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen-1/+1
This closes #777
2019-02-10Clean up a bitFlorian Diebold-2/+1
2019-02-10Add a smoke test for ra_batchFlorian Diebold-0/+24
2019-02-10Add an ra_cli command that analyses all crates in the current workspaceFlorian Diebold-2/+7
... and prints various stats about how many expressions have a type etc.
2019-02-10Implement BatchDatabase constructionFlorian Diebold-11/+100
2019-02-10Add new crateFlorian Diebold-0/+54