rust/crates
bors[bot] 235728319f
Merge #4256
4256: Improve formatting of analyzer status text r=flodiebold a=eminence

The old formatting had everything on 1 line, making it quite hard to read:

    requests:    1 textDocument/documentSymbol         2ms    2 textDocument/codeAction             2ms    3 rust-analyzer/inlayHints            20ms    4 textDocument/foldingRange           108ms    6 textDocument/codeLens               66ms    5 textDocument/semanticTokens/range   76ms    8 rust-analyzer/inlayHints            195ms    7 textDocument/semanticTokens         250ms    9 textDocument/semanticTokens/range   108ms


It now looks like this:

```
requests:
*   1 textDocument/documentSymbol         11ms
    2 textDocument/codeAction             15ms
    3 rust-analyzer/inlayHints            4ms
    5 textDocument/foldingRange           3ms
    4 textDocument/semanticTokens/range   45ms
    6 textDocument/codeLens               182ms
    8 rust-analyzer/inlayHints            124ms
    7 textDocument/semanticTokens         127ms
    9 textDocument/documentHighlight      2ms
   10 textDocument/codeAction             3ms
```

Co-authored-by: Andrew Chin <achin@eminence32.net>
2020-05-02 09:45:37 +00:00
..
ra_arena Extract messy tree handling out of profiling code 2020-04-25 21:22:40 +02:00
ra_assists Remove lower_path from AssistCtx to Semantic 2020-05-01 20:05:12 +08:00
ra_cfg
ra_db Convert code to text-size 2020-04-25 11:59:18 +02:00
ra_flycheck lsp-types 0.74 2020-04-26 16:05:22 -04:00
ra_fmt Fix a bunch of false-positives in join-lines 2020-04-30 22:08:50 +02:00
ra_hir Remove lower_path from AssistCtx to Semantic 2020-05-01 20:05:12 +08:00
ra_hir_def Revert "Merge #4233" 2020-05-02 01:12:37 +02:00
ra_hir_expand Introduce LowerCtx for path lowering 2020-05-01 20:01:17 +08:00
ra_hir_ty Revert "Merge #4233" 2020-05-02 01:12:37 +02:00
ra_ide Test for unsafe trait 2020-05-01 11:49:51 -04:00
ra_ide_db Rename StructField -> Field 2020-04-25 14:23:34 +02:00
ra_mbe Merge #4139 2020-04-25 16:26:51 +00:00
ra_parser Revert "Merge #4233" 2020-05-02 01:12:37 +02:00
ra_proc_macro proc_macro: add ability to log to stderr and view output in vscode 2020-04-23 01:57:02 +03:00
ra_proc_macro_srv Bump deps 2020-05-01 15:29:03 +03:00
ra_prof Simplify profiler impl (bubble up Option and shorten code 2020-04-26 00:55:49 +03:00
ra_project_model Bump deps 2020-05-01 15:29:03 +03:00
ra_syntax Revert "Merge #4233" 2020-05-02 01:12:37 +02:00
ra_text_edit text-size 1.0.0 2020-04-25 12:15:32 +02:00
ra_tt
rust-analyzer Merge #4256 2020-05-02 09:45:37 +00:00
stdx
test_utils text-size 1.0.0 2020-04-25 12:15:32 +02:00