about summary refs log tree commit diff
path: root/src/types.rs
AgeCommit message (Expand)AuthorLines
2017-06-11Use multi line when type bounds does not fit in a single linetopecongiro-57/+43
2017-06-10Share codes when rewriting genericstopecongiro-15/+10
2017-06-06Update syntex_syntaxest31-4/+3
2017-06-05Format source codestopecongiro-4/+2
2017-06-04Format source codestopecongiro-23/+28
2017-06-04Format source codestopecongiro-18/+20
2017-05-27Allow attributes in generics of implSeiichi Uchida-0/+6
2017-05-25Remove dependency on ItertoolsNick Cameron-13/+12
2017-05-23Format source codestopecongiro-36/+25
2017-05-23Implement combining for tuple and blocktopecongiro-2/+2
2017-05-23Format source codestopecongiro-17/+25
2017-05-18Merge branch 'master' of https://github.com/rust-lang-nursery/rustfmt into co...Michael Killough-20/+17
2017-05-16Format source codestopecongiro-20/+17
2017-05-16Switch to accessing config items via method.Michael Killough-27/+27
2017-05-15Format source codesSeiichi Uchida-1/+1
2017-05-03Format source codestopecongiro-2/+2
2017-05-02Made `type_punctuation_density` apply too all `+` in typesVincent Esche-5/+20
2017-05-02Merge pull request #1454 from topecongiro/matchNick Cameron-23/+26
2017-04-15Add heuristic choosing block or visual indent for unary op based on spantopecongiro-1/+1
2017-04-15Format source codestopecongiro-23/+26
2017-03-29Fix a typotopecongiro-2/+3
2017-03-28Remove duplicate definitionstopecongiro-7/+2
2017-03-28test falloutNick Cameron-9/+3
2017-03-28fallout - source reformattingNick Cameron-49/+60
2017-03-28Source formatting falloutNick Cameron-24/+26
2017-03-22Test and source falloutNick Cameron-16/+24
2017-03-07More space for qself pathsNick Cameron-2/+0
2017-03-07Formatting falloutNick Cameron-20/+19
2017-02-23Merge pull request #1326 from durka/assoc-type-densityNick Cameron-1/+4
2017-02-23more falloutNick Cameron-2/+2
2017-02-23FalloutNick Cameron-69/+76
2017-02-22honor type_punctuation_density for assoc. typesAlex Burka-1/+4
2017-02-21WIPNick Cameron-24/+16
2017-01-31Refactor indent and width into Shape structNick Cameron-156/+151
2017-01-20Update to latest SyntexNick Cameron-88/+106
2017-01-09Do not ignore space_before_bound in where clause (#1267)Stepan Koltsov-22/+19
2017-01-06Macros in types are possibleNick Cameron-2/+2
2016-11-21update Serde, etc.Nick Cameron-28/+23
2016-10-18Add spaces_within_square_brackets config option. (#1191)Mikko Rantanen-3/+15
2016-10-14Merge pull request #1188 from Rantanen/masterNick Cameron-3/+23
2016-10-13Quick fix for "impl Trait"Josh Chase-3/+2
2016-10-13Add support for spaces_within_angle_bracketsMikko Rantanen-3/+23
2016-10-13Add support for spaces_within_parens config (#1187)Mikko Rantanen-2/+11
2016-09-17Add three new options for spacesest31-3/+15
2016-09-16Update to latest SyntexNick Cameron-1/+5
2016-08-29Run clippysinkuu-9/+9
2016-08-03Add two new whitespace options (#1109)Nathan Ridge-1/+9
2016-06-07Refactoring exsisting filter_maps to mapsJacob Clark-10/+10
2016-06-06Refactor string collects to itertools joinJacob Clark-18/+21
2016-05-31utils: Move codemap related utilities to a dedicated moduleKamal Marhubi-1/+2