aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cli/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Merge cli and ra_lsp_serverAleksey Kladov2020-02-171-31/+0
|
* Use anyhowAleksey Kladov2020-02-171-0/+1
|
* Inline ra_batchAleksey Kladov2020-02-171-5/+10
|
* Extend analysis-stats a bitFlorian Diebold2020-02-151-0/+2
| | | | | | | | | | | | This adds some tools helpful when debugging nondeterminism in analysis-stats: - a `--randomize` option that analyses everything in random order - a `-vv` option that prints even more detail Also add a debug log if Chalk fuel is exhausted (which would be a source of nondeterminism, but didn't happen in my tests). I found one source of nondeterminism (rust-lang/chalk#331), but there are still other cases remaining.
* Disable env_logger humantime featureAleksey Kladov2020-01-251-1/+1
| | | | | We rarely care about timings of events, and, when we care, we need millisecond precision
* Remove ty from code_modelAleksey Kladov2019-12-081-1/+3
|
* Remove log dependency from ra_cliAlexander Ekdahl2019-11-301-1/+0
|
* Remove flexi_logger from ra_lsp_serverAlexander Ekdahl2019-11-301-5/+1
|
* Use env_logger in ra_cliAlexander Ekdahl2019-11-301-1/+6
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-1/+1
|
* Use a simple progress bar instead of indicatifEdwin Cheng2019-11-261-1/+0
|
* Bump psm, console, indicatifkjeremy2019-11-051-1/+1
|
* Bump depsLaurențiu Nicola2019-10-171-1/+1
|
* Update pico-argskjeremy2019-10-021-1/+1
|
* refactor(args): Switch to pico-argsGeobert Quach2019-09-101-1/+1
|
* disable clap's featuresAleksey Kladov2019-08-221-1/+1
|
* Remove cpuprofile dependenciesAleksey Kladov2019-08-171-1/+1
|
* flexi_logger 0.14kjeremy2019-07-221-1/+1
|
* Remove unused dependenciesShotaro Yamada2019-07-081-1/+0
|
* print memory usage for queriesAleksey Kladov2019-06-301-0/+1
|
* move ra_prof dep where it belongsAleksey Kladov2019-06-261-1/+4
|
* Bump cargo_metadata, ena, flexi_loggerkjeremy2019-06-201-1/+1
|
* Get rid of failure: ra_batch ra_cliMuhammad Mominul Huque2019-06-151-1/+0
|
* rename tools -> ra_toolsAleksey Kladov2019-06-101-1/+0
| | | | | This should help with caching on CI I hope (see .travis.yml before_cache)
* Merge remote-tracking branch 'upstream/master' into issue961_profilingSergey Parilin2019-04-021-1/+0
|\
| * structure moved to ra_ide_apiSergey Parilin2019-03-251-1/+0
| | | | | | | | ra_ide_api_light removed completely
* | PR issuse resolvedSergey Parilin2019-04-021-0/+1
|/
* move extend selection from ra_ide_api_light to ra_ide_apiAleksey Kladov2019-03-201-0/+1
|
* Updateskjeremy2019-03-051-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
* Add an ra_cli command that analyses all crates in the current workspaceFlorian Diebold2019-02-101-0/+6
| | | | ... and prints various stats about how many expressions have a type etc.
* fix usages after renameAleksey Kladov2019-01-081-1/+1
|
* Bump failure from 0.1.3 to 0.1.4dependabot[bot]2018-12-311-1/+1
| | | | | | | | Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/rust-lang-nursery/failure/releases) - [Changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang-nursery/failure/compare/0.1.3...0.1.4) Signed-off-by: dependabot[bot] <[email protected]>
* switch ra_cli to 2018Aleksey Kladov2018-10-151-0/+1
|
* Add emacs function for extend shirnk selectionAleksey Kladov2018-09-181-0/+1
|
* rename all thingsAleksey Kladov2018-09-161-0/+12