aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/display
Commit message (Collapse)AuthorAgeFilesLines
...
* Make description_from_symbol depends on symbolEdwin Cheng2019-06-091-5/+5
|
* Rename description funcsEdwin Cheng2019-06-091-11/+11
|
* Change docs and description to getter methodEdwin Cheng2019-06-091-3/+10
|
* Add display::DescriptionEdwin Cheng2019-06-092-55/+147
|
* 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-282-3/+5
|
* :arrow_up: rustcAleksey Kladov2019-05-231-34/+34
|
* 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 FunctionSignature to display/function_signatureVille Penttinen2019-04-091-0/+101
|
* Move structure to display/structureVille Penttinen2019-04-092-0/+372
|
* Move navigation_target to display/navigation_targetVille Penttinen2019-04-091-0/+251