aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting/inject.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy::useless_returnMaan20032021-06-131-1/+1
* clippy::redudant_borrowMaan20032021-06-131-2/+2
* Support length for ByteStringsJade2021-05-131-1/+1
* Check for rust doc code attributes like rustdoc doesLukas Wirth2021-04-191-22/+2
* Don't require all doc fences to be valid for identifying rust codeLukas Wirth2021-04-191-1/+3
* Accept `E<error_number>` notation in doctestsChayim Refael Friedman2021-04-181-2/+8
* Use new new docs string source mapping in goto_def and hoverLukas Wirth2021-03-301-31/+4
* Implement basic Documentation source to syntax range mappingLukas Wirth2021-03-301-32/+23
* Remove code duplication in highlight injectionLukas Wirth2021-03-291-29/+3
* Unleash macro 2.0 in hightlight and moreEdwin Cheng2021-03-271-2/+1
* Show item info when hovering intra doc linksLukas Wirth2021-03-231-3/+3
* Don't use an untyped String for ActiveParam trackingLukas Wirth2021-03-201-1/+1
* Add `AttrsWithOwner` and clean up `source_map`Jonas Schievink2021-03-191-24/+19
* Move `AttrsOwnerNode` to syntax and make it publicJonas Schievink2021-03-191-31/+1
* Merge #8097bors[bot]2021-03-191-2/+3
|\
| * Parse extended_key_value_attributesLukas Wirth2021-03-191-2/+3
* | Use a highlight modifier for intra doc linksLukas Wirth2021-03-181-11/+33
* | Track source file IDs in source mapping of AttrsLukas Wirth2021-03-181-5/+17
|/
* Semantic highlight intradoclinks in documentationLukas Wirth2021-03-171-33/+87
* Inject highlight into block doc commentsLukas Wirth2021-03-171-25/+37
* Merge #8059bors[bot]2021-03-171-15/+120
|\
| * Remove quadratic attr source lookupLukas Wirth2021-03-171-1/+2
| * Properly handle doc attributes in doc-comment highlight injectionLukas Wirth2021-03-161-5/+43
| * Replace trait object boxing with extra AttrsOwnerNodeLukas Wirth2021-03-161-19/+48
| * Move doc-comment highlight injection from AST to HIRLukas Wirth2021-03-161-14/+51
* | don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger2021-03-171-1/+1
|/
* .Aleksey Kladov2021-01-191-1/+1
* Refactor highlightingAleksey Kladov2021-01-091-1/+1
* SimplifyAleksey Kladov2021-01-091-0/+158