about summary refs log tree commit diff
path: root/src/shape.rs
AgeCommit message (Expand)AuthorLines
2019-05-22Allow overflowing rhs of unit variant (#3566)Seiichi Uchida-0/+11
2019-05-09Enable unreachable_pub lintRuben Schmidmeister-32/+32
2019-03-19Avoid panic on macro inside deeply nested blockSeiichi Uchida-0/+4
2019-02-19Various cosmetic improvements (#3403)Alexander Regueiro-10/+0
2019-02-04transition to Rust 2018Evgenii-1/+1
2018-09-01final clippy changesMaximilian Roos-1/+1
2018-07-24chains: fix visual indent chain layoutNick Cameron-0/+6
2018-06-26Refactor and fixup attribute formattingNick Cameron-0/+1
2018-05-15Use saturating_subShotaro Yamada-11/+4
2018-04-20Refactor to make a sensible public APINick Cameron-8/+0
2018-03-09Make INDENT_BUFFER longerSeiichi Uchida-2/+2
2018-03-09Restrict the width of doc comments with comment_widthSeiichi Uchida-0/+12
2018-03-02Go back to a non-workspace structureNick Cameron-0/+364
2018-02-07Create rustfmt_core cratetopecongiro-353/+0
2018-01-22Cargo fmtSeiichi Uchida-8/+8
2017-10-07Change return type of Indent::to_string() to Cow<'static, str>Seiichi Uchida-8/+17
2017-10-05Replace 'try_opt!' macro with a '?' operatortopecongiro-2/+2
2017-09-19Move Indent and Shape to shape.rs from lib.rsSeiichi Uchida-0/+344