Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor import resolution | Aleksey Kladov | 2019-01-25 | 3 | -97/+142 |
| | | | | | extract path resolution use enums instead of bools | ||||
* | move adt to adt | Aleksey Kladov | 2019-01-24 | 3 | -24/+23 |
| | |||||
* | Kill DefId | Aleksey Kladov | 2019-01-24 | 2 | -31/+11 |
| | |||||
* | kill DefKindc | Aleksey Kladov | 2019-01-24 | 3 | -55/+15 |
| | |||||
* | ModuleDef is Def-free | Aleksey Kladov | 2019-01-24 | 2 | -10/+2 |
| | |||||
* | Migrate trait & type to new ids | Aleksey Kladov | 2019-01-24 | 8 | -142/+69 |
| | |||||
* | generalize | Aleksey Kladov | 2019-01-24 | 1 | -4/+17 |
| | |||||
* | move consts&statics to new id | Aleksey Kladov | 2019-01-24 | 5 | -37/+68 |
| | |||||
* | remove boilerplate | Aleksey Kladov | 2019-01-24 | 6 | -92/+72 |
| | |||||
* | generalize boilerplate | Aleksey Kladov | 2019-01-24 | 3 | -39/+51 |
| | |||||
* | remove dead code | Aleksey Kladov | 2019-01-24 | 1 | -11/+1 |
| | |||||
* | removed untyped typabledef | Aleksey Kladov | 2019-01-24 | 1 | -26/+3 |
| | |||||
* | 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 | 6 | -142/+97 |
| | |||||
* | remove useless aliases | Aleksey Kladov | 2019-01-24 | 3 | -38/+14 |
| | |||||
* | macro-generate froms | Aleksey Kladov | 2019-01-24 | 4 | -78/+17 |
| | |||||
* | kill unused defs | Aleksey Kladov | 2019-01-24 | 2 | -7/+0 |
| | |||||
* | migrate enums to new id | Aleksey Kladov | 2019-01-24 | 8 | -143/+184 |
| | |||||
* | introduce EnumId | Aleksey Kladov | 2019-01-24 | 1 | -0/+19 |
| | |||||
* | new struct id | Aleksey Kladov | 2019-01-24 | 11 | -91/+182 |
| | |||||
* | add StructId | Aleksey Kladov | 2019-01-24 | 1 | -0/+19 |
| | |||||
* | remove DefKind::Function | Aleksey Kladov | 2019-01-24 | 2 | -6/+4 |
| | |||||
* | Functions use new id scheme | Aleksey Kladov | 2019-01-24 | 13 | -201/+297 |
| | |||||
* | add FunctionId | Aleksey Kladov | 2019-01-24 | 1 | -0/+23 |
| | |||||
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 17 | -355/+277 |
| | | | | | | | 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 | ||||
* | encapsulate hir locations | Aleksey Kladov | 2019-01-24 | 5 | -44/+35 |
| | |||||
* | Add a comment | Jeremy Kolb | 2019-01-24 | 1 | -0/+1 |
| | |||||
* | 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 | 3 | -13/+61 |
| | |||||
* | drop obsolete comment | Aleksey Kladov | 2019-01-23 | 1 | -1/+0 |
| | |||||
* | assign DefIds when lowering | Aleksey Kladov | 2019-01-23 | 4 | -107/+99 |
| | |||||
* | introduced better typed AstPtr | Aleksey Kladov | 2019-01-23 | 1 | -8/+5 |
| | |||||
* | refactor | Aleksey Kladov | 2019-01-23 | 1 | -98/+81 |
| | |||||
* | simiplify | Aleksey Kladov | 2019-01-23 | 1 | -24/+20 |
| | |||||
* | better names | Aleksey Kladov | 2019-01-23 | 1 | -14/+13 |
| | |||||
* | move SyntaxPtr to ra_syntax | Aleksey Kladov | 2019-01-23 | 5 | -44/+44 |
| | |||||
* | move completion item tests closer to the code | Aleksey Kladov | 2019-01-23 | 2 | -3/+6 |
| | | | | | this is the reason why we need marks: the tests were spread across two files, because I've forgotten that there were tests already | ||||
* | generalize marking infrastructure | Aleksey Kladov | 2019-01-23 | 4 | -84/+4 |
| | |||||
* | :arrow_up: insta | Aleksey Kladov | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | fix completion bugs | gfreezy | 2019-01-23 | 3 | -2/+18 |
| | |||||
* | Update snaps | Jeremy A. Kolb | 2019-01-22 | 24 | -96/+144 |
| | |||||
* | Move docs to Function | Jeremy Kolb | 2019-01-22 | 2 | -10/+16 |
| | |||||
* | Thread documentation through FnSignature and CompletionItem | Jeremy Kolb | 2019-01-22 | 2 | -1/+10 |
| | |||||
* | :arrow_up: insta | Aleksey Kladov | 2019-01-21 | 1 | -1/+1 |
| | |||||
* | Use insta for ty tests | Florian Diebold | 2019-01-21 | 28 | -55/+158 |
| | |||||
* | Fix panic trying to get substs on unknown type | Florian Diebold | 2019-01-21 | 3 | -3/+27 |
| | | | | Fixes #585. | ||||
* | Fix panic on inferring field access on an enum | Florian Diebold | 2019-01-20 | 3 | -2/+24 |
| | |||||
* | Add an assert | Florian Diebold | 2019-01-19 | 1 | -0/+1 |
| | |||||
* | Generics -> GenericParams | Florian Diebold | 2019-01-19 | 6 | -40/+40 |
| | |||||
* | Make generics work in struct patterns | Florian Diebold | 2019-01-19 | 3 | -17/+87 |
| |