]> git.lizzy.rs Git - rust.git/history - crates/ra_ide_api/src/hover.rs
Merge #948
[rust.git] / crates / ra_ide_api / src / hover.rs
2019-03-07 bors[bot]Merge #948
2019-03-07 bors[bot]Merge #944
2019-03-07 Ville PenttinenAdd support for goto definition and hover on Self
2019-03-07 bors[bot]Merge #939
2019-03-07 bors[bot]Merge #942
2019-03-06 kjeremyHover for associated items in patterns
2019-03-06 bors[bot]Merge #933
2019-03-05 bors[bot]Merge #930
2019-03-05 bors[bot]Merge #912
2019-03-04 Jeremy KolbUse ImplItems instead of just Function
2019-03-04 kjeremyMake goto definition/hover resolve constructors
2019-03-04 bors[bot]Merge #916
2019-03-03 bors[bot]Merge #917
2019-03-03 Florian DieboldRepresent unknown types as {unknown} instead of [unknown]
2019-03-02 bors[bot]Merge #908
2019-03-02 bors[bot]Merge #915
2019-03-02 Aleksey Kladovrename syntax_mapping as well
2019-03-02 Aleksey Kladovrename syntax-mapping -> source-map
2019-02-28 bors[bot]Merge #910
2019-02-28 kjeremyUpdate hover message since we do support globs
2019-02-28 Ville PenttinenEnable markup for hover on expressions which resolve...
2019-02-27 bors[bot]Merge #906
2019-02-27 Ville PenttinenEnable hover support for NamedFieldDefs
2019-02-27 bors[bot]Merge #900
2019-02-27 bors[bot]Merge #901
2019-02-27 Ville PenttinenAdd support for hovering over the name of an item
2019-02-26 Ville PenttinenReplace visit_fn with crate::completion::function_label
2019-02-26 Ville PenttinenAdd new type HoverResult to contain the results of...
2019-02-26 Ville PenttinenAdd support for showing fn signature when hovering
2019-02-25 bors[bot]Merge #897
2019-02-25 bors[bot]Merge #898
2019-02-25 Aleksey Kladovrename type to type_alias in the AST as well
2019-02-22 bors[bot]Merge #866
2019-02-21 bors[bot]Merge #864
2019-02-21 Ville PenttinenImplement basic support for Associated Methods and...
2019-02-20 Florian DieboldFix handling of generics in tuple variants and refactor...
2019-02-13 bors[bot]Merge #818
2019-02-12 bors[bot]Merge #804
2019-02-12 Pascal HertleifFix some typos
2019-02-08 Aleksey Kladovreformat the world
2019-01-27 bors[bot]Merge #691
2019-01-27 bors[bot]Merge #685
2019-01-27 bors[bot]Merge #662
2019-01-26 Jeremy KolbMake doc comments optional
2019-01-26 bors[bot]Merge #659
2019-01-26 bors[bot]Merge #660
2019-01-26 bors[bot]Merge #666
2019-01-26 Aleksey Kladovrename source_file -> parse
2019-01-26 bors[bot]Merge #664
2019-01-26 Aleksey Kladovrename FilesDatabase -> SourceDatabase
2019-01-26 Aleksey Kladovfold syntax database into files database
2019-01-19 gfreezymove rename to a new mod
2019-01-16 bors[bot]Merge #536
2019-01-15 bors[bot]Merge #557
2019-01-15 Aleksey Kladovremove Canceled from API impl
2019-01-15 Aleksey Kladovremove Cancelable from type inference
2019-01-15 bors[bot]Merge #554
2019-01-15 bors[bot]Merge #553
2019-01-15 Aleksey Kladovremove Cancelable from funciton body
2019-01-15 bors[bot]Merge #550
2019-01-15 Aleksey Kladovremove Cancelable from source binders
2019-01-15 bors[bot]Merge #546
2019-01-14 bors[bot]Merge #485
2019-01-14 Marcus Klaas de... Fix type inference for raw (byte) strings
2019-01-14 bors[bot]Merge #534
2019-01-14 Jeremy KolbRemove duplication
2019-01-14 Jeremy KolbAdd visibility to hover
2019-01-13 bors[bot]Merge #520
2019-01-13 bors[bot]Merge #522
2019-01-13 Pascal HertleifTweak message shown for query fallback
2019-01-13 bors[bot]Merge #521
2019-01-13 bors[bot]Merge #517 #518
2019-01-13 DJMcNabAdd an explanatory message when we use the Query fallback
2019-01-11 Aleksey Kladovrename TreePtr -> TreeArc
2019-01-11 bors[bot]Merge #496
2019-01-11 Aleksey Kladovfix tests
2019-01-11 Aleksey Kladovenvapsulate navigation target better
2019-01-09 bors[bot]Merge #473
2019-01-08 Marcus Klaas de... Fix typo defenition -> definition
2019-01-08 bors[bot]Merge #471
2019-01-08 Aleksey Kladovfix usages after rename