Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new new docs string source mapping in goto_def and hover | Lukas Wirth | 2021-03-30 | 1 | -31/+4 |
| | |||||
* | Implement basic Documentation source to syntax range mapping | Lukas Wirth | 2021-03-30 | 1 | -32/+23 |
| | |||||
* | Remove code duplication in highlight injection | Lukas Wirth | 2021-03-29 | 1 | -29/+3 |
| | |||||
* | Unleash macro 2.0 in hightlight and more | Edwin Cheng | 2021-03-27 | 1 | -2/+1 |
| | |||||
* | Show item info when hovering intra doc links | Lukas Wirth | 2021-03-23 | 1 | -3/+3 |
| | |||||
* | Don't use an untyped String for ActiveParam tracking | Lukas Wirth | 2021-03-20 | 1 | -1/+1 |
| | |||||
* | Add `AttrsWithOwner` and clean up `source_map` | Jonas Schievink | 2021-03-19 | 1 | -24/+19 |
| | |||||
* | Move `AttrsOwnerNode` to syntax and make it public | Jonas Schievink | 2021-03-19 | 1 | -31/+1 |
| | |||||
* | Merge #8097 | bors[bot] | 2021-03-19 | 1 | -2/+3 |
|\ | | | | | | | | | | | | | | | 8097: Parse extended_key_value_attributes r=jonas-schievink a=Veykril Companion PR https://github.com/rust-analyzer/ungrammar/pull/31 Co-authored-by: Lukas Wirth <[email protected]> | ||||
| * | Parse extended_key_value_attributes | Lukas Wirth | 2021-03-19 | 1 | -2/+3 |
| | | |||||
* | | Use a highlight modifier for intra doc links | Lukas Wirth | 2021-03-18 | 1 | -11/+33 |
| | | |||||
* | | Track source file IDs in source mapping of Attrs | Lukas Wirth | 2021-03-18 | 1 | -5/+17 |
|/ | |||||
* | Semantic highlight intradoclinks in documentation | Lukas Wirth | 2021-03-17 | 1 | -33/+87 |
| | |||||
* | Inject highlight into block doc comments | Lukas Wirth | 2021-03-17 | 1 | -25/+37 |
| | |||||
* | Merge #8059 | bors[bot] | 2021-03-17 | 1 | -15/+120 |
|\ | | | | | | | | | | | | | | | 8059: Move doc-comment highlight injection from AST to HIR r=matklad,jonas-schievink a=Veykril Fixes #5016 Co-authored-by: Lukas Wirth <[email protected]> | ||||
| * | Remove quadratic attr source lookup | Lukas Wirth | 2021-03-17 | 1 | -1/+2 |
| | | |||||
| * | Properly handle doc attributes in doc-comment highlight injection | Lukas Wirth | 2021-03-16 | 1 | -5/+43 |
| | | |||||
| * | Replace trait object boxing with extra AttrsOwnerNode | Lukas Wirth | 2021-03-16 | 1 | -19/+48 |
| | | |||||
| * | Move doc-comment highlight injection from AST to HIR | Lukas Wirth | 2021-03-16 | 1 | -14/+51 |
| | | |||||
* | | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | 2021-03-17 | 1 | -1/+1 |
|/ | |||||
* | . | Aleksey Kladov | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | Refactor highlighting | Aleksey Kladov | 2021-01-09 | 1 | -1/+1 |
| | |||||
* | Simplify | Aleksey Kladov | 2021-01-09 | 1 | -0/+158 |