aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
...
* Fix file_structure() to recognize macro_rules!Roland Ruckerbauer2020-01-121-3/+17
* Fix formatEdwin Cheng2020-01-121-5/+2
* Use prev_token and next_tokenEdwin Cheng2020-01-121-44/+47
* Use indices first and last instead of min-maxEdwin Cheng2020-01-121-3/+4
* Use first and last token onlyEdwin Cheng2020-01-121-35/+56
* Handle extend selection in recursive macroEdwin Cheng2020-01-121-27/+49
* Minor fixEdwin Cheng2020-01-121-5/+4
* Fix formattingEdwin Cheng2020-01-121-1/+1
* Supporting extend selection inside macro callsEdwin Cheng2020-01-121-14/+109
* Add testEdwin Cheng2020-01-121-0/+12
* Use attr location for builtin macro goto-impEdwin Cheng2020-01-121-1/+5
* Fix ordering problem between qualifying paths and substituting paramsFlorian Diebold2020-01-111-4/+3
* Add AccessMode to declskjeremy2020-01-101-8/+57
* Split Declaration out into it's own typekjeremy2020-01-102-49/+55
* Simplify and update tests to account for accesskjeremy2020-01-101-48/+53
* TweaksJeremy Kolb2020-01-101-13/+35
* Basic DocumentHighlightKind support for assignmentsJeremy Kolb2020-01-102-6/+69
* Proper handling local in hoverEdwin Cheng2020-01-101-1/+19
* Merge pull request #2732 from detrumi/cargo-toml-not-found-message-toggleAleksey Kladov2020-01-091-0/+1
|\
| * Allow disabling Cargo.toml not found errorWilco Kusee2020-01-031-0/+1
* | Merge #2772bors[bot]2020-01-092-15/+99
|\ \
| * | visibility tweakJeremy Kolb2020-01-091-2/+2
| * | Actually test referenceskjeremy2020-01-082-15/+99
* | | Remove the Default impl for SourceRootMichal Terepeta2020-01-081-1/+2
|/ /
* | Move private API downkjeremy2020-01-081-15/+15
* | Implement proposed CallHierarchy featureJeremy Kolb2020-01-085-3/+372
* | Adds a way to limits reference search by StructLiteralMikhail Modin2020-01-082-12/+91
* | Merge pull request #2762 from edwin0cheng/fix-2759Aleksey Kladov2020-01-081-11/+25
|\ \
| * | Proper emit diagnostic without fixEdwin Cheng2020-01-071-19/+25
| * | Reject tuple index for missing fields assistEdwin Cheng2020-01-071-0/+8
* | | Use src node for analyze sourceEdwin Cheng2020-01-071-2/+3
|/ /
* | Fix a problem with `Durability` of librariesMichal Terepeta2020-01-061-1/+1
* | Split `infer` query into two for better profilingMichal Terepeta2020-01-031-2/+2
* | Split `crate_def_map` into two methodsMichal Terepeta2020-01-031-1/+1
|/
* Drop support for legacy colorizationAleksey Kladov2019-12-313-16/+23
* Merge #2667bors[bot]2019-12-291-1/+56
|\
| * visible_from -> is_visible_fromFlorian Diebold2019-12-271-1/+1
| * Hide completions for private struct fieldsFlorian Diebold2019-12-261-1/+56
* | Omit closure parametersKirill Bulatov2019-12-231-1/+36
|/
* Rudimentary name resolution for local itemsAleksey Kladov2019-12-221-0/+37
* Merge #2637bors[bot]2019-12-211-3/+8
|\
| * Optimize and profileAleksey Kladov2019-12-211-3/+8
* | Remove import source mapAleksey Kladov2019-12-211-2/+0
|/
* Remove imports from hirAleksey Kladov2019-12-212-10/+12
* Revert "Merge #2629"Aleksey Kladov2019-12-213-11/+12
* Remove import source mapAleksey Kladov2019-12-211-2/+0
* Remove hir for importsAleksey Kladov2019-12-212-10/+11
* Clippy lintskjeremy2019-12-205-47/+41
* Merge #2617bors[bot]2019-12-202-59/+23
|\
| * Remove unused importskjeremy2019-12-201-1/+1