]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-08-02 bors[bot]Merge #9762
2021-08-02 Lukas WirthFix ranged hover result range
2021-08-02 bors[bot]Merge #9761
2021-08-02 Lukas WirthAlso search for pattern nodes in ranged hover
2021-08-02 Lukas WirthShow coerced types on type hover
2021-08-02 bors[bot]Merge #9751
2021-08-02 bors[bot]Merge #9759
2021-08-02 Lukas WirthSimplify inline_local_variable assist
2021-08-02 bors[bot]Merge #9752
2021-08-02 bors[bot]Merge #9758
2021-08-02 Aleksey Kladovinternal: explain that we don't `ref` in style.md
2021-08-02 bors[bot]Merge #9757
2021-08-02 bors[bot]Merge #9756
2021-08-02 Lukas Wirthresolve_doc_path is able to resolve to macros
2021-08-02 Aleksey Kladovminor: encode usage convention into API
2021-08-02 Aleksey Kladovsimplify
2021-08-02 Aleksey Kladovfailing test
2021-08-01 Toby FlemingRust project project model smoke tests
2021-08-01 Toby FlemingRust project supports proc-macro dependent crates
2021-08-01 Vincent EscheMake `LoadCargoConfig`, `fn load_workspace_at` & `fn...
2021-08-01 bors[bot]Merge #9750
2021-08-01 Gunnlaugur... Link “DST” to its definition
2021-08-01 bors[bot]Merge #9749
2021-08-01 Gianluca RecchiaExclude `rust-analyzer.server.path` from VS Code's...
2021-07-31 bors[bot]Merge #9747
2021-07-31 Lukas WirthWrap inner tail expressions in MissingOkOrSomeInTailExpr
2021-07-31 bors[bot]Merge #9746
2021-07-31 Aleksey Kladovinternal: add API to check what are the max limits...
2021-07-31 bors[bot]Merge #9739
2021-07-31 bors[bot]Merge #9744
2021-07-31 Lukas WirthAnnotate type hints for pattern name ranges instead...
2021-07-31 bors[bot]Merge #9743
2021-07-31 Aleksey Kladovinternal: make non-zero times stand out in profile
2021-07-31 Aleksey Kladovinternal: document query implication of completion...
2021-07-31 Aleksey Kladovminor: follow code style
2021-07-31 bors[bot]Merge #9742
2021-07-31 Lukas WirthFix hover range for derive inputs
2021-07-31 bors[bot]Merge #9741
2021-07-31 Lukas WirthReplace useless types
2021-07-31 bors[bot]Merge #9740
2021-07-31 Lukas Wirthadd_explicit_type is applicable for closure parameters
2021-07-31 mahdi-frmsgenerate function assist favors deref cmpt types
2021-07-31 bors[bot]Merge #9737
2021-07-31 Laurențiu NicolaBump deps
2021-07-31 bors[bot]Merge #9736
2021-07-31 Aleksey Kladov:arrow_up: crates
2021-07-30 bors[bot]Merge #9733
2021-07-30 Aleksey Kladovinternal: cleanup lsp-extensions docs
2021-07-30 bors[bot]Merge #9732
2021-07-30 Aleksey Kladovfeat: gate custom clint-side commands behind capabilities
2021-07-30 bors[bot]Merge #9727
2021-07-30 Lukas WirthAdd trailing comma when extracting match arm expression...
2021-07-30 bors[bot]Merge #9731
2021-07-30 Lukas WirthAdd replace_char_with_string assist
2021-07-30 bors[bot]Merge #9728
2021-07-30 Lukas WirthFix assists assuming comma belonging to MATCH_ARM_LIST
2021-07-30 bors[bot]Merge #9730
2021-07-30 Aleksey Kladovminor: drop impl-specific stuff from lsp docs
2021-07-30 Lukas WirthSimplify
2021-07-30 Lukas WirthFix move_item test fixture indentations
2021-07-29 Lukas WirthAttach comma token to MATCH_ARM instead of MATCH_ARM_LIST
2021-07-29 Lukas WirthReorder definitions in extract_function
2021-07-29 Lukas WirthSimplify extract_function assist
2021-07-29 bors[bot]Merge #9706
2021-07-29 bors[bot]Merge #9724
2021-07-29 Lukas WirthUse more strictly typed syntax nodes for analysis in...
2021-07-29 bors[bot]Merge #9722
2021-07-29 Lukas WirthRefine extraction targets of extract_function assist
2021-07-28 bors[bot]Merge #9719
2021-07-28 Jonas SchievinkMake flyimport respect `#[doc(hidden)]`
2021-07-28 bors[bot]Merge #9718
2021-07-28 Josh KuhnBump notify to 5.0.0-pre.11
2021-07-28 bors[bot]Merge #9716
2021-07-28 Jonas SchievinkStop reexporting `hir_def`'s `ItemInNs` from HIR
2021-07-28 bors[bot]Merge #9715
2021-07-28 Jonas SchievinkMake most completions respect `#[doc(hidden)]`
2021-07-28 bors[bot]Merge #9700
2021-07-28 bors[bot]Merge #9693
2021-07-28 Alexander Gonzálezfix: Revert removing [] from the hover gif
2021-07-28 Laurențiu NicolaSmall grammar fix
2021-07-28 bors[bot]Merge #9712
2021-07-28 Aleksey Kladovminor: simplify
2021-07-27 Alexander Gonzalezrefactor: Reuse the from_proto call in handle_hover
2021-07-27 Alexander Gonzalezfeat: Add the Hover Range server capability
2021-07-27 Alexander Gonzalezfix: Typos
2021-07-27 Alexander Gonzalezrefactor: Apply PR suggestions
2021-07-27 Alexander Gonzalezchore: Remove unnecessary println! call
2021-07-27 Alexander Gonzalezlint: Format the typescript files properly
2021-07-27 Alexander Gonzaleztest: Update lsp_ext.rs hash
2021-07-27 Alexander Gonzalezdocs: Update the lsp-extensions.md with the Hover Range...
2021-07-27 Alexander Gonzaleztest: Add tests for when hovering fails
2021-07-27 Alexander Gonzalezdocs: Improve the comments in crates/ide/src/hover.rs
2021-07-27 Alexander Gonzaleztest: Add hover_range tests
2021-07-27 Alexander Gonzalezrefactor: Make handle_hover handle ranges too
2021-07-27 Alexander Gonzalezfix: Unregister the removed command
2021-07-27 Alexander Gonzalezrefactor: Remove unnecessary command
2021-07-27 Alexander Gonzalezchore: Remove unnecessary log
2021-07-27 Alexander Gonzalezfeat: Completed the client side implementation of rust...
2021-07-27 Alexander Gonzalezfeat: Add the hover_range capability
2021-07-27 Alexander Gonzalezfeat: Extend the server with the hover_range capability
next