about summary refs log tree commit diff
path: root/src/expr.rs
AgeCommit message (Expand)AuthorLines
2017-06-13Merge pull request #1657 from topecongiro/issue-1656Nick Cameron-28/+15
2017-06-13Merge pull request #1647 from topecongiro/refactor-impl-formatNick Cameron-1/+1
2017-06-12Force multi line if the first attempt of rewriting args failedtopecongiro-0/+14
2017-06-12Put guard on newline if it exceeds max widthtopecongiro-17/+11
2017-06-12Use rewrite instead of visitor for attributestopecongiro-11/+4
2017-06-12Use block indent for args if single line args exceeds max widthtopecongiro-3/+15
2017-06-11Use multi line when type bounds does not fit in a single linetopecongiro-1/+1
2017-06-06Implement catchtopecongiro-18/+29
2017-06-06Update syntex_syntaxest31-2/+4
2017-06-06Merge pull request #1637 from est31/masterNick Cameron-5/+5
2017-06-06Merge pull request #1633 from topecongiro/rfc/control-styleNick Cameron-2/+4
2017-06-06Add config options for spaces around the colon in struct literal fieldsest31-5/+5
2017-06-05Do not add offset to match pattern when using Rfc styletopecongiro-2/+4
2017-06-04Forbid method chain to get combined if it uses multi line.topecongiro-0/+5
2017-06-04Add combine_control_expr optiontopecongiro-4/+6
2017-06-04Refactor rewrite_calltopecongiro-120/+105
2017-06-04Forbid line break between if and patterntopecongiro-0/+6
2017-06-02Unindent comment on top of `else`topecongiro-1/+5
2017-06-02Fix a typoSeiichi Uchida-1/+0
2017-06-02Rename the Style::Default option to LegacyNick Cameron-3/+3
2017-06-02Merge pull request #1620 from topecongiro/rfc-ifNick Cameron-11/+17
2017-06-01Use correct one line budget when using Rfc control styletopecongiro-11/+17
2017-06-01Format source codesSeiichi Uchida-7/+9
2017-06-01Use block indent style when visual indent failedSeiichi Uchida-22/+46
2017-05-28Merge pull request #1602 from topecongiro/attributes-on-expressionsNick Cameron-3/+16
2017-05-28Allow attributes on expressionstopecongiro-3/+16
2017-05-27Avoid unnecessary binary search in rewrite_callSeiichi Uchida-28/+33
2017-05-26Format source codes and add teststopecongiro-1/+1
2017-05-26Allow macro to nested and overflowed like function calltopecongiro-9/+9
2017-05-26Set inside_macro to false when rewriting args of macrotopecongiro-3/+5
2017-05-26Merge pull request #1586 from topecongiro/minorNick Cameron-7/+5
2017-05-25Add offset when rewriting indexSeiichi Uchida-7/+5
2017-05-25Format source codestopecongiro-20/+13
2017-05-25Refactoring: introduce one_line_budgettopecongiro-4/+5
2017-05-25Decide whether args fit in a single line inside rewrite_call_argstopecongiro-13/+16
2017-05-24Format source codestopecongiro-14/+22
2017-05-23Format source codestopecongiro-15/+14
2017-05-23Add trailing comma to a single arg in multilinetopecongiro-16/+25
2017-05-23Implement combining for tuple and blocktopecongiro-92/+156
2017-05-23Update teststopecongiro-3/+3
2017-05-23Implement combining openings and closingstopecongiro-25/+58
2017-05-23Update teststopecongiro-1/+1
2017-05-23Format source codestopecongiro-7/+7
2017-05-23Refactor source codestopecongiro-7/+4
2017-05-23Allow macro rewrite to fail on rhstopecongiro-5/+12
2017-05-18Merge branch 'master' of https://github.com/rust-lang-nursery/rustfmt into co...Michael Killough-5/+4
2017-05-16Format source codestopecongiro-5/+4
2017-05-16Switch to accessing config items via method.Michael Killough-68/+85
2017-05-15Format source codesSeiichi Uchida-8/+8
2017-05-15Use offset_left for rewrite_unary_prefixSeiichi Uchida-28/+8