Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for rust doc code attributes like rustdoc does | Lukas Wirth | 2021-04-19 | 1 | -22/+2 |
| | |||||
* | Don't require all doc fences to be valid for identifying rust code | Lukas Wirth | 2021-04-19 | 1 | -1/+3 |
| | |||||
* | Accept `E<error_number>` notation in doctests | Chayim Refael Friedman | 2021-04-18 | 1 | -2/+8 |
| | | | | | | | ```compile_fail,E0000 ``` The code was stolen from rustdoc at https://github.com/rust-lang/rust/blob/392ba2ba1a7d6c542d2459fb8133bebf62a4a423/src/librustdoc/html/markdown.rs#L866-L867 | ||||
* | 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 |