about summary refs log tree commit diff
path: root/tests/source/struct_lits.rs
AgeCommit message (Expand)AuthorLines
2017-02-19Make tests fail if rustfmt encounters an errorSebastian Blunt-0/+1
2017-02-13Support field-init-shorthand (#1308)sinkuu-0/+8
2017-01-16make rustfmt-normalize_comments false by defaultNick Cameron-0/+1
2016-04-11Empty structs and struct lits (#920)Nick Cameron-0/+9
2016-01-14Fix an off-by-one error due to the comma in a struct lit fieldNick Cameron-0/+9
2015-11-20Use tactic instead of configDavid Barnett-0/+3
2015-11-18Test for single arm in structDavid Barnett-0/+11
2015-11-10Option to disable line breaking in commentsNick Cameron-0/+1
2015-09-26Fix testsNick Cameron-3/+3
2015-09-26add testNick Cameron-0/+8
2015-09-20Fix struct overflowsMarcus Klaas-0/+8
2015-09-07Fix https://github.com/nrc/rustfmt/issues/278Sinh Pham-0/+15
2015-09-02Fix a bug where struct lits nested in fn calls were over-indentedNick Cameron-0/+7
2015-08-28Fix #201Sinh Pham-0/+8
2015-08-16Format pathsMarcus Klaas-0/+5
2015-07-24Refactor some things; add extra tests.Marcus Klaas-0/+11
2015-07-16Fix some bugsNick Cameron-1/+3
2015-06-24Fixup comment wrapping in listsMarcus Klaas-0/+37