aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/display/navigation_target.rs
Commit message (Expand)AuthorAgeFilesLines
* Use `original_file` instead of `as_original_file`Shotaro Yamada2019-10-101-3/+3
* replace AST visitors with macroEkaterina Babshukova2019-10-051-27/+32
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* Remove redundant clone()Shotaro Yamada2019-09-251-2/+2
* Refactor a bit to prepare for resolving trait assoc itemsFlorian Diebold2019-09-171-6/+9
* rename AdtDef -> AdtAleksey Kladov2019-09-121-5/+5
* make various enums "inherit" from AdtDefAleksey Kladov2019-09-121-3/+1
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-2/+2
* rename range -> text_rangeAleksey Kladov2019-07-201-2/+2
* move debug_dump to fmt::DebugAleksey Kladov2019-07-201-1/+1
* several highlighting cleanupsAleksey Kladov2019-07-191-16/+3
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-30/+26
* make Parse fields privateAleksey Kladov2019-07-121-6/+6
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-5/+6
* move docs under code modelAleksey Kladov2019-06-111-6/+2
* remove inherent source implsAleksey Kladov2019-06-111-2/+2
* use Source for module, part 2Aleksey Kladov2019-06-111-5/+5
* use Source for module, part 1Aleksey Kladov2019-06-111-3/+3
* use Source for StructFieldAleksey Kladov2019-06-111-3/+3
* use Source for MacroDefAleksey Kladov2019-06-111-5/+5
* use Source for impl blockAleksey Kladov2019-06-111-3/+3
* use Source for TraitAleksey Kladov2019-06-111-18/+2
* use Source for TypeAliasAleksey Kladov2019-06-111-18/+2
* use Source for statics and constsAleksey Kladov2019-06-111-28/+4
* use Source for FunctionAleksey Kladov2019-06-111-7/+1
* Introduce HasSource traitAleksey Kladov2019-06-111-28/+18
* use Source moreAleksey Kladov2019-06-111-37/+13
* introduce Source structAleksey Kladov2019-06-111-10/+10
* Use classify_name_ref in hoverEdwin Cheng2019-06-101-2/+2
* Remove incorrect FIXMEEdwin Cheng2019-06-091-2/+0
* Use &str instread of Option<String>Edwin Cheng2019-06-091-4/+4
* Rename Description to ShortLabelEdwin Cheng2019-06-091-28/+28
* Make description_from_symbol depends on symbolEdwin Cheng2019-06-091-5/+5
* Change docs and description to getter methodEdwin Cheng2019-06-091-3/+10
* Add display::DescriptionEdwin Cheng2019-06-091-55/+55
* Construct doc individuallyEdwin Cheng2019-06-081-33/+107
* Remove node function in NavTargetEdwin Cheng2019-06-081-71/+78
* one macro def should be enoughAleksey Kladov2019-06-081-4/+1
* update ra_ide_api to use builtinsAleksey Kladov2019-05-301-3/+10
* fix typos in mbe testsAleksey Kladov2019-05-281-2/+2
* add union to code_modelAleksey Kladov2019-05-231-0/+8
* Move NameRef classification logic out of reference_definitionLaurențiu Nicola2019-05-231-10/+20
* make AstId untypedAleksey Kladov2019-05-131-1/+1
* Added local macro gotoLenard Pratt2019-05-041-0/+10
* introduce SourceAnalyzerAleksey Kladov2019-04-111-7/+18
* Move display related things from hover to displayVille Penttinen2019-04-091-2/+80
* Move navigation_target to display/navigation_targetVille Penttinen2019-04-091-0/+251