aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api
Commit message (Expand)AuthorAgeFilesLines
* line_index and line_index_utils moved to ra_ide_apiSergey Parilin2019-03-224-1/+616
* Rename name field to ctor as wellFlorian Diebold2019-03-211-1/+1
* TypeName => TypeCtorFlorian Diebold2019-03-211-3/+3
* Remove the old variants replaced by Ty::ApplyFlorian Diebold2019-03-214-42/+22
* cleanupAleksey Kladov2019-03-211-68/+73
* move diagnostics to ide_apiAleksey Kladov2019-03-211-10/+250
* move extend selection from ra_ide_api_light to ra_ide_apiAleksey Kladov2019-03-201-6/+371
* introduce Analysis::from_single_fileAleksey Kladov2019-03-201-0/+17
* remove old macro supportAleksey Kladov2019-03-172-78/+4
* remove lower moduleAleksey Kladov2019-03-173-10/+5
* Replace module_tree with CrateDefMapAleksey Kladov2019-03-171-1/+1
* Replace Display by a pretty printing trait for TyFlorian Diebold2019-03-162-6/+10
* sort navigations to make tests stableAleksey Kladov2019-03-141-1/+2
* Remove superfluous semicolonskjeremy2019-03-081-5/+5
* Use ast::Name::text() instead of name().syntax().text()Ville Penttinen2019-03-071-2/+2
* Fix EnumVariants not showing properly when hoveringVille Penttinen2019-03-071-2/+56
* Add support for goto definition and hover on SelfVille Penttinen2019-03-073-2/+165
* Use source mapkjeremy2019-03-061-14/+9
* Hover for associated items in patternskjeremy2019-03-062-8/+55
* Updateskjeremy2019-03-051-1/+1
* dont produce giant debug dumpsAleksey Kladov2019-03-051-1/+8
* Make ExpOrPatId privatekjeremy2019-03-041-1/+1
* FormatJeremy Kolb2019-03-041-7/+2
* Add NavigationTarget::from_impl_itemJeremy Kolb2019-03-042-14/+22
* Use ImplItems instead of just FunctionJeremy Kolb2019-03-042-6/+17
* Make goto definition/hover resolve constructorskjeremy2019-03-042-4/+47
* Allow syntax strings to contain test markersVille Penttinen2019-03-041-1/+3
* Implement syntax tree support for syntax inside stringVille Penttinen2019-03-043-8/+206
* Add optional range parameter to SyntaxTreeParamsVille Penttinen2019-03-032-4/+144
* Represent unknown types as {unknown} instead of [unknown]Florian Diebold2019-03-031-1/+1
* Merge #908bors[bot]2019-03-021-8/+27
|\
| * Enable markup for hover on expressions which resolve using type_ofVille Penttinen2019-02-281-8/+27
* | remove second way to get the bodyAleksey Kladov2019-03-021-1/+1
* | rename syntax_mapping as wellAleksey Kladov2019-03-024-16/+15
* | align lower module query namesAleksey Kladov2019-03-021-2/+1
* | dont store body inside source mapAleksey Kladov2019-03-021-1/+1
* | rename syntax-mapping -> source-mapAleksey Kladov2019-03-025-7/+7
* | Update hover message since we do support globskjeremy2019-02-281-1/+1
|/
* Enable hover support for NamedFieldDefsVille Penttinen2019-02-271-3/+79
* Allow goto-definition to work for named fields in struct initializerVille Penttinen2019-02-272-0/+45
* Add support for hovering over the name of an itemVille Penttinen2019-02-272-2/+28
* Replace visit_fn with crate::completion::function_labelVille Penttinen2019-02-261-43/+2
* Add new type HoverResult to contain the results of hoveringVille Penttinen2019-02-262-15/+148
* Add support for showing fn signature when hoveringVille Penttinen2019-02-261-3/+43
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-254-7/+7
* complete patternsAleksey Kladov2019-02-243-0/+103
* Rename Type => TypeAliasFlorian Diebold2019-02-243-4/+4
* move testing functionsAleksey Kladov2019-02-2410-20/+14
* move the rest of presentation to presentationAleksey Kladov2019-02-242-50/+20
* move more code to presentationAleksey Kladov2019-02-242-88/+57