Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 2 | -5/+4 |
* | cleanup imports | Aleksey Kladov | 2020-02-06 | 2 | -12/+8 |
* | Improve parameter hints a bit & add emacs support | Florian Diebold | 2020-01-18 | 1 | -3/+16 |
* | FnSignature: use unwrap_or_default for parameter_name_list | imtsuki | 2020-01-15 | 1 | -5/+3 |
* | Add inlay parameter name hints for function calls | imtsuki | 2020-01-14 | 1 | -0/+22 |
* | Remove hir usage from macro_rules! detection in structure_node() | Roland Ruckerbauer | 2020-01-12 | 1 | -4/+2 |
* | Use hir .path() and .name() to differentiate | Roland Ruckerbauer | 2020-01-12 | 1 | -22/+24 |
* | Added test for file_structure unidentified macro definition | Roland Ruckerbauer | 2020-01-12 | 1 | -4/+18 |
* | Fix file_structure() to recognize macro_rules! | Roland Ruckerbauer | 2020-01-12 | 1 | -3/+17 |
* | Use attr location for builtin macro goto-imp | Edwin Cheng | 2020-01-12 | 1 | -1/+5 |
* | Implement proposed CallHierarchy feature | Jeremy Kolb | 2020-01-08 | 1 | -1/+1 |
* | Don't bother with focus range for navigation to locals | Aleksey Kladov | 2019-12-18 | 1 | -7/+8 |
* | Rename GenericParam -> TypeParam | Aleksey Kladov | 2019-12-07 | 1 | -1/+1 |
* | ToNav for GenericParam | Aleksey Kladov | 2019-12-07 | 1 | -1/+21 |
* | No block at the moment | ice1000 | 2019-12-04 | 1 | -1/+0 |
* | Add `ModuleSource::Block` | ice1000 | 2019-12-04 | 1 | -28/+15 |
* | Replace `ra_hir_expand::either` with crate | ice1000 | 2019-12-03 | 1 | -3/+4 |
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 1 | -2/+2 |