rust/src
2017-11-20 16:40:58 +09:00
..
bin Cargo fmt 2017-11-16 17:43:06 +09:00
chains.rs Cargo fmt 2017-11-16 17:43:06 +09:00
checkstyle.rs Fix checkstyle test. 2017-11-17 09:43:47 +05:30
closures.rs Do not squash unsafe block 2017-11-20 16:40:58 +09:00
codemap.rs Add opt_snippet() and opt_span_after() 2017-11-10 17:08:57 +09:00
comment.rs Cargo fmt 2017-11-16 17:43:06 +09:00
config.rs Break before '|' for multi-lined match arm pattern 2017-11-16 17:43:06 +09:00
expr.rs Merge pull request #2161 from topecongiro/issue-1807 2017-11-20 14:51:53 +13: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 Generalize ListItems to allow a separator other than comma 2017-11-16 17:43:36 +09:00
issues.rs fix some typos 2017-11-01 07:33:55 +01:00
items.rs Merge pull request #2161 from topecongiro/issue-1807 2017-11-20 14:51:53 +13:00
lib.rs rename to use_colored_tty; used match as well 2017-11-13 20:18:05 +11:00
lists.rs Fix up write_list() to handle Mixed tactic 2017-11-16 17:43:36 +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 Generalize ListItems to allow a separator other than comma 2017-11-16 17:43:36 +09:00
rewrite.rs Replace '*_indent' with 'indent_style' in src 2017-11-13 17:33:32 +09:00
rustfmt_diff.rs Add test for trailing newline in diff. 2017-11-17 20:46:17 +05:30
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 Merge pull request #2161 from topecongiro/issue-1807 2017-11-20 14:51:53 +13:00
utils.rs Cargo fmt 2017-11-16 17:43:06 +09:00
vertical.rs Generalize ListItems to allow a separator other than comma 2017-11-16 17:43:36 +09:00
visitor.rs Generalize ListItems to allow a separator other than comma 2017-11-16 17:43:36 +09:00