rust/src
topecongiro b1a6dd6b83 Cargo fmr & update tests
Note that we are forcing vertical layout when there are attributes on top of a
variant.
2017-11-16 16:07:15 +09:00
..
bin Cargo fmr & update tests 2017-11-16 16:07:15 +09:00
chains.rs Combine spaces_within_parens and spaces_within_brackets 2017-11-14 23:42:31 +09:00
checkstyle.rs Sort imports in alphabetical and consistent order 2017-07-13 18:42:14 +09:00
closures.rs Collapse multiple blocks in closures 2017-11-13 16:45:54 +13:00
codemap.rs Add opt_snippet() and opt_span_after() 2017-11-10 17:08:57 +09:00
comment.rs Collapse if-else 2017-11-06 13:52:25 +09:00
config.rs Combine spaces_within_parens and spaces_within_brackets 2017-11-14 23:42:31 +09:00
expr.rs Generalize rewrite_assign_rhs() 2017-11-16 11:26:36 +09:00
file_lines.rs Cargo fmt and update tests 2017-09-19 11:41:50 +09:00
filemap.rs add cli option for color 2017-11-13 20:18:03 +11:00
imports.rs Prefer &[T] to &Vec<T> 2017-11-06 13:52:25 +09:00
issues.rs fix some typos 2017-11-01 07:33:55 +01:00
items.rs Force vertical layout for all variants if one of then use multiple lines 2017-11-16 16:02:01 +09:00
lib.rs rename to use_colored_tty; used match as well 2017-11-13 20:18:05 +11:00
lists.rs Do not get tricked by a nested comment 2017-11-15 15:46:00 +09:00
macros.rs Combine spaces_within_parens and spaces_within_brackets 2017-11-14 23:42:31 +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 Propagate an error rather than panic 2017-11-06 21:48:18 +09:00
patterns.rs Combine spaces_within_parens and spaces_within_brackets 2017-11-14 23:42:31 +09:00
rewrite.rs Replace '*_indent' with 'indent_style' in src 2017-11-13 17:33:32 +09:00
rustfmt_diff.rs rename to use_colored_tty; used match as well 2017-11-13 20:18:05 +11:00
shape.rs Change return type of Indent::to_string() to Cow<'static, str> 2017-10-07 22:45:33 +09:00
spanned.rs Move Spanned to spanned.rs from lib.rs 2017-09-19 10:04:35 +09:00
string.rs Add an optional max width argument to rewrite_string() 2017-10-31 15:04:50 +09:00
summary.rs Cargo fmt 2017-09-15 12:10:58 +09:00
types.rs Combine spaces_within_parens and spaces_within_brackets 2017-11-14 23:42:31 +09:00
utils.rs Combine spaces_within_parens and spaces_within_brackets 2017-11-14 23:42:31 +09:00
vertical.rs Cargo fmt 2017-11-02 21:45:00 +09:00
visitor.rs Combine fn_brace_style and item_brace_style 2017-11-14 10:47:02 +09:00