Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modernize postfix completion tests | Aleksey Kladov | 2020-07-04 | 1 | -512/+123 |
| | |||||
* | More consistent usage of fixtures | Aleksey Kladov | 2020-06-24 | 1 | -110/+110 |
| | |||||
* | Fix if and while postfix completions | Aleksey Kladov | 2020-06-13 | 1 | -4/+4 |
| | |||||
* | Move the rest of the features to generated docs | Aleksey Kladov | 2020-05-31 | 1 | -3/+3 |
| | |||||
* | Add call postfix completion | vain0x | 2020-05-20 | 1 | -0/+59 |
| | | | | To make it easier to wrap an expression with Ok/Some/Rc::new etc. | ||||
* | add more specific match postfix for Result and Option | Benjamin Coenen | 2020-05-12 | 1 | -15/+43 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | add if let and while let postfix for Option and Result | Benjamin Coenen | 2020-05-10 | 1 | -38/+44 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | add if let and while let postfix for Option and Result #4348 | Benjamin Coenen | 2020-05-07 | 1 | -1/+199 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -64/+64 |
| | |||||
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -3/+3 |
| | |||||
* | Make sure that adding a snippet requires corresponding capability | Aleksey Kladov | 2020-04-24 | 1 | -6/+33 |
| | |||||
* | Better names for config structs | Aleksey Kladov | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | Consider references when applying postfix completions | Kirill Bulatov | 2020-03-23 | 1 | -17/+123 |
| | |||||
* | Introduce completion test utils | Aleksey Kladov | 2020-03-11 | 1 | -1/+1 |
| | |||||
* | Introduce CompletionOptions | Aleksey Kladov | 2020-03-10 | 1 | -1/+1 |
| | |||||
* | Fix range for postfix snippets | Florian Diebold | 2020-03-07 | 1 | -2/+63 |
| | |||||
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
* | Clippy lints | kjeremy | 2019-12-20 | 1 | -1/+1 |
| | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+282 |