Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(cli/lsp): migrate from lspower back to tower-lsp #14059

Closed
wants to merge 39 commits into from

Commits on Mar 21, 2022

  1. WIP

    CGQAQ committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    98bbf95 View commit details
    Browse the repository at this point in the history
  2. format

    CGQAQ committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b6a0f2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a9581a View commit details
    Browse the repository at this point in the history
  4. fix tests

    CGQAQ committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    734d46b View commit details
    Browse the repository at this point in the history
  5. fix tests

    CGQAQ committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    45e522e View commit details
    Browse the repository at this point in the history
  6. fix tests

    CGQAQ committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    d062da6 View commit details
    Browse the repository at this point in the history
  7. fix tests, again

    CGQAQ committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    8e464ef View commit details
    Browse the repository at this point in the history
  8. Update cli/bench/lsp.rs

    Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
    CGQAQ and kitsonk authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    99965d7 View commit details
    Browse the repository at this point in the history
  9. Update cli/lsp/analysis.rs

    Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
    CGQAQ and kitsonk authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    279c7ff View commit details
    Browse the repository at this point in the history
  10. Update cli/lsp/client.rs

    Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
    CGQAQ and kitsonk authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f4eb740 View commit details
    Browse the repository at this point in the history
  11. Update cli/lsp/code_lens.rs

    Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
    CGQAQ and kitsonk authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    a3d1f4d View commit details
    Browse the repository at this point in the history
  12. Update cli/lsp/completions.rs

    Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
    CGQAQ and kitsonk authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    779b1e5 View commit details
    Browse the repository at this point in the history
  13. Update cli/tests/integration/lsp_tests.rs

    Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
    CGQAQ and kitsonk authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    fe8a5ae View commit details
    Browse the repository at this point in the history
  14. Update cli/tests/integration/lsp_tests.rs

    Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
    CGQAQ and kitsonk authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    22e221a View commit details
    Browse the repository at this point in the history
  15. Update cli/lsp/config.rs

    Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
    CGQAQ and kitsonk authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    df92968 View commit details
    Browse the repository at this point in the history
  16. Update cli/lsp/documents.rs

    Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
    CGQAQ and kitsonk authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    ff51a93 View commit details
    Browse the repository at this point in the history
  17. Update cli/lsp/lsp_custom.rs

    Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
    CGQAQ and kitsonk authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    25b30a7 View commit details
    Browse the repository at this point in the history
  18. Update cli/lsp/refactor.rs

    Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
    CGQAQ and kitsonk authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    556584b View commit details
    Browse the repository at this point in the history
  19. Update cli/lsp/registries.rs

    Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
    CGQAQ and kitsonk authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    023f911 View commit details
    Browse the repository at this point in the history
  20. Update cli/lsp/text.rs

    Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
    CGQAQ and kitsonk authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    8e4d9c9 View commit details
    Browse the repository at this point in the history
  21. Update cli/lsp/tsc.rs

    Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
    CGQAQ and kitsonk authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    bba7786 View commit details
    Browse the repository at this point in the history
  22. revert some changes

    CGQAQ committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5ff13c3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    49fb703 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c9d57e6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    32c1027 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    9c8a47f View commit details
    Browse the repository at this point in the history
  2. update tokio-util

    bartlomieju committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    eb84f2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd12224 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/tower-lsp' into tower-lsp

    # Conflicts:
    #	Cargo.lock
    #	cli/lsp/language_server.rs
    CGQAQ committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    1d653ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    076c48c View commit details
    Browse the repository at this point in the history
  6. fix build error

    CGQAQ committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    811322e View commit details
    Browse the repository at this point in the history
  7. format

    CGQAQ committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    ed45ce3 View commit details
    Browse the repository at this point in the history
  8. fix lint

    CGQAQ committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    6207878 View commit details
    Browse the repository at this point in the history
  9. fix tests

    CGQAQ committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    6ef097d View commit details
    Browse the repository at this point in the history
  10. retrigger ci

    CGQAQ committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    ca4759f View commit details
    Browse the repository at this point in the history
  11. fix bench

    CGQAQ committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    455a670 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Revert "fix bench"

    This reverts commit 455a670.
    CGQAQ committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    2a5c737 View commit details
    Browse the repository at this point in the history
  2. ignore null value

    CGQAQ committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    017f8cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4096a9f View commit details
    Browse the repository at this point in the history