Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify | Aleksey Kladov | 2019-01-25 | 1 | -9/+3 |
| | |||||
* | remove useless wrapper | Aleksey Kladov | 2019-01-25 | 1 | -5/+0 |
| | |||||
* | write path resolution code only once | Aleksey Kladov | 2019-01-25 | 1 | -60/+3 |
| | |||||
* | Migrate trait & type to new ids | Aleksey Kladov | 2019-01-24 | 1 | -6/+1 |
| | |||||
* | move consts&statics to new id | Aleksey Kladov | 2019-01-24 | 1 | -1/+5 |
| | |||||
* | remove boilerplate | Aleksey Kladov | 2019-01-24 | 1 | -13/+1 |
| | |||||
* | generalize boilerplate | Aleksey Kladov | 2019-01-24 | 1 | -4/+0 |
| | |||||
* | move enum variant to the new API | Aleksey Kladov | 2019-01-24 | 1 | -2/+2 |
| | |||||
* | remove useless aliases | Aleksey Kladov | 2019-01-24 | 1 | -3/+3 |
| | |||||
* | migrate enums to new id | Aleksey Kladov | 2019-01-24 | 1 | -24/+18 |
| | |||||
* | new struct id | Aleksey Kladov | 2019-01-24 | 1 | -1/+1 |
| | |||||
* | Functions use new id scheme | Aleksey Kladov | 2019-01-24 | 2 | -11/+19 |
| | |||||
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 2 | -125/+79 |
| | | | | | | | this is a part of larghish hir refactoring which aims to * replace per-source-root module trees with per crate trees * switch from a monotyped DedId to type-specific ids | ||||
* | move SyntaxPtr to ra_syntax | Aleksey Kladov | 2019-01-23 | 1 | -7/+6 |
| | |||||
* | fix completion bugs | gfreezy | 2019-01-23 | 1 | -0/+4 |
| | |||||
* | Move docs to Function | Jeremy Kolb | 2019-01-22 | 1 | -4/+1 |
| | |||||
* | Thread documentation through FnSignature and CompletionItem | Jeremy Kolb | 2019-01-22 | 1 | -1/+5 |
| | |||||
* | Make Module impl methods crate-private, update some comments | Florian Diebold | 2019-01-19 | 1 | -6/+9 |
| | |||||
* | Add AST/HIR for type args in path segments | Florian Diebold | 2019-01-19 | 1 | -4/+6 |
| | |||||
* | Refactor/simplify path resolution | Florian Diebold | 2019-01-19 | 1 | -31/+33 |
| | |||||
* | Address issues flagged in review | Marcus Klaas de Vries | 2019-01-19 | 1 | -2/+0 |
| | |||||
* | Fixup annotated bindings | Marcus Klaas de Vries | 2019-01-19 | 1 | -4/+11 |
| | |||||
* | Add initial (flawed) implementation of binding annotations | Marcus Klaas de Vries | 2019-01-19 | 1 | -1/+1 |
| | |||||
* | Add additional pattern variants | Marcus Klaas de Vries | 2019-01-19 | 1 | -0/+11 |
| | |||||
* | rename LoweredImport -> ImportId | Aleksey Kladov | 2019-01-19 | 1 | -2/+2 |
| | |||||
* | switched to lowerd module | Aleksey Kladov | 2019-01-19 | 1 | -3/+14 |
| | |||||
* | hir is cancelation free | Aleksey Kladov | 2019-01-15 | 1 | -6/+3 |
| | |||||
* | remove Cancelable from ids | Aleksey Kladov | 2019-01-15 | 1 | -3/+2 |
| | |||||
* | remove Cancelable from nameres | Aleksey Kladov | 2019-01-15 | 1 | -19/+14 |
| | |||||
* | remove Cancelable from funciton body | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | remove Cancelable from navigation target | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | remove Cancelable from adt API | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | remove Cancelable from Crate API | Aleksey Kladov | 2019-01-15 | 1 | -4/+4 |
| | |||||
* | remove Cancelable from Module API, part 2 | Aleksey Kladov | 2019-01-15 | 1 | -17/+13 |
| | |||||
* | remove Cancelable from Module API | Aleksey Kladov | 2019-01-15 | 1 | -11/+8 |
| | |||||
* | remove Cancelable from source binders | Aleksey Kladov | 2019-01-15 | 1 | -9/+12 |
| | |||||
* | remove Cancelable from module_tree_query | Aleksey Kladov | 2019-01-15 | 2 | -9/+9 |
| | |||||
* | support ref-patterns | Aleksey Kladov | 2019-01-13 | 1 | -8/+23 |
| | |||||
* | args -> params | Florian Diebold | 2019-01-12 | 2 | -8/+8 |
| | |||||
* | Implement basic inherent method resolution | Florian Diebold | 2019-01-12 | 2 | -0/+18 |
| | |||||
* | uncopypaste def sources | Aleksey Kladov | 2019-01-11 | 1 | -17/+5 |
| | |||||
* | rename TreePtr -> TreeArc | Aleksey Kladov | 2019-01-11 | 2 | -5/+5 |
| | | | | This is much clearer about the semantics | ||||
* | envapsulate navigation target better | Aleksey Kladov | 2019-01-11 | 1 | -1/+1 |
| | |||||
* | Use name resolution for goto definition | Florian Diebold | 2019-01-10 | 1 | -6/+17 |
| | |||||
* | Save variant names in EnumData to reduce needless queries | Marcus Klaas de Vries | 2019-01-10 | 1 | -14/+4 |
| | | | | | | We already have their names when anyway, and when in all (current) situations where we're interested in an Enum's variants, we want their names. | ||||
* | Implement type inference for enum variants | Marcus Klaas de Vries | 2019-01-10 | 1 | -2/+36 |
| | |||||
* | Fix typo defenition -> definition | Marcus Klaas de Vries | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | move node at offset to aglo already | Aleksey Kladov | 2019-01-08 | 1 | -2/+1 |
| | |||||
* | move function to code_model_api | Aleksey Kladov | 2019-01-08 | 2 | -0/+563 |
| | |||||
* | dont reexport module id | Aleksey Kladov | 2019-01-08 | 1 | -1/+2 |
| |