aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/presentation.rs
Commit message (Expand)AuthorAgeFilesLines
* Introduce hir::TypeAleksey Kladov2019-11-261-23/+16
* Use GenericDefIdMoreAleksey Kladov2019-11-251-1/+1
* Nicer API for attrsAleksey Kladov2019-11-241-1/+1
* Move data to a single fileAleksey Kladov2019-11-221-6/+5
* Move FunctionData to hir_defAleksey Kladov2019-11-221-6/+9
* Rename Atts traitAleksey Kladov2019-11-221-2/+2
* Encapsulate AttrsAleksey Kladov2019-11-221-4/+1
* Rename Source::ast -> Source::valueAleksey Kladov2019-11-201-4/+4
* Auto-upgrade some insta snapshotsAleksey Kladov2019-11-151-70/+76
* Use Local moreAleksey Kladov2019-11-151-8/+6
* HirDatabase stored attributesMartin Asquino2019-11-041-14/+13
* Use `bool` instead of `Option<bool>` and print it's value only when `true`Martin Asquino2019-11-021-15/+0
* Set `deprecated` field on `CompletionItem`sMartin Asquino2019-11-021-1/+82
* Some clippy fixeskjeremy2019-10-301-2/+2
* don't add macro braces in use itemsAleksey Kladov2019-10-301-17/+53
* Guess macro braces from docsoxalica2019-10-201-5/+31
* tweak fn labels in completionAleksey Kladov2019-10-101-11/+8
* if completion does auto-insertion, indicate this in the labelAleksey Kladov2019-10-101-62/+86
* add <> for type aliases as wellAleksey Kladov2019-10-091-52/+80
* smal cleanupAleksey Kladov2019-10-091-5/+5
* add `<>` when completing generic typesAleksey Kladov2019-10-081-5/+109
* simplifyAleksey Kladov2019-10-081-4/+5
* refactorAleksey Kladov2019-10-081-8/+15
* Support inferring `Self` type in enum definitionsice10002019-10-081-1/+1
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+1
* Remove redundant clone()Shotaro Yamada2019-09-251-1/+1
* rename add_resolution -> add_scope_defAleksey Kladov2019-09-131-18/+0
* Specify desirable namespace when calling resolveAleksey Kladov2019-09-131-37/+58
* rename AdtDef -> AdtAleksey Kladov2019-09-121-5/+3
* make various enums "inherit" from AdtDefAleksey Kladov2019-09-121-3/+9
* Complete vec macros with square bracketsKirill Bulatov2019-09-121-3/+8
* Add `!` to the macro completion labelKirill Bulatov2019-09-121-6/+10
* Complete macros parenthesisKirill Bulatov2019-09-121-1/+1
* Support completion for macrosuHOOCCOOHu2019-09-101-1/+23
* Make type walking infrastructure a bit nicerFlorian Diebold2019-09-031-1/+1
* :arrow_up: instaAleksey Kladov2019-08-291-7/+7
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-1/+1
* implement feature flagsAleksey Kladov2019-08-221-1/+4
* Remove vertical ellipses from tests in complete_snippet.rs and presentation.rsPhil Ellison2019-07-281-79/+73
* cargo formatPhil Ellison2019-07-281-32/+32
* Inline snapshots for all tests in presentation.rsPhil Ellison2019-07-281-57/+152
* show local variable types in completionEkaterina Babshukova2019-07-231-5/+13
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-7/+5
* rename XSignature -> XDataAleksey Kladov2019-06-181-6/+6
* remove inherent source implsAleksey Kladov2019-06-111-1/+1
* use Source for TypeAliasAleksey Kladov2019-06-111-3/+2
* use Source for statics and constsAleksey Kladov2019-06-111-2/+1
* use Source for FunctionAleksey Kladov2019-06-111-1/+1
* update ra_ide_api to use builtinsAleksey Kladov2019-05-301-1/+6
* add union to code_modelAleksey Kladov2019-05-231-0/+1