rust/src
topecongiro 1d8619d49a Fix wrong indentation on type alias
Use rewrite_assign_rhs() when rewriting type alias.
2017-12-21 09:58:13 +09:00
..
bin Move from String to PathBuf where applicable 2017-12-15 10:26:19 +09:00
chains.rs Merge pull request #2267 from topecongiro/issue-2264 2017-12-11 09:02:16 +13:00
checkstyle.rs Move from String to PathBuf where applicable 2017-12-15 10:26:19 +09:00
closures.rs Merge pull request #2267 from topecongiro/issue-2264 2017-12-11 09:02:16 +13:00
codemap.rs Move from String to PathBuf where applicable 2017-12-15 10:26:19 +09:00
comment.rs Do not put comment's line start and closer on the same line 2017-12-17 15:25:24 +09:00
config.rs Do not print to stderr when parsing the toml file succeeded 2017-12-12 14:10:31 +09:00
expr.rs Fix wrong indentation on type alias 2017-12-21 09:58:13 +09:00
file_lines.rs Move from String to PathBuf where applicable 2017-12-15 10:26:19 +09:00
filemap.rs Move from String to PathBuf where applicable 2017-12-15 10:26:19 +09:00
imports.rs Cargo clippy 2017-12-12 13:48:12 +09:00
issues.rs Merge pull request #1889 from topecongiro/match-arm 2017-12-01 11:56:01 +13:00
items.rs Fix wrong indentation on type alias 2017-12-21 09:58:13 +09:00
lib.rs Move from String to PathBuf where applicable 2017-12-15 10:26:19 +09:00
lists.rs Merge pull request #2221 from topecongiro/rfc/blank-lines 2017-12-06 15:52:19 +13:00
macros.rs Cargo clippy 2017-12-12 13:48:12 +09:00
missed_spans.rs Move from String to PathBuf where applicable 2017-12-15 10:26:19 +09:00
modules.rs Move from String to PathBuf where applicable 2017-12-15 10:26:19 +09:00
patterns.rs Format macro in pattern position 2017-12-10 00:22:00 +09:00
rewrite.rs Use explicit lifetime to get rid of unsafe code 2017-12-07 13:57:54 +09:00
rustfmt_diff.rs Replace into() on &str with to_owned() 2017-12-08 13:07:42 +09:00
shape.rs Change return type of Indent::to_string() to Cow<'static, str> 2017-10-07 22:45:33 +09:00
spanned.rs Do not report errors on skipped items or statements 2017-12-08 17:46:43 +09:00
string.rs Add an optional max width argument to rewrite_string() 2017-10-31 15:04:50 +09:00
summary.rs Cargo clippy 2017-12-12 13:48:12 +09:00
types.rs Foramt macro on types 2017-12-05 08:42:13 +09:00
utils.rs Add count_newlines() utility function 2017-12-05 15:17:40 +09:00
vertical.rs Merge attributes_on_same_line_as_field and attributes_on_same_line_as_variant into same_line_attributes 2017-11-24 14:29:44 +13:00
visitor.rs Format trait aliases 2017-12-15 13:47:52 +09:00