aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Separate out the interactive cargo watch procedureIgor Matuszewski2019-03-182-64/+70
* Reformat using PrettierIgor Matuszewski2019-03-182-17/+35
* Remove unused importsIgor Matuszewski2019-03-181-2/+1
* Prefer installing `cargo-watch` via Task APIIgor Matuszewski2019-03-181-23/+14
* Respect the user-provided label when creating taskIgor Matuszewski2019-03-181-1/+1
* Ask the user to install and start cargo watchIgor Matuszewski2019-03-181-5/+61
* Define a cargo watch taskIgor Matuszewski2019-03-181-1/+21
* Remove redundant Runnable.rangeIgor Matuszewski2019-03-181-1/+0
* Merge #991bors[bot]2019-03-1814-81/+149
|\
| * Use Marker argument for item parserspcpthm2019-03-1814-81/+149
* | Merge #989bors[bot]2019-03-182-0/+153
|\ \
| * | Only replace NamedFieldList and add test for preserving Selfyanchith2019-03-181-13/+45
| * | Remove unachievable TODOyanchith2019-03-181-1/+0
| * | Implement naive version of fill_struct_fields assistyanchith2019-03-172-0/+122
* | | Merge #987bors[bot]2019-03-182-84/+70
|\ \ \ | | |/ | |/|
| * | Apply stylistic changes suggestedpcpthm2019-03-182-17/+14
| * | Refactor maybe_item to use Marker argumentpcpthm2019-03-172-86/+75
* | | 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
* | | | | Merge #986bors[bot]2019-03-174-133/+133
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | 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
* | | | | Merge #984bors[bot]2019-03-173-1/+54
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow attribute on struct literal fieldpcpthm2019-03-173-1/+54
|/ / / /
* | | | Merge #968bors[bot]2019-03-1736-1954/+2053
|\ \ \ \
| * | | | 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
|/ / / /
* | | | Merge #947bors[bot]2019-03-172-0/+285
|\ \ \ \ | |/ / / |/| | |
| * | | 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