about summary refs log tree commit diff
path: root/tests/source
AgeCommit message (Expand)AuthorLines
2017-06-13Merge pull request #1655 from topecongiro/issue-1652Nick Cameron-0/+4
2017-06-13Merge pull request #1647 from topecongiro/refactor-impl-formatNick Cameron-0/+235
2017-06-12Use correct indent for return type when it goes multi linetopecongiro-0/+4
2017-06-12Use block indent for args if single line args exceeds max widthtopecongiro-0/+6
2017-06-11Update teststopecongiro-0/+121
2017-06-10Add format_trait_ref_then_update_resulttopecongiro-0/+114
2017-06-06Fix the pub-restricted testsest31-2/+2
2017-06-06Implement catchtopecongiro-0/+27
2017-06-06Merge pull request #1634 from topecongiro/impl-rewrite-attributeNick Cameron-0/+36
2017-06-06Implement Rewrite trait for syntax::ast::Attributetopecongiro-0/+36
2017-06-06Add config options for spaces around the colon in struct literal fieldsest31-0/+24
2017-06-04Allow comments after attributes on enum fieldstopecongiro-0/+11
2017-06-03Forbid trailing comma at the end of args of variadic functionsSeiichi Uchida-0/+6
2017-06-02Rename the Style::Default option to LegacyNick Cameron-1/+1
2017-05-31Merge pull request #1609 from topecongiro/nested-tupleNick Cameron-0/+3
2017-05-30Put a space between nested tuple fieldtopecongiro-0/+3
2017-05-30Allow longer custom commenttopecongiro-1/+17
2017-05-30Merge pull request #1604 from topecongiro/comment-groupNick Cameron-0/+24
2017-05-28Merge pull request #1602 from topecongiro/attributes-on-expressionsNick Cameron-0/+21
2017-05-28Add tests for issues which can be closed on the current mastertopecongiro-0/+24
2017-05-28Allow attributes on expressionstopecongiro-0/+21
2017-05-27Allow attributes in generics of implSeiichi Uchida-0/+5
2017-05-27Merge pull request #1597 from topecongiro/comments-after-attributesNick Cameron-0/+22
2017-05-27Allow comments after attributes of struct fieldstopecongiro-0/+22
2017-05-26Format source codes and add teststopecongiro-0/+4
2017-05-26Merge pull request #1586 from topecongiro/minorNick Cameron-0/+2
2017-05-25Update testsSeiichi Uchida-0/+2
2017-05-25Add a test for #1380topecongiro-0/+8
2017-05-25Allow the last elem in chain to overflowtopecongiro-0/+3
2017-05-25Decide whether args fit in a single line inside rewrite_call_argstopecongiro-0/+14
2017-05-24Return original snippet when macro contains invalid syntaxtopecongiro-0/+5
2017-05-23Add trailing comma to a single arg in multilinetopecongiro-0/+29
2017-05-23Implement combining for tuple and blocktopecongiro-0/+16
2017-05-23Update teststopecongiro-0/+136
2017-05-23Update teststopecongiro-0/+6
2017-05-23Fix weird indentaion in chaintopecongiro-0/+30
2017-05-23Implement 'vec![expr; expr]'topecongiro-0/+7
2017-05-18config: fix `suffices` -> `suffixes` typoBen Boeckel-5/+5
2017-05-18Merge pull request #1562 from flier/reorder_imports_in_groupSeiichi Uchida-0/+26
2017-05-18reorder imports in groupFlier Lu-0/+26
2017-05-17Use multiline when signature does not fit single linetopecongiro-0/+6
2017-05-16Add test for issue #1366.Michael Killough-0/+12
2017-05-15Use offset_left for rewrite_unary_prefixSeiichi Uchida-0/+6
2017-05-15Merge pull request #1510 from fintelia/better-filelinesNick Cameron-3/+38
2017-05-13Add and improve tests of file_linesJonathan Behrens-3/+38
2017-05-13Merge pull request #1546 from topecongiro/bug/range-fullSeiichi Uchida-0/+6
2017-05-13Add a missing trailing comma before elipsestopecongiro-0/+6
2017-05-12Merge pull request #1543 from topecongiro/field-attrSeiichi Uchida-0/+22
2017-05-12Support struct_field_attributestopecongiro-0/+22
2017-05-12Use vertical layout when args len is larger than fn_call_widthtopecongiro-0/+7