aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/display
Commit message (Expand)AuthorAgeFilesLines
* display Doctest code lens before comment #4785Benjamin Coenen2020-06-181-3/+1
* display Doctest code lens before comment #4785Benjamin Coenen2020-06-091-2/+23
* Merge #4678bors[bot]2020-06-031-2/+11
|\
| * Use split1 when formatting function signature paramsAaron Loucks2020-06-031-5/+3
| * Unsquish parameter types in tooltips for macro-generated functionsAaron Loucks2020-05-311-1/+12
* | New runnables APIAleksey Kladov2020-06-021-43/+23
* | Don't require module docs for Features and AssistsAleksey Kladov2020-05-311-5/+1
* | Generate features docs from sourceAleksey Kladov2020-05-311-0/+13
|/
* Simplify proto conversionAleksey Kladov2020-05-101-2/+7
* Remove dbgEdwin Cheng2020-05-101-1/+0
* Hot fix panic for function_signatureEdwin Cheng2020-05-101-7/+13
* Fix panic in FunctionSignatureAleksey Kladov2020-05-071-1/+7
* Fix focus range for TypeParamAleksey Kladov2020-05-041-3/+7
* Unsafe traitsDiana2020-05-011-1/+5
* Include function qualifiers in signatureoxalica2020-04-291-0/+40
* Rename StructField -> FieldAleksey Kladov2020-04-251-2/+2
* Convert tests to text-sizeAleksey Kladov2020-04-251-38/+38
* Merge #3954bors[bot]2020-04-231-21/+48
|\
| * Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-211-2/+1
| * Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-171-1/+1
| |\
| * \ Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-111-4/+17
| |\ \
| * | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-111-21/+36
| |/ /
* | / Remove SyntaxPtr::range from more placesAleksey Kladov2020-04-231-1/+1
| |/ |/|
* | Don't expose SyntaxNodePtr impl detailsAleksey Kladov2020-04-161-1/+1
|/
* Fix unnecessary braces warningsLaurențiu Nicola2020-04-062-29/+29
* Start stdxAleksey Kladov2020-03-282-12/+10
* Fix completion of HashMap::newFlorian Diebold2020-03-131-2/+2
* Fix importsAleksey Kladov2020-03-031-6/+2
* Rename NameDefinition -> DefinitionAleksey Kladov2020-03-031-8/+8
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-292-4/+4
* Refactor primary IDE APIAleksey Kladov2020-02-261-2/+6
* SimplifyAleksey Kladov2020-02-251-1/+1
* Add basic parameter name hints heuristicsKirill Bulatov2020-02-231-3/+13
* SimplifyAleksey Kladov2020-02-221-25/+41
* More manual clippy fixesKirill Bulatov2020-02-182-5/+4
* cleanup importsAleksey Kladov2020-02-062-12/+8
* Improve parameter hints a bit & add emacs supportFlorian Diebold2020-01-181-3/+16
* FnSignature: use unwrap_or_default for parameter_name_listimtsuki2020-01-151-5/+3
* Add inlay parameter name hints for function callsimtsuki2020-01-141-0/+22
* Remove hir usage from macro_rules! detection in structure_node()Roland Ruckerbauer2020-01-121-4/+2
* Use hir .path() and .name() to differentiateRoland Ruckerbauer2020-01-121-22/+24
* Added test for file_structure unidentified macro definitionRoland Ruckerbauer2020-01-121-4/+18
* Fix file_structure() to recognize macro_rules!Roland Ruckerbauer2020-01-121-3/+17
* Use attr location for builtin macro goto-impEdwin Cheng2020-01-121-1/+5
* Implement proposed CallHierarchy featureJeremy Kolb2020-01-081-1/+1
* Don't bother with focus range for navigation to localsAleksey Kladov2019-12-181-7/+8
* Rename GenericParam -> TypeParamAleksey Kladov2019-12-071-1/+1
* ToNav for GenericParamAleksey Kladov2019-12-071-1/+21
* No block at the momentice10002019-12-041-1/+0
* Add `ModuleSource::Block`ice10002019-12-041-28/+15