Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In field patterns, don't highlight local binding as a field | Aleksey Kladov | 2020-06-10 | 1 | -3/+6 |
| | |||||
* | Swap `into_definition` and `definition` semantics for `FieldShorthand` variant | unexge | 2020-06-08 | 1 | -2/+2 |
| | |||||
* | Add `FieldShorthand` variant to `NameClass` | unexge | 2020-06-08 | 1 | -26/+30 |
| | |||||
* | Add goto def for enum variant field | unexge | 2020-06-06 | 1 | -0/+6 |
| | |||||
* | Add hover actions as LSP extension | vsrs | 2020-06-05 | 1 | -1/+1 |
| | |||||
* | Remove cross-crate marks | Aleksey Kladov | 2020-05-20 | 1 | -8/+2 |
| | | | | | They create quite a bit of friction. Really, we should just move the tests to the same crate, rather than paper over existing split. | ||||
* | New definition_visibility method | Fedor Sakharov | 2020-05-11 | 1 | -13/+2 |
| | |||||
* | Also for consts and type aliases | Fedor Sakharov | 2020-05-11 | 1 | -0/+2 |
| | |||||
* | Find references to a function outside module | Fedor Sakharov | 2020-05-11 | 1 | -0/+1 |
| | |||||
* | Remove HasVisibility implementation | Fedor Sakharov | 2020-05-07 | 1 | -2/+5 |
| | |||||
* | Fix rename of enum variant visible from module | Fedor Sakharov | 2020-05-06 | 1 | -1/+4 |
| | |||||
* | refactor: use parent instead ancestors for use alias | Benjamin Coenen | 2020-05-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | add support of use alias semantic in definition #4202 | Benjamin Coenen | 2020-05-02 | 1 | -5/+9 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | wip | Benjamin Coenen | 2020-05-01 | 1 | -1/+7 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 1 | -11/+11 |
| | |||||
* | Fix goto definition for record patterns | Aleksey Kladov | 2020-04-18 | 1 | -0/+9 |
| | |||||
* | Make records grammar more orthogonal | Aleksey Kladov | 2020-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | We used name [: expr] grammar before, now it is [name :] expr which makes things simpler | ||||
* | Add ItemScope::visibility_of | Edwin Cheng | 2020-03-24 | 1 | -23/+8 |
| | |||||
* | Support cross-crate marks | Aleksey Kladov | 2020-03-04 | 1 | -0/+6 |
| | |||||
* | Move reference classification to ra_ide_db | Aleksey Kladov | 2020-03-03 | 1 | -3/+75 |
| | | | | Lost some marks along the way :-( | ||||
* | Rename NameDefinition -> Definition | Aleksey Kladov | 2020-03-03 | 1 | -43/+44 |
| | |||||
* | Refactor reference search a bit | Aleksey Kladov | 2020-03-03 | 1 | -1/+27 |
| | |||||
* | Simplify: remove couple of useless functions | Aleksey Kladov | 2020-03-02 | 1 | -19/+11 |
| | |||||
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 1 | -2/+2 |
| | |||||
* | Fix highlighting of const patterns | Aleksey Kladov | 2020-02-28 | 1 | -0/+6 |
| | |||||
* | Classify name takes const patterns into account | Aleksey Kladov | 2020-02-28 | 1 | -1/+26 |
| | |||||
* | Fix union classification | Aleksey Kladov | 2020-02-28 | 1 | -0/+4 |
| | |||||
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -33/+17 |
| | | | | | | | | | | This introduces the new type -- Semantics. Semantics maps SyntaxNodes to various semantic info, such as type, name resolution or macro expansions. To do so, Semantics maintains a HashMap which maps every node it saw to the file from which the node originated. This is enough to get all the necessary hir bits just from syntax. | ||||
* | Merge NameDefinition and NameKind | Aleksey Kladov | 2020-02-19 | 1 | -35/+20 |
| | |||||
* | Derive visibility as well | Aleksey Kladov | 2020-02-19 | 1 | -39/+44 |
| | |||||
* | Don't store deriveable Module info in NameDefinition | Aleksey Kladov | 2020-02-19 | 1 | -43/+37 |
| | |||||
* | Rename | Aleksey Kladov | 2020-02-07 | 1 | -4/+4 |
| | |||||
* | Remove irrelevant distinction | Aleksey Kladov | 2020-02-07 | 1 | -28/+4 |
| | |||||
* | Fix tests | Aleksey Kladov | 2020-02-06 | 1 | -1/+1 |
| | |||||
* | Add a fixme note | Aleksey Kladov | 2020-02-06 | 1 | -0/+2 |
| | |||||
* | Move NameKind up | Aleksey Kladov | 2020-02-06 | 1 | -0/+194 |