about summary refs log tree commit diff
path: root/src/lists.rs
AgeCommit message (Expand)AuthorLines
2017-06-10Add visual offset when using struct_lit_style is VisualSeiichi Uchida-1/+2
2017-06-06Update syntex_syntaxest31-3/+4
2017-05-25Format source codestopecongiro-4/+2
2017-05-24Format source codestopecongiro-2/+4
2017-05-23Format source codestopecongiro-1/+2
2017-05-18Merge branch 'master' of https://github.com/rust-lang-nursery/rustfmt into co...Michael Killough-104/+102
2017-05-16Format source codestopecongiro-104/+102
2017-05-16Add methods to serialize Config to TOML.Michael Killough-2/+2
2017-05-16Switch to accessing config items via method.Michael Killough-9/+10
2017-04-24Format source codestopecongiro-13/+3
2017-03-31Check existence of pre comment explicitlytopecongiro-1/+3
2017-03-29Merge pull request #1415 from topecongiro/remove-duplicatesNick Cameron-1/+1
2017-03-29Fix a typotopecongiro-1/+1
2017-03-28Omit space before '\n' + comment (fixes #457)Fabian Zaiser-1/+3
2017-03-28test falloutNick Cameron-14/+4
2017-03-28fallout - source reformattingNick Cameron-110/+142
2017-03-28Source formatting falloutNick Cameron-3/+4
2017-03-22Block indenting for struct lit patternsNick Cameron-1/+80
2017-03-07Formatting falloutNick Cameron-7/+9
2017-02-23FalloutNick Cameron-2/+1
2017-01-31Refactor indent and width into Shape structNick Cameron-38/+24
2016-11-13fix #1216: panic on comment starting with //*Martin Wohli-1/+7
2016-08-29Run clippysinkuu-2/+2
2016-05-29Format non-statement if-else expressions on a single lineMarcus Klaas-5/+1
2016-05-12Bootstrap it. Hard.Marcus Klaas-5/+2
2016-04-22Change defaults and update tests and sourceNick Cameron-11/+9
2016-01-07Clippy rustfmtManish Goregaokar-9/+5
2015-11-25Apply ClippySeo Sanghyeon-1/+1
2015-11-22Correct doc comment indentation for struct fieldsMarcus Klaas-7/+1
2015-11-20Unwrap match arms that are simple blocksMarcus Klaas-3/+1
2015-11-03Honor "enum_trailing_comma" option. Fixes #556Florian Zeitz-0/+10
2015-10-16Format vec! macro using bracketsMarcus Klaas-1/+2
2015-10-10Handle multi-line return types and multi-line tuplesNick Cameron-6/+6
2015-10-08Fix https://github.com/nrc/rustfmt/issues/430Sinh Pham-1/+1
2015-10-08Support pre- and post-comments for enumsmwiczer-3/+16
2015-10-06Merge pull request #404 from marcusklaas/rewrite-list-fmtMarcus Klaas de Vries-118/+145
2015-10-06Increase default function call width limitMarcus Klaas-10/+7
2015-10-04Make listItem contain optionMarcus Klaas-11/+18
2015-10-04Split ListTactic decision logic from write_listMarcus Klaas-108/+131
2015-10-02Format rustfmt's own indicesMarcus Klaas-1/+1
2015-09-26Changes to rustfmt sourceNick Cameron-1/+6
2015-09-26Use a width heuristic for struct lits.Nick Cameron-1/+1
2015-09-26rebasing changes and address review commentNick Cameron-1/+1
2015-09-26Heuristic max width for function callsNick Cameron-0/+22
2015-09-26Merge pull request #362 from marcusklaas/rewrite-stringNick Cameron-15/+16
2015-09-25Use the maximum available width in struct formattingMarcus Klaas-3/+5
2015-09-25Make rewrite_string return `Option<String>`Marcus Klaas-15/+16
2015-09-24Add support for formatting AddrOf (unary "&").Eli Friedman-1/+4
2015-09-19Add Indent::none(), remove make_indent.Pavel Sountsov-3/+3
2015-09-19Initial implementation of hard tab indentation.Pavel Sountsov-9/+23