about summary refs log tree commit diff
path: root/src/comment.rs
AgeCommit message (Expand)AuthorLines
2017-05-30Allow longer custom commenttopecongiro-48/+43
2017-05-29Use different style when rewriting comment with different openertopecongiro-27/+156
2017-05-23Format source codestopecongiro-7/+6
2017-05-18Provide `config.set().item(value)` API.Michael Killough-4/+2
2017-05-16Switch to accessing config items via method.Michael Killough-8/+10
2017-05-13Format source codeSeiichi Uchida-26/+24
2017-04-24Format source codestopecongiro-4/+1
2017-03-28fallout - source reformattingNick Cameron-4/+7
2017-03-07Formatting falloutNick Cameron-3/+7
2017-02-23FalloutNick Cameron-7/+7
2017-01-31Refactor indent and width into Shape structNick Cameron-20/+20
2017-01-17Add a more lightweight method for rewriting comments when we are not normalisingNick Cameron-19/+45
2016-11-21update Serde, etc.Nick Cameron-11/+7
2016-11-03Fixes a few doc typos.Fraser Hutchison-2/+2
2016-09-30Add custom comments (#1179)Florian Gilcher-0/+24
2016-09-19Merge pull request #1161 from sinkuu/fix550Nick Cameron-4/+4
2016-09-17Fix #550: `if` nested in tuple is indented oddlysinkuu-4/+4
2016-09-17Improve comment rewriting with normalize_comments == falseest31-0/+10
2016-08-29Run clippysinkuu-4/+4
2016-07-09Fix formatting empty block comments (`/**/`)sinkuu-4/+6
2016-06-03Fix constraints on pattern formatting of else armsMarcus Klaas-21/+23
2016-05-15change normalise spelling to American version - normalize as American englis...Srinivas Reddy Thatiparthy-1/+1
2016-05-02Handle attributes on modules (#968)Nick Cameron-5/+5
2016-04-22Change defaults and update tests and sourceNick Cameron-19/+19
2016-04-11Don't be so aggressie about line-breaking strings (#911)Nick Cameron-19/+28
2016-03-14Don't apply the function args heuristic to tuple lits.Nick Cameron-3/+1
2016-01-10Document comment::*CodeCharKindGaëtan Cassiers-0/+8
2016-01-10Detect when comments disappearGaëtan Cassiers-37/+225
2015-12-10Add normalise_comments option.Nick Cameron-10/+31
2015-11-23Reformatting due to changesNick Cameron-2/+8
2015-11-20Blockify multiline match armsMarcus Klaas-29/+39
2015-11-10Option to disable line breaking in commentsNick Cameron-2/+3
2015-10-23Remove usage of many unstable featuresAlex Crichton-1/+1
2015-10-20Fix doc comment regression and add tests.Tim Kuehn-2/+9
2015-10-19Fix large block commentsMarcus Klaas-33/+86
2015-10-19Remove overflow indentationMarcus Klaas-9/+16
2015-10-19Implement CommentCodeSlicesMarcus Klaas-9/+74
2015-10-06Increase default function call width limitMarcus Klaas-2/+1
2015-09-26Changes to rustfmt sourceNick Cameron-1/+4
2015-09-26Changes to source formattingNick Cameron-3/+7
2015-09-25Make rewrite_string return `Option<String>`Marcus Klaas-50/+54
2015-09-19Add Indent::none(), remove make_indent.Pavel Sountsov-3/+2
2015-09-19Initial implementation of hard tab indentation.Pavel Sountsov-9/+22
2015-09-18Refactor test codeMarcus Klaas-4/+6
2015-09-16Format macro invocationsMarcus Klaas-0/+1
2015-09-11General cleanup after rebaseMarcus Klaas-37/+38
2015-09-11Add some tests for match blocksMarcus Klaas-15/+8
2015-09-11Add tests for chain expressionsMarcus Klaas-27/+0
2015-09-11Break chains that don't start with path expressionsMarcus Klaas-1/+0
2015-09-11Update indentation heuristics for single arg functionsMarcus Klaas-8/+8