aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_batch/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-1/+1
|
* Disable doctestsAleksey Kladov2019-11-171-0/+3
|
* Update crateskjeremy2019-11-071-1/+1
| | | | | | | Removes nodrop and extra arrayvec We have an extra crossbeam-queue and crossbeam-utils left but those should drop once rayon accepts https://github.com/rayon-rs/rayon/pull/704
* relative-path 1.0kjeremy2019-10-171-1/+1
|
* add option to disable notifyAleksey Kladov2019-09-061-1/+1
|
* :arrow_up: vfsAleksey Kladov2019-08-251-1/+2
|
* introduce ra_vfs_glob crateAleksey Kladov2019-08-061-0/+1
| | | | It manages exclusion rules for the vfs crate
* Remove unused dependenciesShotaro Yamada2019-07-081-4/+0
|
* 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