aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cli
Commit message (Collapse)AuthorAgeFilesLines
* Merge cli and ra_lsp_serverAleksey Kladov2020-02-176-1025/+0
|
* Use anyhowAleksey Kladov2020-02-174-14/+15
|
* CleanupAleksey Kladov2020-02-172-73/+68
|
* Better nameAleksey Kladov2020-02-171-2/+2
|
* More precise typesAleksey Kladov2020-02-171-12/+15
|
* Unify verbosity handlingAleksey Kladov2020-02-172-22/+22
|
* Move interesting stuff to mainAleksey Kladov2020-02-171-40/+35
|
* Stronger TypesAleksey Kladov2020-02-171-5/+5
|
* Refactor arg parsingAleksey Kladov2020-02-171-115/+169
|
* Inline ra_batchAleksey Kladov2020-02-175-11/+168
|
* Cleanup importsAleksey Kladov2020-02-171-3/+2
|
* Inline helpAleksey Kladov2020-02-172-82/+96
|
* Use Arguments::from_osAleksey Kladov2020-02-171-9/+3
|
* 1-based columnsAleksey Kladov2020-02-161-1/+1
|
* Support goto def in bencesAleksey Kladov2020-02-162-13/+29
|
* Refactor arg parsingAleksey Kladov2020-02-161-11/+8
|
* Refactor position parsingAleksey Kladov2020-02-162-19/+28
|
* Enable profiling for benchAleksey Kladov2020-02-161-0/+2
|
* Extend analysis-stats a bitFlorian Diebold2020-02-153-14/+93
| | | | | | | | | | | | 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.
* Fix extra parentheses warningsLaurențiu Nicola2020-01-311-2/+2
|
* 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
* Some clippy lintskjeremy2020-01-131-1/+1
|
* Dropping a reference does nothing.kjeremy2020-01-131-1/+0
| | | | Allows clippy to continue compilation
* Remove ty from code_modelAleksey Kladov2019-12-082-5/+14
|
* 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-302-3/+7
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-273-3/+3
|
* Fill all last text to space and return the cursorEdwin Cheng2019-11-261-1/+8
|
* Remove progress bar and add a true counterEdwin Cheng2019-11-263-29/+12
|
* Remove commented codeEdwin Cheng2019-11-261-3/+0
|
* Use a simple progress bar instead of indicatifEdwin Cheng2019-11-264-11/+138
|
* :arrow_up: salsaAleksey Kladov2019-11-261-2/+2
|
* SimplifyAleksey Kladov2019-11-241-5/+6
|
* SimplifyAleksey Kladov2019-11-241-1/+1
|
* Rename Source::ast -> Source::valueAleksey Kladov2019-11-201-2/+2
|
* Add bound checkEdwin Cheng2019-11-171-2/+2
|
* Bump psm, console, indicatifkjeremy2019-11-051-1/+1
|
* add --with-deps option to analysis-statsAleksey Kladov2019-10-242-8/+10
|
* relative-path 1.0kjeremy2019-10-171-1/+1
|
* Bump depsLaurențiu Nicola2019-10-171-1/+1
|
* Prepare SourceDatabase API for lazy file loadingAleksey Kladov2019-10-142-2/+2
|
* remove one more dependency on source rootsAleksey Kladov2019-10-141-8/+21
|
* Update pico-argskjeremy2019-10-022-5/+5
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-304-0/+8
| | | | #1856
* Remove redundant clone()Shotaro Yamada2019-09-251-1/+1
|
* Merge #1862bors[bot]2019-09-171-2/+2
|\ | | | | | | | | | | | | | | 1862: Assoc item resolution refactoring (again) r=flodiebold a=flodiebold This is #1849, with the associated type selection code removed for now. Handling cycles there will need some more thought. Co-authored-by: Florian Diebold <[email protected]>
| * Remove TraitItem and ImplItem in favor of AssocItemFlorian Diebold2019-09-171-2/+2
| |
* | show error log by defaultAleksey Kladov2019-09-171-1/+1
|/
* add quiet mode to analysis-statsAleksey Kladov2019-09-123-82/+116
|