Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ConstSignature creation to a single method | Ville Penttinen | 2019-02-25 | 1 | -17/+13 |
* | Add static type inference | Ville Penttinen | 2019-02-25 | 1 | -1/+16 |
* | Add const type inference | Ville Penttinen | 2019-02-25 | 1 | -0/+26 |
* | Handle impl generics in method calls | Florian Diebold | 2019-02-16 | 1 | -12/+1 |
* | Turn ImplBlock into a copy type just containing IDs | Florian Diebold | 2019-02-16 | 1 | -17/+5 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 3 | -25/+6 |
* | Sketching the resolver API | Florian Diebold | 2019-02-01 | 1 | -4/+2 |
* | split HirDatabase api | csmoe | 2019-02-01 | 3 | -11/+22 |
* | Rename FnScopes -> ExprScopes | Florian Diebold | 2019-01-30 | 2 | -514/+0 |
* | Use Crate instead of CrateId | Aleksey Kladov | 2019-01-30 | 2 | -13/+6 |
* | Go to Implementation for structs and enums | Jeremy Kolb | 2019-01-30 | 1 | -1/+12 |
* | remove Option<SourceFileItemId> hack | Aleksey Kladov | 2019-01-26 | 1 | -5/+5 |
* | 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 |
* | 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 |