| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-04-01 | Code blocks with tilde also works like code block | Lee Dogeon | -3/+4 | |
| 2022-03-12 | more clippy fixes: | Matthias Krüger | -1/+1 | |
| clippy::search_is_some clippy::redundant_static_lifetimes clippy::match_single_binding clippy::match_ref_pats clippy::map_entry clippy::manual_map clippy::iter_overeager_cloned clippy::into_iter_on_ref clippy::extra_unused_lifetimes | ||||
| 2022-03-06 | internal: Re-arrange ide_db modules | Lukas Wirth | -2/+1 | |
| 2022-03-06 | internal: Simplify and optimize syntax_highlighting | Lukas Wirth | -36/+41 | |
| 2022-03-04 | Preserve order of generic args | hkalbasi | -1/+1 | |
| 2021-12-03 | Rename things: Tool -> ToolModule | Lukas Wirth | -1/+1 | |
| 2021-12-03 | Remove syntax highlighting hack for builtin attrs | Lukas Wirth | -2/+2 | |
| 2021-12-03 | feat: Resolve builtin-attr and tools in ide layer | Lukas Wirth | -0/+2 | |
| 2021-11-23 | Disable string highlight injection for macros changing string literals | Lukas Wirth | -4/+4 | |
| 2021-11-22 | Split parts of `ide_db::call_info` off into `ide` | Lukas Wirth | -1/+2 | |
| 2021-11-11 | internal: Flatten `Definition::ModuleDef` variant | Lukas Wirth | -15/+24 | |
| 2021-09-30 | Restructure syntax element highlighting | Lukas Wirth | -2/+1 | |
| 2021-08-02 | resolve_doc_path is able to resolve to macros | Lukas Wirth | -12/+15 | |
| 2021-07-26 | Simplify | Lukas Wirth | -3/+5 | |
| 2021-07-20 | Correctly generate link fragments for associated items | Lukas Wirth | -2/+2 | |
| 2021-06-13 | clippy::useless_return | Maan2003 | -1/+1 | |
| 2021-06-13 | clippy::redudant_borrow | Maan2003 | -2/+2 | |
| 2021-05-12 | Support length for ByteStrings | Jade | -1/+1 | |
| I am not confident that my added byte string parsing is right. | ||||
| 2021-04-19 | Check for rust doc code attributes like rustdoc does | Lukas Wirth | -22/+2 | |
| 2021-04-19 | Don't require all doc fences to be valid for identifying rust code | Lukas Wirth | -1/+3 | |
| 2021-04-18 | Accept `E<error_number>` notation in doctests | Chayim Refael Friedman | -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 | ||||
| 2021-03-30 | Use new new docs string source mapping in goto_def and hover | Lukas Wirth | -31/+4 | |
| 2021-03-30 | Implement basic Documentation source to syntax range mapping | Lukas Wirth | -32/+23 | |
| 2021-03-29 | Remove code duplication in highlight injection | Lukas Wirth | -29/+3 | |
| 2021-03-27 | Unleash macro 2.0 in hightlight and more | Edwin Cheng | -2/+1 | |
| 2021-03-23 | Show item info when hovering intra doc links | Lukas Wirth | -3/+3 | |
| 2021-03-20 | Don't use an untyped String for ActiveParam tracking | Lukas Wirth | -1/+1 | |
| 2021-03-19 | Add `AttrsWithOwner` and clean up `source_map` | Jonas Schievink | -24/+19 | |
| 2021-03-19 | Move `AttrsOwnerNode` to syntax and make it public | Jonas Schievink | -31/+1 | |
| 2021-03-19 | Merge #8097 | bors[bot] | -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 <lukastw97@gmail.com> | ||||
| 2021-03-19 | Parse extended_key_value_attributes | Lukas Wirth | -2/+3 | |
| 2021-03-18 | Use a highlight modifier for intra doc links | Lukas Wirth | -11/+33 | |
| 2021-03-18 | Track source file IDs in source mapping of Attrs | Lukas Wirth | -5/+17 | |
| 2021-03-17 | Semantic highlight intradoclinks in documentation | Lukas Wirth | -33/+87 | |
| 2021-03-17 | Inject highlight into block doc comments | Lukas Wirth | -25/+37 | |
| 2021-03-17 | Merge #8059 | bors[bot] | -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 <lukastw97@gmail.com> | ||||
| 2021-03-17 | Remove quadratic attr source lookup | Lukas Wirth | -1/+2 | |
| 2021-03-17 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 | |
| 2021-03-16 | Properly handle doc attributes in doc-comment highlight injection | Lukas Wirth | -5/+43 | |
| 2021-03-16 | Replace trait object boxing with extra AttrsOwnerNode | Lukas Wirth | -19/+48 | |
| 2021-03-16 | Move doc-comment highlight injection from AST to HIR | Lukas Wirth | -14/+51 | |
| 2021-01-20 | . | Aleksey Kladov | -1/+1 | |
| 2021-01-09 | Refactor highlighting | Aleksey Kladov | -1/+1 | |
| 2021-01-09 | Simplify | Aleksey Kladov | -0/+158 | |
