rust/src
2017-10-27 22:57:32 +01:00
..
bin Remove iter() in for loop 2017-10-28 01:39:01 +09:00
chains.rs Take the width of trailing '?'s into account 2017-10-18 22:23:25 +09:00
checkstyle.rs Sort imports in alphabetical and consistent order 2017-07-13 18:42:14 +09:00
codemap.rs Apply refactoring from cargo clippy 2017-08-31 12:49:12 +09:00
comment.rs Merge pull request #2035 from topecongiro/deprecate-try_opt! 2017-10-05 20:45:52 +08:00
config.rs Implement match_arm_forces_newline option (#2039) 2017-10-26 20:20:36 +03:00
expr.rs Merge pull request #2090 from topecongiro/issue-2087 2017-10-27 15:18:13 +05:30
file_lines.rs Cargo fmt and update tests 2017-09-19 11:41:50 +09:00
filemap.rs Format 2017-08-11 17:44:16 +09:00
imports.rs Replace 'try_opt!' macro with a '?' operator 2017-10-05 20:50:19 +09:00
issues.rs Sort imports in alphabetical and consistent order 2017-07-13 18:42:14 +09:00
items.rs Merge pull request #2084 from topecongiro/issue-2081 2017-10-27 02:15:22 +05:30
lib.rs Fix a "variable does not need to be mutable" warning. 2017-10-27 22:57:32 +01:00
lists.rs Merge pull request #2035 from topecongiro/deprecate-try_opt! 2017-10-05 20:45:52 +08:00
macros.rs Replace 'try_opt!' macro with a '?' operator 2017-10-05 20:50:19 +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 Sort imports in alphabetical and consistent order 2017-07-13 18:42:14 +09:00
patterns.rs Replace 'try_opt!' macro with a '?' operator 2017-10-05 20:50:19 +09:00
rewrite.rs Move Indent and Shape to shape.rs from lib.rs 2017-09-19 10:04:35 +09:00
rustfmt_diff.rs Run rustfmt on the new changes. 2017-10-19 23:32:27 +01: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 Cargo fmt 2017-10-18 22:23:25 +09:00
summary.rs Cargo fmt 2017-09-15 12:10:58 +09:00
types.rs Merge pull request #2042 from topecongiro/refactoring 2017-10-13 22:00:10 +08:00
utils.rs Faster last_line_extendable() 2017-10-07 22:45:33 +09:00
vertical.rs Replace 'try_opt!' macro with a '?' operator 2017-10-05 20:50:19 +09:00
visitor.rs Merge pull request #2079 from SingingTree/issue-1979-errors-go-to-stdout 2017-10-27 01:02:44 +05:30