aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_batch
Commit message (Expand)AuthorAgeFilesLines
* add AstDatabaseAleksey Kladov2019-06-021-1/+6
* migrate to salsas interningAleksey Kladov2019-04-091-10/+2
* Make robust about target directorypcpthm2019-04-041-4/+1
* rename persistent hir database -> def databaseAleksey Kladov2019-03-231-5/+1
* Move actual include logic to ProjectRootVille Penttinen2019-03-211-25/+20
* Improve filtering of file rootsVille Penttinen2019-03-202-29/+66
* Upgrade ra_vfs to use new FilteringVille Penttinen2019-03-182-3/+28
* Rename and change `add_roots` to return a `Vec`.David Wood2019-03-071-1/+1
* Initial implementation of project-lock.json.David Wood2019-03-071-6/+1
* switch to crates.io vfsAleksey Kladov2019-02-181-1/+1
* fix-testsAleksey Kladov2019-02-171-4/+4
* automatically wait for worker threadsAleksey Kladov2019-02-141-1/+0
* Remove call to canonicalize in BatchDatabase::load_cargoVille Penttinen2019-02-141-1/+1
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
* Clean up a bitFlorian Diebold2019-02-101-2/+1
* Add a smoke test for ra_batchFlorian Diebold2019-02-101-0/+24
* Add an ra_cli command that analyses all crates in the current workspaceFlorian Diebold2019-02-101-2/+7
* Implement BatchDatabase constructionFlorian Diebold2019-02-102-11/+100
* Add new crateFlorian Diebold2019-02-102-0/+54