rust/src
Nick Cameron fc52a4d33f
Merge pull request #2173 from topecongiro/assignment-with-100-chars
Assignment whose lhs has 100 chars
2017-12-11 17:04:41 +13:00
..
bin Rename error_on_unformatted_comments_or_strings to error_on_unformatted 2017-12-11 11:48:17 +09:00
chains.rs Merge pull request #2267 from topecongiro/issue-2264 2017-12-11 09:02:16 +13:00
checkstyle.rs Cargo fmt and update a test 2017-12-03 11:34:18 +09:00
closures.rs Merge pull request #2267 from topecongiro/issue-2264 2017-12-11 09:02:16 +13:00
codemap.rs Add opt_snippet() and opt_span_after() 2017-11-10 17:08:57 +09:00
comment.rs Merge pull request #2257 from topecongiro/error-on-line-overflow-strings 2017-12-11 16:41:15 +13:00
config.rs Rename error_on_unformatted_comments_or_strings to error_on_unformatted 2017-12-11 11:48:17 +09:00
expr.rs Merge pull request #2173 from topecongiro/assignment-with-100-chars 2017-12-11 17:04:41 +13:00
file_lines.rs Cargo fmt and update tests 2017-09-19 11:41:50 +09:00
filemap.rs Replace StringBuffer with String 2017-12-11 09:19:00 +09:00
imports.rs Merge pull request #2255 from topecongiro/nested-imports 2017-12-11 08:53:23 +13:00
issues.rs Merge pull request #1889 from topecongiro/match-arm 2017-12-01 11:56:01 +13:00
items.rs Merge pull request #2173 from topecongiro/assignment-with-100-chars 2017-12-11 17:04:41 +13:00
lib.rs Use enumerate() 2017-12-11 11:50:11 +09:00
lists.rs Merge pull request #2221 from topecongiro/rfc/blank-lines 2017-12-06 15:52:19 +13:00
macros.rs Merge pull request #2265 from topecongiro/issue-2262 2017-12-11 09:00:56 +13:00
missed_spans.rs Fix indent issue when recovering comments 2017-12-11 09:20:02 +09:00
modules.rs Cargo fmt and update tests 2017-12-02 17:45:39 +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 fmt 2017-09-15 12:10:58 +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 Replace StringBuffer with String 2017-12-11 09:19:00 +09:00