Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests | Aleksey Kladov | 2020-07-17 | 1 | -0/+71 |
* | Unclutter NavigationTarget API | Aleksey Kladov | 2020-07-17 | 1 | -54/+27 |
* | Remove FunctionSignature | Aleksey Kladov | 2020-07-16 | 1 | -152/+0 |
* | Inlay hints use callables | Aleksey Kladov | 2020-07-16 | 1 | -95/+1 |
* | Rename | Aleksey Kladov | 2020-07-16 | 1 | -1/+1 |
* | Don't use function signature for Display | Aleksey Kladov | 2020-07-16 | 1 | -54/+2 |
* | Better module structure | Aleksey Kladov | 2020-07-16 | 1 | -441/+0 |
* | Reduce visibility | Aleksey Kladov | 2020-07-16 | 1 | -21/+19 |
* | Semantical call info | Aleksey Kladov | 2020-07-16 | 1 | -21/+0 |
* | simplify | Aleksey Kladov | 2020-07-16 | 1 | -60/+47 |
* | Implementations lens for unions | Aleksey Kladov | 2020-07-11 | 1 | -0/+1 |
* | Update file structure tests | Aleksey Kladov | 2020-07-01 | 1 | -213/+215 |
* | Remove confusing API | Aleksey Kladov | 2020-06-30 | 1 | -22/+14 |
* | Rewrite goto implementation tests | Aleksey Kladov | 2020-06-30 | 1 | -3/+7 |
* | Rewrite goto definition tests | Aleksey Kladov | 2020-06-30 | 1 | -1/+4 |
* | Slightly better name | Aleksey Kladov | 2020-06-23 | 1 | -2/+2 |
* | display Doctest code lens before comment #4785 | Benjamin Coenen | 2020-06-18 | 1 | -3/+1 |
* | display Doctest code lens before comment #4785 | Benjamin Coenen | 2020-06-09 | 1 | -2/+23 |
* | Merge #4678 | bors[bot] | 2020-06-03 | 1 | -2/+11 |
|\ | |||||
| * | Use split1 when formatting function signature params | Aaron Loucks | 2020-06-03 | 1 | -5/+3 |
| * | Unsquish parameter types in tooltips for macro-generated functions | Aaron Loucks | 2020-05-31 | 1 | -1/+12 |
* | | New runnables API | Aleksey Kladov | 2020-06-02 | 1 | -43/+23 |
* | | Don't require module docs for Features and Assists | Aleksey Kladov | 2020-05-31 | 1 | -5/+1 |
* | | Generate features docs from source | Aleksey Kladov | 2020-05-31 | 1 | -0/+13 |
|/ | |||||
* | Simplify proto conversion | Aleksey Kladov | 2020-05-10 | 1 | -2/+7 |
* | Remove dbg | Edwin Cheng | 2020-05-10 | 1 | -1/+0 |
* | Hot fix panic for function_signature | Edwin Cheng | 2020-05-10 | 1 | -7/+13 |
* | Fix panic in FunctionSignature | Aleksey Kladov | 2020-05-07 | 1 | -1/+7 |
* | Fix focus range for TypeParam | Aleksey Kladov | 2020-05-04 | 1 | -3/+7 |
* | Unsafe traits | Diana | 2020-05-01 | 1 | -1/+5 |
* | Include function qualifiers in signature | oxalica | 2020-04-29 | 1 | -0/+40 |
* | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 1 | -2/+2 |
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -38/+38 |
* | Merge #3954 | bors[bot] | 2020-04-23 | 1 | -21/+48 |
|\ | |||||
| * | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-21 | 1 | -2/+1 |
| * | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-17 | 1 | -1/+1 |
| |\ | |||||
| * \ | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-11 | 1 | -4/+17 |
| |\ \ | |||||
| * | | | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-11 | 1 | -21/+36 |
| |/ / | |||||
* | / | Remove SyntaxPtr::range from more places | Aleksey Kladov | 2020-04-23 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Don't expose SyntaxNodePtr impl details | Aleksey Kladov | 2020-04-16 | 1 | -1/+1 |
|/ | |||||
* | Fix unnecessary braces warnings | Laurențiu Nicola | 2020-04-06 | 2 | -29/+29 |
* | Start stdx | Aleksey Kladov | 2020-03-28 | 2 | -12/+10 |
* | Fix completion of HashMap::new | Florian Diebold | 2020-03-13 | 1 | -2/+2 |
* | Fix imports | Aleksey Kladov | 2020-03-03 | 1 | -6/+2 |
* | Rename NameDefinition -> Definition | Aleksey Kladov | 2020-03-03 | 1 | -8/+8 |
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 2 | -4/+4 |
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -2/+6 |
* | Simplify | Aleksey Kladov | 2020-02-25 | 1 | -1/+1 |
* | Add basic parameter name hints heuristics | Kirill Bulatov | 2020-02-23 | 1 | -3/+13 |
* | Simplify | Aleksey Kladov | 2020-02-22 | 1 | -25/+41 |