Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Remove movable array, improve client code | ivan770 | 2021-03-18 | 1 | -28/+8 | |
| * | Item up and down movers | ivan770 | 2021-03-18 | 2 | -0/+402 | |
* | | clippy::complexity simplifications related to Iterators | Matthias Krüger | 2021-03-21 | 1 | -4/+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 | |
|\ \ | ||||||
| * | | 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 | 12 | -29/+53 | |
* | | Merge #8083 | bors[bot] | 2021-03-18 | 2 | -10/+28 | |
|\ \ | ||||||
| * | | Track source file IDs in source mapping of Attrs | Lukas Wirth | 2021-03-18 | 2 | -10/+28 | |
| |/ | ||||||
* | | Add test for goto def on proc macro invocation | Jonas Schievink | 2021-03-18 | 1 | -0/+17 | |
* | | Store an `AstId` for procedural macros | Jonas Schievink | 2021-03-18 | 2 | -6/+16 | |
|/ | ||||||
* | Semantic highlight intradoclinks in documentation | Lukas Wirth | 2021-03-17 | 14 | -45/+120 | |
* | Merge #8069 | bors[bot] | 2021-03-17 | 3 | -28/+72 | |
|\ | ||||||
| * | Inject highlight into block doc comments | Lukas Wirth | 2021-03-17 | 3 | -28/+72 | |
* | | Check whether cursor is on and not between intra doc links in goto_definition | Lukas Wirth | 2021-03-17 | 1 | -8/+14 | |
|/ | ||||||
* | Fix incorrect newline emission in Attrs::docs | Lukas Wirth | 2021-03-17 | 1 | -4/+22 | |
* | Better handling of block doc comments | Lukas Wirth | 2021-03-17 | 3 | -7/+83 | |
* | Merge #8059 | bors[bot] | 2021-03-17 | 4 | -17/+154 | |
|\ | ||||||
| * | 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 | 3 | -6/+76 | |
| * | 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 | 2 | -15/+52 | |
* | | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | 2021-03-17 | 3 | -4/+4 | |
* | | avoid converting types into themselves via .into() (clippy::useless-conversion) | Matthias Krüger | 2021-03-17 | 1 | -1/+1 | |
* | | Merge #8055 | bors[bot] | 2021-03-16 | 1 | -14/+4 | |
|\ \ | |/ |/| | ||||||
| * | Implement HirDisplay for some more types | Lukas Wirth | 2021-03-16 | 1 | -14/+4 | |
* | | Merge #8053 | bors[bot] | 2021-03-16 | 3 | -145/+16 | |
|\ \ | ||||||
| * | | Remove ShortLabel | Lukas Wirth | 2021-03-16 | 3 | -145/+16 | |
| |/ | ||||||
* | | Merge #8034 | bors[bot] | 2021-03-16 | 1 | -0/+23 | |
|\ \ | |/ |/| | ||||||
| * | Add new_source_root meta to test fixtures | Lukas Wirth | 2021-03-16 | 1 | -4/+4 | |
| * | Implement Crate::transitive_reverse_dependencies | Lukas Wirth | 2021-03-15 | 1 | -0/+23 | |
* | | Merge #7498 | bors[bot] | 2021-03-16 | 14 | -52/+65 | |
|\ \ | ||||||
| * | | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 14 | -52/+65 | |
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge #7900 #8000 | bors[bot] | 2021-03-16 | 3 | -73/+124 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | Update tests | oxalica | 2021-03-15 | 1 | -28/+57 | |
| | * | | Clean usage of ShortLabel | oxalica | 2021-03-15 | 2 | -7/+8 | |
| | * | | Use hir formatter more | oxalica | 2021-03-15 | 1 | -42/+17 | |
| | * | | Impl HirDisplay for function hover message | oxalica | 2021-03-15 | 1 | -1/+9 | |
| | * | | Add test for hover of macro expanded function | oxalica | 2021-03-15 | 1 | -0/+38 | |
| | |/ | ||||||
* | / | Return multiple modules in `parent_module` | Lukas Wirth | 2021-03-15 | 1 | -25/+54 | |
| |/ |/| | ||||||
* | | Merge #8020 | bors[bot] | 2021-03-15 | 2 | -49/+83 | |
|\ \ | ||||||
| * | | Power up goto_implementation | Lukas Wirth | 2021-03-15 | 2 | -49/+83 | |
* | | | Merge #8015 | bors[bot] | 2021-03-15 | 2 | -67/+80 | |
|\ \ \ | ||||||
| * | | | move Semantics::visit_file_defs to ide_db::helpers | Lukas Wirth | 2021-03-15 | 2 | -2/+4 | |
| * | | | Introduce Semantics::visit_file_defs | Lukas Wirth | 2021-03-15 | 2 | -67/+78 | |
* | | | | Goto definition works for `S { a: }` case | Aleksey Kladov | 2021-03-15 | 1 | -0/+11 | |
|/ / / | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge #8021 #8022 | bors[bot] | 2021-03-15 | 4 | -12/+24 | |
|\ \ \ \ | ||||||
| | * | | | some clippy::performance fixes | Matthias Krüger | 2021-03-15 | 2 | -4/+3 | |
| | |/ / |