]> git.lizzy.rs Git - rust.git/history - crates
match style
[rust.git] / crates /
2021-08-04 Jake Heinzmatch style
2021-08-04 Jake Heinzfix + update expects
2021-08-04 JakeApply suggestions from code review
2021-08-03 JakeUpdate crates/ide/src/syntax_highlighting/highlight.rs
2021-07-31 Jake Heinzupdate expects
2021-07-31 Jake Heinzmove to else f
2021-07-31 Jake Heinzsemantic highlighting: add reference hlmod
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 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 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 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
2021-07-27 Laurențiu NicolaRemove some redundant clones
2021-07-27 bors[bot]Merge #9710
2021-07-27 Lukas WirthDon't qualify self as crate in add_missing_impl_members...
2021-07-27 bors[bot]Merge #9709
2021-07-27 Aleksey Kladovfix: add capability for "open cargo.toml" lsp extension
2021-07-26 bors[bot]Merge #9702
2021-07-26 Lukas WirthSimplify
2021-07-26 bors[bot]Merge #9701
2021-07-26 Aleksey Kladovfix: correctly update diagnostics when files are opened...
2021-07-26 Jonas SchievinkRemove the legacy macro scoping hack
2021-07-26 Aleksey Kladovinternal: prepare to track changes to mem_docs
2021-07-26 bors[bot]Merge #9558
2021-07-26 bors[bot]Merge #9699
2021-07-26 Lukas WirthFix generic_arg not parsing opt_generic_arg_list proper...
2021-07-26 bors[bot]Merge #9593
2021-07-26 bors[bot]Merge #9692
2021-07-26 bors[bot]Merge #9696
2021-07-26 Jonas PlatteFix some grammar / spelling mistakes
2021-07-25 bors[bot]Merge #9691
2021-07-25 Lukas WirthKepp catch-all arm in fill_match_arms if it has a non...
2021-07-24 bors[bot]Merge #9688
2021-07-24 Lukas WirthResolve derive attribute input macro paths in ide layer
2021-07-24 bors[bot]Merge #9686
2021-07-24 Laurențiu NicolaFix typo
2021-07-24 Laurențiu NicolaBump deps
2021-07-23 bors[bot]Merge #9685
2021-07-23 Jonas SchievinkResolve tuple field visibility FIXME
2021-07-23 Jonas SchievinkAdd tests for tuple struct field completion
2021-07-23 bors[bot]Merge #9684
2021-07-23 Jonas SchievinkComplete editable private items
2021-07-23 bors[bot]Merge #9683
2021-07-23 Lukas WirthAdd a Union to the base item completion test fixture
2021-07-23 bors[bot]Merge #9681
2021-07-23 Jonas SchievinkFix formatting and use `Iterator::any`
2021-07-23 Lukas WirthMove out unqualified_path completion tests
2021-07-23 Lukas WirthAdd functions to base items completion test fixture
2021-07-23 bors[bot]Merge #9678
2021-07-23 Jonas SchievinkRespect `#[doc(hidden)]` in dot-completion
2021-07-23 Kevin DeLoreyUpdated docs.
2021-07-23 Kevin DeLoreyAdded tests to ensure config behavior.
2021-07-23 Kevin DeLoreyInitial commit of highlight related configuration w...
2021-07-23 bors[bot]Merge #9677
2021-07-23 Lukas WirthCorrectly classify Rename Names
2021-07-22 bors[bot]Merge #9676
2021-07-22 Lukas WirthDescribe the current lifetime/label completion specifics
2021-07-22 bors[bot]Merge #9675
2021-07-22 Lukas WirthClarify what the outline test module is for
2021-07-22 Lukas WirthMove out record completion tests
next