aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_batch/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* move ra_prof dep where it belongsAleksey Kladov2019-06-261-4/+0
|
* add cpuprofile to ra_profAleksey Kladov2019-06-261-0/+4
| | | | | | | | | Now, one can use `let _p = ra_prof::cpu_profiler()` to capture profile of a block of code. This is not an out of the box experience, as that relies on gperfools See the docs on https://github.com/AtheMathmo/cpuprofiler for more!
* reuse AnalysisHost in batch analysisAleksey Kladov2019-06-151-0/+1
|
* Get rid of failure: ra_batch ra_cliMuhammad Mominul Huque2019-06-151-2/+0
|
* Upgrade ra_vfs to use new FilteringVille Penttinen2019-03-181-1/+1
| | | | | Currently this matches the previous filtering, meaning all roots are filtered using the same rules.
* switch to crates.io vfsAleksey Kladov2019-02-181-1/+1
|
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
| | | | Fixes typo introduced in #782
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
| | | | This closes #777
* Implement BatchDatabase constructionFlorian Diebold2019-02-101-8/+4
|
* Add new crateFlorian Diebold2019-02-101-0/+24