aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api
Commit message (Expand)AuthorAgeFilesLines
* Rename source_edit to source_file_edit to match file_system_editVille Penttinen2019-03-255-11/+11
* Further improvements to the SourceChange convenience methodsVille Penttinen2019-03-254-27/+50
* Add convenience functions to SourceChange for creating single editsVille Penttinen2019-03-244-44/+63
* Merge #1031bors[bot]2019-03-236-31/+594
|\
| * Move highlighting and matching_braceWilco Kusee2019-03-235-11/+165
| * Remove LocalEdit usageWilco Kusee2019-03-232-55/+55
| * Move typing to ra_ide_apiWilco Kusee2019-03-232-3/+412
* | remove obsolete diagnosticAleksey Kladov2019-03-231-21/+0
* | rename persistent hir database -> def databaseAleksey Kladov2019-03-231-1/+1
* | Merge #1025bors[bot]2019-03-231-1/+6
|\ \ | |/ |/|
| * Disable fork feature for proptestWilco Kusee2019-03-231-1/+6
* | replace todo with fixmeAleksey Kladov2019-03-237-7/+7
|/
* Merge #1021bors[bot]2019-03-221-1/+1
|\
| * Disable memmap feature in fst dependencyWilco Kusee2019-03-221-1/+1
* | Simplify changes and fix testsWilco Kusee2019-03-223-19/+15
* | Remove LocalEdit usageWilco Kusee2019-03-222-16/+17
* | Move join_lines to ra_ide_apiWilco Kusee2019-03-224-4/+617
|/
* Move folding_ranges to ra_ide_apiSergey Parilin2019-03-222-2/+330
* 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