Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ModId | Aleksey Kladov | 2018-11-20 | 2 | -9/+1 |
| | |||||
* | Make more stuff private | Aleksey Kladov | 2018-11-20 | 1 | -3/+3 |
| | |||||
* | Make most of modules impl private | Aleksey Kladov | 2018-11-20 | 4 | -20/+19 |
| | |||||
* | Use OO module API in completion | Aleksey Kladov | 2018-11-20 | 3 | -68/+31 |
| | |||||
* | Use OO API instead of resolve_module | Aleksey Kladov | 2018-11-20 | 2 | -52/+19 |
| | |||||
* | Use OO API in crate_for | Aleksey Kladov | 2018-11-20 | 2 | -12/+50 |
| | |||||
* | Make LikdId private | Aleksey Kladov | 2018-11-20 | 1 | -9/+5 |
| | |||||
* | Use more OO API for parent module | Aleksey Kladov | 2018-11-20 | 2 | -29/+94 |
| | |||||
* | Make some queries private | Aleksey Kladov | 2018-11-20 | 4 | -12/+13 |
| | | | | | Convention: we prefix private queries with `_` until salsa support real visibility. | ||||
* | Add ModId | Aleksey Kladov | 2018-11-20 | 1 | -8/+17 |
| | |||||
* | use loc2id for FnIds | Aleksey Kladov | 2018-11-18 | 6 | -22/+70 |
| | |||||
* | Add Loc2IdMap | Aleksey Kladov | 2018-11-18 | 4 | -0/+82 |
| | |||||
* | Fix typos | Adolfo OchagavĂa | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | Complete paths in use trees | Aleksey Kladov | 2018-11-07 | 1 | -5/+16 |
| | |||||
* | Do more work in classify | Aleksey Kladov | 2018-11-07 | 1 | -38/+30 |
| | |||||
* | Use cached module scopes for completion | Aleksey Kladov | 2018-11-07 | 5 | -51/+71 |
| | |||||
* | split completion mod | Aleksey Kladov | 2018-11-07 | 2 | -272/+339 |
| | |||||
* | reorganize completion | Aleksey Kladov | 2018-11-07 | 2 | -88/+75 |
| | |||||
* | rename module source | Aleksey Kladov | 2018-11-07 | 4 | -32/+32 |
| | |||||
* | rename ROOT -> SOURCE_FILE | Aleksey Kladov | 2018-11-07 | 2 | -4/+4 |
| | |||||
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 8 | -31/+33 |
| | |||||
* | Rustfmt to pass CI | Jeremy A. Kolb | 2018-11-07 | 1 | -1/+1 |
| | |||||
* | Show documentation for hover requests | Jeremy A. Kolb | 2018-11-07 | 2 | -0/+17 |
| | |||||
* | Generalize Owned nodes | Aleksey Kladov | 2018-11-06 | 4 | -12/+12 |
| | |||||
* | Use FilePosition everywhere | Aleksey Kladov | 2018-11-05 | 4 | -97/+69 |
| | |||||
* | rename Position to FilePostion | Aleksey Kladov | 2018-11-05 | 2 | -9/+9 |
| | |||||
* | Fully add inline modules to module tree | Aleksey Kladov | 2018-11-05 | 4 | -32/+64 |
| | |||||
* | Submodule is enum | Aleksey Kladov | 2018-11-05 | 3 | -21/+67 |
| | |||||
* | collect all submodules | Aleksey Kladov | 2018-11-05 | 2 | -20/+30 |
| | |||||
* | submodules works with module sources | Aleksey Kladov | 2018-11-05 | 2 | -13/+20 |
| | |||||
* | use module_for_source | Aleksey Kladov | 2018-11-05 | 3 | -12/+8 |
| | |||||
* | Introduce modules_from_source fn | Aleksey Kladov | 2018-11-05 | 1 | -6/+6 |
| | |||||
* | Use Default everywhere | Aleksey Kladov | 2018-11-04 | 4 | -20/+20 |
| | |||||
* | Don't order import alphabetical | Aleksey Kladov | 2018-11-01 | 1 | -4/+4 |
| | | | | | alphabetical ordering is no more consistent, and much less useful then the ordering which arises naturally when you add import. | ||||
* | Dead code | Aleksey Kladov | 2018-11-01 | 1 | -41/+0 |
| | |||||
* | update salsa | Aleksey Kladov | 2018-11-01 | 2 | -32/+42 |
| | |||||
* | Some docs | Aleksey Kladov | 2018-11-01 | 1 | -0/+12 |
| | |||||
* | Add inline source | Aleksey Kladov | 2018-11-01 | 5 | -46/+93 |
| | |||||
* | Introduce ModuleSource | Aleksey Kladov | 2018-11-01 | 3 | -11/+40 |
| | |||||
* | Use From to get an owned AST | Aleksey Kladov | 2018-11-01 | 1 | -2/+1 |
| | |||||
* | remove SyntaxPtrDatabase | Aleksey Kladov | 2018-11-01 | 4 | -19/+12 |
| | |||||
* | Fix test | Aleksey Kladov | 2018-10-31 | 1 | -0/+1 |
| | |||||
* | Speedup fmt | Aleksey Kladov | 2018-10-31 | 1 | -6/+1 |
| | |||||
* | RemoveDeadCode | Aleksey Kladov | 2018-10-31 | 1 | -17/+0 |
| | |||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 15 | -198/+205 |
| | |||||
* | Simplify find_all_refs by always resolving a ast::BindPat | Jeremy A. Kolb | 2018-10-31 | 1 | -32/+16 |
| | |||||
* | Add DeclarationDescriptor and ReferenceDescriptor | Jeremy A. Kolb | 2018-10-31 | 2 | -4/+66 |
| | | | | | Fixes #142 Fixes #146 | ||||
* | Merge #167 | bors[bot] | 2018-10-31 | 1 | -3/+57 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 167: Attempt to extract useful comments from function signatures r=matklad a=kjeremy I'm trying to extract useful function comments for signature info. This will also be useful for hover. This is a WIP (and actually works pretty well!) but I don't think it's the right approach long term so some guidance would be appreciated so that we could also get comments for say types and variable instances etc. Currently `test_fn_signature_with_simple_doc` fails due to a bug in `extend` but we probably shouldn't use this approach anyway. Maybe comments should be attached to nodes somehow? I'm also thinking that maybe the markdown bits should live in the language server. Thoughts? Co-authored-by: Jeremy A. Kolb <[email protected]> | ||||
| * | Useful comments from function signatures | Jeremy A. Kolb | 2018-10-31 | 1 | -3/+57 |
| | | |||||
* | | Add MockAnalysis to make testing easier | Aleksey Kladov | 2018-10-31 | 4 | -19/+87 |
| | |