rust/src
Nick Cameron 2f8c1fea72
Merge pull request #3093 from scampi/issue2633
do not vertically align list items in case the tactic is Horizontal
2018-10-15 07:57:39 +12:00
..
bin bin: replace .unwrap_or with .map_or 2018-10-12 20:22:10 -03:00
cargo-fmt Cargo fmt 2018-09-19 23:22:26 +09:00
config config: replace .unwrap_or with .map_or 2018-10-12 20:21:48 -03:00
format-diff final clippy changes 2018-09-01 16:32:38 -04:00
git-rustfmt Cargo fmt 2018-09-19 23:22:26 +09:00
test Enable stdin_disable_all_formatting_test test 2018-10-09 09:06:16 -03:00
attr.rs Add attr_fn_like_width to the width heuristics 2018-10-12 15:20:42 +13:00
chains.rs Merge pull request #3078 from YaLTeR/fix-closure-indentation 2018-10-08 14:38:49 +13:00
checkstyle.rs documentation 2018-05-21 15:54:56 +12:00
closures.rs closures: replace .unwrap_or with .map_or 2018-10-12 20:07:25 -03:00
comment.rs handle lines prefixed with a # inside code blocks 2018-10-13 09:57:43 +02:00
expr.rs expr: replace .unwrap_or with .map_or 2018-10-12 20:21:22 -03:00
formatting.rs Cargo fmt 2018-09-19 23:22:26 +09:00
imports.rs Fix bug in import where two consecutive module separators were possible. 2018-09-21 18:51:19 +01:00
issues.rs Don't index a string with chars().count() 2018-03-22 08:33:18 +09:00
items.rs Merge pull request #3067 from topecongiro/refactor-toexpr 2018-10-08 12:38:33 +13:00
lib.rs fixed display message for the LineOverflow error 2018-10-11 09:05:33 +02:00
lists.rs lists: Detect block comment by starting from the end. 2018-09-22 12:16:38 +02:00
macros.rs Format a macro call with multile item-like arguments 2018-10-08 13:52:26 +09:00
matches.rs Do not trim a block from expression if its condition will go multi-line 2018-09-21 00:58:47 +09:00
missed_spans.rs final clippy changes 2018-09-01 16:32:38 -04:00
modules.rs Reformat 2018-08-23 17:14:19 -04:00
overflow.rs Avoid control flow expressions conditions to go multi line 2018-10-13 14:12:43 -03:00
pairs.rs Cargo fmt 2018-09-19 23:22:26 +09:00
patterns.rs Put arguments of the fail attribute on the same line as println! 2018-09-30 08:05:45 +09:00
reorder.rs Cargo fmt 2018-09-19 23:22:26 +09:00
rewrite.rs rewrite: adjust comment as it refers to is_if_else_block 2018-10-11 10:37:15 -03:00
rustfmt_diff.rs Cargo fmt 2018-09-19 23:22:26 +09:00
shape.rs final clippy changes 2018-09-01 16:32:38 -04:00
source_file.rs Rename CodeMap/FileMap to SourceMap/SourceFile 2018-08-23 17:10:46 -04:00
source_map.rs Reformat 2018-08-23 17:14:19 -04:00
spanned.rs Put arguments of the fail attribute on the same line as println! 2018-09-30 08:05:45 +09:00
string.rs rewrite_string: detect when a url is being split and place the new line 2018-10-09 21:47:32 +02:00
types.rs Do not add parens around lifetimes 2018-10-13 00:42:25 +09:00
utils.rs Reformat 2018-08-23 17:14:19 -04:00
vertical.rs do not vertically align list items in case the tactic is Horizontal 2018-10-12 20:41:56 +02:00
visitor.rs Merge pull request #3036 from topecongiro/issue-2932 2018-09-20 11:36:46 +12:00