rust/src
2015-11-13 14:31:20 +01:00
..
bin Check if the CWD contains a config (previously it only checked parents) 2015-11-09 21:41:25 +01:00
chains.rs Merge pull request #528 from marcusklaas/chain-idempotence 2015-10-24 11:14:24 +13:00
comment.rs Option to disable line breaking in comments 2015-11-10 08:03:01 +13:00
config.rs Option to disable line breaking in comments 2015-11-10 08:03:01 +13:00
expr.rs Fix crash speculatively parsing macro arguments as expressions. 2015-10-27 23:41:32 -07:00
filemap.rs Address review concerns 2015-11-03 09:16:33 +01:00
imports.rs Increase default function call width limit 2015-10-06 22:27:11 +02:00
issues.rs Increase default function call width limit 2015-10-06 22:27:11 +02:00
items.rs Fix brace indentation after where clause 2015-11-13 14:31:20 +01:00
lib.rs Stdin support 2015-11-02 20:45:45 +01:00
lists.rs Honor "enum_trailing_comma" option. Fixes #556 2015-11-03 23:57:31 +01:00
macros.rs Fix crash speculatively parsing macro arguments as expressions. 2015-10-27 23:41:32 -07:00
missed_spans.rs show rustfmt coverage! 2015-10-24 15:22:37 +05:30
modules.rs Changes to source formatting 2015-09-26 13:58:12 +12:00
patterns.rs Fix indentation for enum-style patterns 2015-10-23 20:44:46 +02:00
rewrite.rs Fix crash speculatively parsing macro arguments as expressions. 2015-10-27 23:41:32 -07:00
rustfmt_diff.rs Changes to rustfmt source 2015-09-26 18:29:48 +12:00
string.rs infinite while loop fixed, redundancy removed 2015-10-02 11:13:07 -05:00
types.rs Format some patterns 2015-10-19 20:15:36 +02:00
utils.rs Ignore #[cfg_attr(rustfmt, rustfmt_skip)] functions 2015-10-23 13:46:14 -07:00
visitor.rs Don't strip semi-colons from expressions with non-void type since it can change semantics 2015-11-09 13:23:19 +13:00