Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add testing infrastructure for type inference | Florian Diebold | 2018-12-23 | 1 | -0/+3 |
| | | | | - move dir_tests to test_utils for that. | ||||
* | less verbose debug for library data | Aleksey Kladov | 2018-12-22 | 1 | -1/+10 |
| | |||||
* | more icons | Aleksey Kladov | 2018-12-21 | 1 | -1/+1 |
| | |||||
* | hide empty changes | Aleksey Kladov | 2018-12-21 | 1 | -7/+17 |
| | |||||
* | make compleion item details private | Aleksey Kladov | 2018-12-21 | 1 | -1/+1 |
| | |||||
* | edits use source-root API | Aleksey Kladov | 2018-12-21 | 1 | -3/+4 |
| | |||||
* | hide atom edits a bit | Aleksey Kladov | 2018-12-21 | 1 | -2/+2 |
| | |||||
* | fix SourceFileEdit name | Aleksey Kladov | 2018-12-21 | 1 | -2/+2 |
| | |||||
* | fix tests | Aleksey Kladov | 2018-12-20 | 1 | -3/+3 |
| | |||||
* | index all local crates | Aleksey Kladov | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | fix syc | Aleksey Kladov | 2018-12-20 | 1 | -0/+1 |
| | |||||
* | swtich lsp server to vfs | Aleksey Kladov | 2018-12-20 | 1 | -2/+6 |
| | |||||
* | dead import | Aleksey Kladov | 2018-12-20 | 1 | -2/+1 |
| | |||||
* | switch analysis to vfs | Aleksey Kladov | 2018-12-20 | 1 | -21/+75 |
| | |||||
* | rename Edit to TextEdit and AtomEdit to AtomTextEdit | Bernardo | 2018-12-11 | 1 | -2/+2 |
| | |||||
* | extract AtomEdit and Edit into new ra_text_edit crate | Bernardo | 2018-12-10 | 1 | -1/+2 |
| | |||||
* | Refactor symbol resolve API | Aleksey Kladov | 2018-12-08 | 1 | -1/+25 |
| | | | | | Introduce ReferenceResolution to avoid nesting to many non-nominal types. | ||||
* | Add a better text for hover and stop duplicating work done in ↵ | DJMcNab | 2018-12-08 | 1 | -1/+4 |
| | | | | approximatelly_resolve_symbol | ||||
* | modernize even more | Aleksey Kladov | 2018-12-06 | 1 | -8/+0 |
| | |||||
* | Add functions to DefId | Aleksey Kladov | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | Move hir tests to hit | Aleksey Kladov | 2018-11-28 | 1 | -109/+0 |
| | |||||
* | Move hir to a separate crate | Aleksey Kladov | 2018-11-28 | 1 | -3/+119 |
| | |||||
* | introduce hir crate | Aleksey Kladov | 2018-11-28 | 1 | -16/+1 |
| | |||||
* | move ids to HIR | Aleksey Kladov | 2018-11-28 | 1 | -1/+0 |
| | |||||
* | move db basics to ra_db | Aleksey Kladov | 2018-11-28 | 1 | -16/+6 |
| | | | | This should allow to move hir to a separate crate | ||||
* | rename FnDescriptior -> FnSignatureInfo | Aleksey Kladov | 2018-11-27 | 1 | -2/+2 |
| | |||||
* | move resolve_local_scope | Aleksey Kladov | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | start descriptors -> hir rename | Aleksey Kladov | 2018-11-27 | 1 | -4/+4 |
| | |||||
* | use ctry | Aleksey Kladov | 2018-11-27 | 1 | -0/+9 |
| | |||||
* | Codify Arena pattern | Aleksey Kladov | 2018-11-25 | 1 | -0/+1 |
| | |||||
* | Add Loc2IdMap | Aleksey Kladov | 2018-11-18 | 1 | -0/+1 |
| | |||||
* | Fix typos | Adolfo Ochagavía | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 1 | -7/+7 |
| | |||||
* | Rustfmt to pass CI | Jeremy A. Kolb | 2018-11-07 | 1 | -1/+1 |
| | |||||
* | Show documentation for hover requests | Jeremy A. Kolb | 2018-11-07 | 1 | -0/+7 |
| | |||||
* | Use FilePosition everywhere | Aleksey Kladov | 2018-11-05 | 1 | -33/+19 |
| | |||||
* | rename Position to FilePostion | Aleksey Kladov | 2018-11-05 | 1 | -7/+7 |
| | |||||
* | Fully add inline modules to module tree | Aleksey Kladov | 2018-11-05 | 1 | -2/+6 |
| | |||||
* | Use Default everywhere | Aleksey Kladov | 2018-11-04 | 1 | -6/+1 |
| | |||||
* | 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. | ||||
* | Some docs | Aleksey Kladov | 2018-11-01 | 1 | -0/+12 |
| | |||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 1 | -21/+26 |
| | |||||
* | Add MockAnalysis to make testing easier | Aleksey Kladov | 2018-10-31 | 1 | -2/+1 |
| | |||||
* | Move completion to ra_analysis | Aleksey Kladov | 2018-10-31 | 1 | -3/+6 |
| | | | | | | While we should handle completion for isolated file, it's better achieved by using empty Analysis, rather than working only with &File: we need memoization for type inference even inside a single file. | ||||
* | Move FnDescriptors to analyzer | Aleksey Kladov | 2018-10-31 | 1 | -1/+1 |
| | |||||
* | introduce syntax-ptr | Aleksey Kladov | 2018-10-30 | 1 | -0/+1 |
| | |||||
* | Move input to top-level | Aleksey Kladov | 2018-10-25 | 1 | -30/+3 |
| | |||||
* | Encapsulate CrateGraph a bit | Aleksey Kladov | 2018-10-25 | 1 | -3/+15 |
| | |||||
* | Improve logging | Aleksey Kladov | 2018-10-25 | 1 | -3/+16 |
| | |||||
* | Store all the data in the Salsa Database | Aleksey Kladov | 2018-10-25 | 1 | -24/+57 |
| |