rust/src
Nick Cameron 61043e64e0 Merge pull request #2019 from topecongiro/issue-2018
Break after '=' if a single line rhs exceeds max width
2017-10-05 17:30:45 +08:00
..
bin Avoid panicking when calling 'cargo fmt --all' 2017-09-15 23:24:17 +09:00
chains.rs Move Indent and Shape to shape.rs from lib.rs 2017-09-19 10:04:35 +09:00
checkstyle.rs Sort imports in alphabetical and consistent order 2017-07-13 18:42:14 +09:00
codemap.rs Apply refactoring from cargo clippy 2017-08-31 12:49:12 +09:00
comment.rs Move Indent and Shape to shape.rs from lib.rs 2017-09-19 10:04:35 +09:00
config.rs Rename binop_sep to binop_separator 2017-09-15 15:05:41 +09:00
expr.rs Merge pull request #2019 from topecongiro/issue-2018 2017-10-05 17:30:45 +08:00
file_lines.rs Cargo fmt and update tests 2017-09-19 11:41:50 +09:00
filemap.rs Format 2017-08-11 17:44:16 +09:00
imports.rs Move Spanned to spanned.rs from lib.rs 2017-09-19 10:04:35 +09:00
issues.rs Sort imports in alphabetical and consistent order 2017-07-13 18:42:14 +09:00
items.rs Merge pull request #2014 from topecongiro/fn-sig 2017-10-04 20:18:02 +08:00
lib.rs Remove unnecessary wrap_str() 2017-09-19 11:40:20 +09:00
lists.rs Use horizontal layout for a function with a single argument 2017-09-19 11:41:05 +09:00
macros.rs Change return type of rewrite_call_inner() to Option<String> 2017-09-28 16:33:30 +09:00
missed_spans.rs Move Indent and Shape to shape.rs from lib.rs 2017-09-19 10:04:35 +09:00
modules.rs Sort imports in alphabetical and consistent order 2017-07-13 18:42:14 +09:00
patterns.rs Merge pull request #2011 from topecongiro/rewrite_call_inner 2017-10-04 20:14:10 +08:00
rewrite.rs Move Indent and Shape to shape.rs from lib.rs 2017-09-19 10:04:35 +09:00
rustfmt_diff.rs Move isatty() to utils.rs 2017-08-15 16:49:02 +09:00
shape.rs Move Indent and Shape to shape.rs from lib.rs 2017-09-19 10:04:35 +09:00
spanned.rs Move Spanned to spanned.rs from lib.rs 2017-09-19 10:04:35 +09:00
string.rs Implement StringFormat::new() 2017-10-01 19:39:00 +09:00
summary.rs Cargo fmt 2017-09-15 12:10:58 +09:00
types.rs Handle 'extern "Rust"' in format_abi() 2017-09-29 15:08:48 +09:00
utils.rs Handle 'extern "Rust"' in format_abi() 2017-09-29 15:08:48 +09:00
vertical.rs Move Spanned to spanned.rs from lib.rs 2017-09-19 10:04:35 +09:00
visitor.rs Merge pull request #2017 from topecongiro/issue-1987 2017-10-05 17:27:17 +08:00