aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* indent on typing dot. fixes #439Simon Vandel Sillesen2019-01-054-39/+103
* fix testsAleksey Kladov2019-01-053-79/+49
* show types in local variable hoversAleksey Kladov2019-01-052-10/+27
* kill approximatelly_resolve_symbolAleksey Kladov2019-01-054-90/+11
* inline goto_defention testsAleksey Kladov2019-01-053-66/+58
* move goto_defenition to a separate fileAleksey Kladov2019-01-053-11/+91
* introduce separate goto_defenitionAleksey Kladov2019-01-052-3/+9
* kill accidentally added fileAleksey Kladov2019-01-051-73/+0
* move typeof to hoverAleksey Kladov2019-01-053-18/+18
* fold doc_comment into hoverAleksey Kladov2019-01-053-109/+110
* move hover implementation to ra_analysisAleksey Kladov2019-01-054-67/+83
* wipAleksey Kladov2019-01-051-0/+26
* Merge #414bors[bot]2019-01-051-2/+25
|\
| * Use both type_of and doc_text_forHirokazu Hata2019-01-051-14/+25
| * Return type name when doc_text_for returns nothingHirokazu Hata2019-01-031-0/+12
* | change visibility can change pub to pub(crate)Aleksey Kladov2019-01-052-2/+48
* | split import assistAleksey Kladov2019-01-054-0/+126
* | Merge #427bors[bot]2019-01-051-2/+58
|\ \
| * | Fix join_lines use_items right w/ and w/o commaAlan Du2019-01-051-3/+22
| * | Address join lines use items right }Alan Du2019-01-051-3/+21
| * | Remove extra space when joining lines in use itemsAlan Du2019-01-041-0/+19
* | | Merge #370bors[bot]2019-01-0426-62/+548
|\ \ \
| * | | Rename ImplsInCrateQuery as wellFlorian Diebold2019-01-043-3/+3
| * | | Do impl collection per module, not per crateFlorian Diebold2019-01-043-33/+32
| * | | Rename ImplBlock::target -> target_type, and add target_trait alreadyFlorian Diebold2019-01-042-7/+17
| * | | Rename traits::impl_item -> impl_block as well, as well as the testsFlorian Diebold2019-01-046-4/+4
| * | | Add a test for self field completionFlorian Diebold2019-01-043-5/+25
| * | | Refactor a bitFlorian Diebold2019-01-041-58/+62
| * | | Resolve the Self typeFlorian Diebold2019-01-043-24/+71
| * | | Resolve the self parameter during type inferenceFlorian Diebold2019-01-043-4/+19
| * | | Type the self parameterFlorian Diebold2019-01-046-9/+116
| * | | Add HIR for impl blocksFlorian Diebold2019-01-0411-8/+269
| * | | Add test for self type inferenceFlorian Diebold2019-01-042-0/+23
* | | | :arrow_up: salsaAleksey Kladov2019-01-043-3/+3
|/ / /
* / / Rename ImplItem to ImplBlockFlorian Diebold2019-01-0424-52/+51
|/ /
* | remove id arenaAleksey Kladov2019-01-047-87/+25
* | extract area to a crateAleksey Kladov2019-01-048-94/+137
* | add mod doc comments test in astcsmoe2019-01-041-0/+13
* | parse doc comment for itemscsmoe2019-01-043-2/+15
* | add mod doc comment testcsmoe2019-01-042-0/+22
* | Merge #391bors[bot]2019-01-045-59/+117
|\ \
| * | consume trivias for type/const defcsmoe2019-01-041-2/+1
| * | doc parsing eventscsmoe2019-01-044-43/+71
| * | doc parser inputcsmoe2019-01-012-10/+30
| * | docing parser methodscsmoe2018-12-314-12/+23
* | | index stuff produced by macrosAleksey Kladov2019-01-035-16/+86
* | | construct index from symbols directlyAleksey Kladov2019-01-032-13/+17
* | | don't create many compilation units for testsAleksey Kladov2019-01-033-13/+5
* | | Merge #419bors[bot]2019-01-033-35/+34
|\ \ \
| * | | embed file_id into FileSymbolAleksey Kladov2019-01-033-35/+34