Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | always produce source for import | Aleksey Kladov | 2019-04-02 | 1 | -2/+2 |
* | fix a panic with glob-import missing a source map | Aleksey Kladov | 2019-04-02 | 1 | -1/+1 |
* | add typed ids | Aleksey Kladov | 2019-03-26 | 1 | -10/+8 |
* | store macro def inside macro id | Aleksey Kladov | 2019-03-26 | 1 | -1/+1 |
* | switch modules to new diagnostics | Aleksey Kladov | 2019-03-25 | 1 | -17/+2 |
* | rename persistent hir database -> def database | Aleksey Kladov | 2019-03-23 | 1 | -9/+6 |
* | rename ModuleId -> CrateModuleId | Aleksey Kladov | 2019-03-17 | 1 | -2/+2 |
* | Reorganize name resolution | Aleksey Kladov | 2019-03-17 | 1 | -2/+1 |
* | remove lower module | Aleksey Kladov | 2019-03-17 | 1 | -2/+2 |
* | Replace module_tree with CrateDefMap | Aleksey Kladov | 2019-03-17 | 1 | -31/+66 |
* | align lower module query names | Aleksey Kladov | 2019-03-02 | 1 | -1/+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 | 1 | -8/+2 |
* | split HirDatabase api | csmoe | 2019-02-01 | 1 | -5/+11 |
* | Use Crate instead of CrateId | Aleksey Kladov | 2019-01-30 | 1 | -5/+1 |
* | 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 |
* | move enum variant to the new API | Aleksey Kladov | 2019-01-24 | 1 | -2/+2 |
* | 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 | 1 | -0/+1 |
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 1 | -106/+74 |
* | fix completion bugs | gfreezy | 2019-01-23 | 1 | -0/+4 |
* | 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 |
* | 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 nameres | Aleksey Kladov | 2019-01-15 | 1 | -19/+14 |
* | 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 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 | 1 | -8/+8 |
* | Implement basic inherent method resolution | Florian Diebold | 2019-01-12 | 1 | -0/+15 |
* | rename TreePtr -> TreeArc | Aleksey Kladov | 2019-01-11 | 1 | -3/+3 |
* | Save variant names in EnumData to reduce needless queries | Marcus Klaas de Vries | 2019-01-10 | 1 | -14/+4 |
* | 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 |
* | dont reexport module id | Aleksey Kladov | 2019-01-08 | 1 | -1/+2 |
* | migrate ra_hir to rowan 2.0 | Aleksey Kladov | 2019-01-08 | 1 | -8/+10 |
* | kill module source | Aleksey Kladov | 2019-01-06 | 1 | -3/+3 |
* | flatten module structure | Aleksey Kladov | 2019-01-06 | 1 | -0/+154 |