1. 26 3月, 2019 1 次提交
  2. 22 3月, 2019 1 次提交
  3. 19 3月, 2019 3 次提交
  4. 16 3月, 2019 1 次提交
  5. 13 3月, 2019 1 次提交
  6. 11 3月, 2019 1 次提交
  7. 09 3月, 2019 1 次提交
  8. 05 3月, 2019 1 次提交
  9. 04 3月, 2019 2 次提交
  10. 03 3月, 2019 2 次提交
  11. 01 3月, 2019 3 次提交
  12. 26 2月, 2019 3 次提交
  13. 22 2月, 2019 1 次提交
    • B
      Update parking_lot to 0.7 · a82f0ce5
      Bastien Orivel 提交于
      Unfortunately this'll dupe parking_lot until the data_structures crate
      is published and be updated in rls in conjunction with crossbeam-channel
      a82f0ce5
  14. 20 2月, 2019 1 次提交
  15. 18 2月, 2019 1 次提交
  16. 14 2月, 2019 1 次提交
  17. 06 2月, 2019 1 次提交
  18. 05 2月, 2019 1 次提交
  19. 03 2月, 2019 1 次提交
  20. 01 2月, 2019 1 次提交
  21. 30 1月, 2019 2 次提交
    • J
      Update to newer version of mdbook(2) · de76369f
      James Munns 提交于
      de76369f
    • M
      submodules: update clippy from f1753522 to 6ce78d12 · a27cf8a2
      Matthias Krüger 提交于
      Changes:
      ````
      wildcard_match_arm: Update lint count.
      wildcard_match_arm: add nesting issue to known.
      wildcard_match_arm: lint only enum matches.
      wildcard_match_arm: update ui test stderr
      wildcard_match_arm: format test.
      wilcard_match_arm: run rustfmt.
      wildcard_match_arm: add lint properly.
      wildcard_match_arm: rename function.
      wildcard_match_arm: add simple ui test.
      wildcard_match_arm: expand lint scope.
      Change match_wild lint name to WILDCARD_MATCH_ARM.
      Add match_wild lint (#3649).
      fetch_prs_between: add .sh file ending
      cargo fmt
      Update various docs
      Use built-in entry_fn detection over self-built
      cargo fmt
      Reorganize conditionals: Run faster checks first
      Maybe fix ICE?
      Add initial version of const_fn lint
      Fix `unit_arg` false positive
      Rustfmt
      Check hypothetically failing conversion
      Remove tests for deprecated items
      Update more changed iterator paths
      Atomics constants are now handled by the deprecation lint
      Update changed iterator paths
      Update const slice processing
      update test stderr
      run cargo fmt
      rustup https://github.com/rust-lang/rust/pull/57907/
      Fix documentation for `slow_vector_initialization`
      rustup https://github.com/rust-lang/rust/pull/57726
      Remove unsafe_vector_initialization from added lints
      Prevent incorrect cast_lossless suggestion in const_fn
      Incorporate review suggestions
      Fix dogfood tests on Appveyor
      test(versioncheck): Use .no_deps()
      test(versioncheck): Fix version equality check
      chore(cargo/dependencies/cargo-metadata): Upgrade to 0.7.1
      dependencies: update itertools from 0.7 to 0.8
      Add script to fetch GitHub PRs between two commits
      gitattributes: Treat .fixed files as rust files
      Update changelog with all changes since 0.0.212
      Fix `expect_fun_call` lint suggestions
      ````
      a27cf8a2
  22. 28 1月, 2019 2 次提交
  23. 27 1月, 2019 1 次提交
  24. 26 1月, 2019 1 次提交
  25. 25 1月, 2019 5 次提交
  26. 23 1月, 2019 1 次提交
    • M
      submodules: update rls from ae0d89a to c9d25b6 · 696fb8fa
      Matthias Krüger 提交于
      Changes:
      ````
      Remove state.analysis due to Rust PR #57476
      Improve missing nightly readme info
      Bump languageserver-types to v0.54.0 and renam crate name to lsp-types
      Delete bors.toml
      Fix tests
      Fix https://github.com/rust-lang/rls/issues/1231
      Implement asynchronous message reading
      Use typed requests
      Implement Tokio-based test LSP client
      Update README.md to account for Travis url change
      Simplify wait_for_all recv calls
      Update dependencies
      Revert NLL bug workaround
      Remove old test_data entry in .gitignore
      Reorganize some tests
      Don't test RLS binary target directly
      Move tooltip tests to integration tests
      Simplify tooltip test harness
      Only use FIXTURES_DIR to determine fixtures
      Remove src/test/mod.rs
      Centralise FIXTURES_DIR across unit and integration tests
      Move lens test to tests/
      Suppress unused warnings in tests/*
      Beautify main.rs and lib.rs
      WIP: Move tests
      Move src/test/harness to tests/support/harness
      Split RLS into bin/lib
      Update Clippy
      Change all mentions of `rls-preview` to `rls`
      Make config mutex borrow scope explicit
      Fallback to racer definition
      ````
      
      Fixes rls build.
      696fb8fa