rust/src
2017-12-10 01:01:36 -05:00
..
bin Replace into() on &str with to_owned() 2017-12-08 13:07:42 +09:00
chains.rs Fix indent of chain with small parent 2017-12-05 10:03:23 +09:00
checkstyle.rs Cargo fmt and update a test 2017-12-03 11:34:18 +09:00
closures.rs Cargo fmt 2017-12-05 17:15:58 +09:00
codemap.rs Add opt_snippet() and opt_span_after() 2017-11-10 17:08:57 +09:00
comment.rs Replace into() on &str with to_owned() 2017-12-08 13:07:42 +09:00
config.rs unstable_features without CFG_RELEASE_CHANNEL 2017-12-10 01:01:36 -05:00
expr.rs Merge pull request #2247 from topecongiro/optimize-snippet 2017-12-08 20:39:01 +13:00
file_lines.rs Cargo fmt and update tests 2017-09-19 11:41:50 +09:00
filemap.rs Cargo fmt 2017-12-05 17:15:58 +09:00
imports.rs Replace into() on &str with to_owned() 2017-12-08 13:07:42 +09:00
issues.rs Merge pull request #1889 from topecongiro/match-arm 2017-12-01 11:56:01 +13:00
items.rs Replace into() on &str with to_owned() 2017-12-08 13:07:42 +09:00
lib.rs Use explicit lifetime to get rid of unsafe code 2017-12-07 13:57:54 +09:00
lists.rs Merge pull request #2221 from topecongiro/rfc/blank-lines 2017-12-06 15:52:19 +13:00
macros.rs Replace into() on &str with to_owned() 2017-12-08 13:07:42 +09:00
missed_spans.rs Handle cases when bound changed from the default 2017-12-05 17:38:27 +09:00
modules.rs Cargo fmt and update tests 2017-12-02 17:45:39 +09:00
patterns.rs Replace into() on &str with to_owned() 2017-12-08 13:07:42 +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 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 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 into() on &str with to_owned() 2017-12-08 13:07:42 +09:00