aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #982bors[bot]2019-03-173-17/+137
|\
| * Split test case and use tested_by!.Michael Killough2019-03-173-76/+103
| * Simplify match statement.Michael Killough2019-03-171-6/+1
| * impl Default for BindingMode.Michael Killough2019-03-171-5/+11
| * Implement BindingMode for pattern matching.Michael Killough2019-03-162-62/+154
* | Merge #983bors[bot]2019-03-173-0/+218
|\ \
| * | support remainder assignment operatorJean Mertz2019-03-173-0/+218
* | | Fix parse tree of attribute on match armpcpthm2019-03-174-133/+133
* | | Merge #985bors[bot]2019-03-171-57/+56
|\ \ \
| * | | simplify parsing blocks a bitAleksey Kladov2019-03-171-57/+56
* | | | Allow attribute on struct literal fieldpcpthm2019-03-173-1/+54
|/ / /
* | | docsAleksey Kladov2019-03-171-9/+15
* | | remove fixmeAleksey Kladov2019-03-171-2/+1
* | | remove old macro supportAleksey Kladov2019-03-178-261/+95
* | | rename ModuleId -> CrateModuleIdAleksey Kladov2019-03-178-39/+40
* | | fix error on wrong pathAleksey Kladov2019-03-174-12/+43
* | | log timeAleksey Kladov2019-03-171-0/+2
* | | Reorganize name resolutionAleksey Kladov2019-03-1714-522/+481
* | | hack around non-terminating macro expansionAleksey Kladov2019-03-171-0/+14
* | | remove lower moduleAleksey Kladov2019-03-1712-264/+48
* | | remove ItemMapAleksey Kladov2019-03-177-569/+59
* | | move tests over to crate-def-mapAleksey Kladov2019-03-179-850/+689
* | | Replace module_tree with CrateDefMapAleksey Kladov2019-03-1716-511/+333
* | | add name resolution from the old implAleksey Kladov2019-03-179-185/+739
* | | add skeleton for macro-aware name resolutionsAleksey Kladov2019-03-178-9/+773
* | | Move the primary assist fn to the top of the fileIgor Matuszewski2019-03-161-30/+30
* | | Provide assist when cursor is immediately outside impl item blockIgor Matuszewski2019-03-161-14/+18
* | | Do a cleanup/legibility passIgor Matuszewski2019-03-161-21/+21
* | | Take into account parent indent when filling trait membersIgor Matuszewski2019-03-161-9/+41
* | | Simplify trait resolution fragmentIgor Matuszewski2019-03-161-6/+3
* | | Ignore unnamed trait fns and add more testsIgor Matuszewski2019-03-161-2/+70
* | | Simplify calculation of missing functionsIgor Matuszewski2019-03-161-9/+2
* | | Properly support the case when the cursor is inside an empty block or outsideIgor Matuszewski2019-03-161-15/+44
* | | Redo indent calculation when adding missing impl membersIgor Matuszewski2019-03-161-9/+21
* | | Implement a simple working assistIgor Matuszewski2019-03-161-13/+59
* | | Calculate missing functions from impl bodyIgor Matuszewski2019-03-161-1/+62
* | | Add 'add_missing_impl_members' assist stubIgor Matuszewski2019-03-162-0/+43
|/ /
* | Remove FnSig from FnDef typeFlorian Diebold2019-03-164-21/+26
* | Refactor FnSig a bitFlorian Diebold2019-03-163-70/+104
* | Some more Ty displaying cleanupFlorian Diebold2019-03-162-35/+33
* | Replace Display by a pretty printing trait for TyFlorian Diebold2019-03-167-60/+136
* | sort navigations to make tests stableAleksey Kladov2019-03-141-1/+2
* | Add test for minus in inner patternMichael Chesser2019-03-142-0/+347
* | Allow MINUS at the start of a pattern.Michael Chesser2019-03-141-1/+1
* | derive Hash for ra_hir::ModuleDefpcpthm2019-03-141-1/+1
|/
* Merge #958bors[bot]2019-03-121-0/+2
|\
| * LSP: Support EnumMember and Fieldkjeremy2019-03-111-0/+2
* | remove DefAleksey Kladov2019-03-122-6/+0
|/
* Add test for async blockCaio2019-03-103-1/+34
* Add async keywordCaio2019-03-098-2/+39