Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -2/+2 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -4/+4 |
* | rename XSignature -> XData | Aleksey Kladov | 2019-06-18 | 1 | -1/+1 |
* | Fix clippy::identity_conversion | Alan Du | 2019-06-04 | 1 | -2/+1 |
* | Fix clippy::assign_op_pattern | Alan Du | 2019-06-04 | 1 | -1/+1 |
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -1/+1 |
* | use really correct resolver for expressions | Aleksey Kladov | 2019-04-12 | 1 | -1/+1 |
* | fix typo | Aleksey Kladov | 2019-04-11 | 1 | -3/+3 |
* | rename | Aleksey Kladov | 2019-04-11 | 1 | -1/+1 |
* | reduce visibility | Aleksey Kladov | 2019-04-11 | 1 | -3/+3 |
* | Make call info to use real name resolution | Aleksey Kladov | 2019-04-11 | 1 | -17/+20 |
* | Add FunctionSignature::from_hir | Ville Penttinen | 2019-04-09 | 1 | -6/+4 |
* | Move FunctionSignature creation to display | Ville Penttinen | 2019-04-09 | 1 | -4/+3 |
* | Add no parameter test to call_info | Ville Penttinen | 2019-04-09 | 1 | -0/+19 |
* | Move test specific things | Ville Penttinen | 2019-04-09 | 1 | -10/+11 |
* | Refactor CallInfo function signatures to new FunctionSignature type | Ville Penttinen | 2019-04-09 | 1 | -33/+52 |
* | Simplify | kjeremy | 2019-03-27 | 1 | -13/+14 |
* | Take number of arguments at the call-site into account for signature help | kjeremy | 2019-03-27 | 1 | -1/+22 |
* | Be precise about the argument list | Jeremy Kolb | 2019-02-14 | 1 | -15/+7 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -29/+9 |
* | move index_resolve to symbol index | Aleksey Kladov | 2019-02-08 | 1 | -1/+1 |
* | Pass Documentation up to LSP and add "rust" to our codeblocks there | Jeremy Kolb | 2019-01-30 | 1 | -48/+18 |
* | Merge #662 | bors[bot] | 2019-01-27 | 1 | -2/+1 |
|\ | |||||
| * | Make doc comments optional | Jeremy Kolb | 2019-01-26 | 1 | -2/+1 |
* | | fix panic in call info | Aleksey Kladov | 2019-01-26 | 1 | -2/+20 |
|/ | |||||
* | rename source_file -> parse | Aleksey Kladov | 2019-01-26 | 1 | -2/+2 |
* | rename FilesDatabase -> SourceDatabase | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 |
* | fold syntax database into files database | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 |
* | move SyntaxPtr to ra_syntax | Aleksey Kladov | 2019-01-23 | 1 | -2/+2 |
* | Simplify CallInfo label and documentation | Jeremy A. Kolb | 2019-01-22 | 1 | -40/+7 |
* | remove Canceled from API impl | Aleksey Kladov | 2019-01-15 | 1 | -7/+9 |
* | remove cancelable from symbols | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 1 | -0/+451 |