Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Resolve crate | kjeremy | 2019-01-30 | 1 | -1/+1 | |
* | Go to Implementation for structs and enums | Jeremy Kolb | 2019-01-30 | 1 | -2/+16 | |
* | Address some issues flagged in review | Marcus Klaas de Vries | 2019-01-27 | 1 | -8/+3 | |
* | Add type params to FnSignature | Marcus Klaas de Vries | 2019-01-27 | 1 | -0/+5 | |
* | Initial implementation of generics for method calls | Marcus Klaas de Vries | 2019-01-27 | 1 | -0/+4 | |
* | First attempt at generic type inference for fns | Marcus Klaas de Vries | 2019-01-27 | 1 | -3/+3 | |
* | rename POS_FIELD -> POS_FIELD_DEF | Aleksey Kladov | 2019-01-25 | 1 | -1/+1 | |
* | Add docs to struct fields | Jeremy A. Kolb | 2019-01-25 | 1 | -0/+9 | |
* | Merge #646 | bors[bot] | 2019-01-25 | 1 | -0/+7 | |
|\ | ||||||
| * | Add module documentation support | Jeremy A. Kolb | 2019-01-25 | 1 | -0/+7 | |
* | | add ability to get strcut field source | Aleksey Kladov | 2019-01-25 | 1 | -3/+13 | |
|/ | ||||||
* | use positional ids for fields | Aleksey Kladov | 2019-01-25 | 1 | -19/+46 | |
* | pack enum variants into arena | Aleksey Kladov | 2019-01-25 | 1 | -6/+20 | |
* | switch to positional enum variants | Aleksey Kladov | 2019-01-25 | 1 | -6/+7 | |
* | simplify | Aleksey Kladov | 2019-01-25 | 1 | -1/+1 | |
* | remove useless wrapper | Aleksey Kladov | 2019-01-25 | 1 | -1/+1 | |
* | ModuleDef is Def-free | Aleksey Kladov | 2019-01-24 | 1 | -9/+2 | |
* | Migrate trait & type to new ids | Aleksey Kladov | 2019-01-24 | 1 | -21/+14 | |
* | move consts&statics to new id | Aleksey Kladov | 2019-01-24 | 1 | -19/+19 | |
* | generalize boilerplate | Aleksey Kladov | 2019-01-24 | 1 | -17/+20 | |
* | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 1 | -1/+0 | |
* | move enum variant to the new API | Aleksey Kladov | 2019-01-24 | 1 | -16/+13 | |
* | macro-generate froms | Aleksey Kladov | 2019-01-24 | 1 | -24/+1 | |
* | kill unused defs | Aleksey Kladov | 2019-01-24 | 1 | -2/+0 | |
* | migrate enums to new id | Aleksey Kladov | 2019-01-24 | 1 | -25/+28 | |
* | new struct id | Aleksey Kladov | 2019-01-24 | 1 | -13/+20 | |
* | Functions use new id scheme | Aleksey Kladov | 2019-01-24 | 1 | -18/+21 | |
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 1 | -6/+26 | |
* | Add a bunch of new documentation to completions | Jeremy A. Kolb | 2019-01-23 | 1 | -0/+24 | |
* | Add way of getting docs from the code model and use for completion | Jeremy A. Kolb | 2019-01-23 | 1 | -13/+24 | |
* | Move docs to Function | Jeremy Kolb | 2019-01-22 | 1 | -6/+15 | |
* | Thread documentation through FnSignature and CompletionItem | Jeremy Kolb | 2019-01-22 | 1 | -0/+5 | |
* | Generics -> GenericParams | Florian Diebold | 2019-01-19 | 1 | -11/+11 | |
* | Implement beginnings of generics | Florian Diebold | 2019-01-19 | 1 | -0/+21 | |
* | Finish move of StructField for pattern type inference | Marcus Klaas de Vries | 2019-01-19 | 1 | -3/+15 | |
* | rename LoweredImport -> ImportId | Aleksey Kladov | 2019-01-19 | 1 | -2/+2 | |
* | switched to lowerd module | Aleksey Kladov | 2019-01-19 | 1 | -1/+10 | |
* | hir is cancelation free | Aleksey Kladov | 2019-01-15 | 1 | -5/+2 | |
* | remove Cancelable from type inference | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 | |
* | remove Cancelable from Ty | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 | |
* | remove Cancelable from nameres | Aleksey Kladov | 2019-01-15 | 1 | -2/+2 | |
* | remove Cancelable from fn_scopes | Aleksey Kladov | 2019-01-15 | 1 | -4/+4 | |
* | remove Cancelable from funciton body | Aleksey Kladov | 2019-01-15 | 1 | -2/+2 | |
* | remove Cancelable from navigation target | Aleksey Kladov | 2019-01-15 | 1 | -2/+2 | |
* | remove Cancelable from static&const API | Aleksey Kladov | 2019-01-15 | 1 | -11/+8 | |
* | remove Cancelable from adt API | Aleksey Kladov | 2019-01-15 | 1 | -29/+21 | |
* | remove Cancelable from Crate API | Aleksey Kladov | 2019-01-15 | 1 | -3/+3 | |
* | remove Cancelable from Module API, part 2 | Aleksey Kladov | 2019-01-15 | 1 | -7/+7 | |
* | remove Cancelable from Module API | Aleksey Kladov | 2019-01-15 | 1 | -3/+3 | |
* | remove Cancelable from source binders | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |