rust/src
Nick Cameron 6739dbe77d
Merge pull request #3129 from otavio/issue-3104
cargo-fmt: detect Rust edition in use
2018-10-25 13:39:40 +13:00
..
bin rustfmt: add support to specify the Rust edition as argument 2018-10-23 02:33:38 -03:00
cargo-fmt cargo-fmt: Take into account the edition for each target 2018-10-24 10:01:08 -03:00
config config: use 2015 as default Edition 2018-10-23 02:33:33 -03:00
format-diff Clippy 2018-10-15 23:59:08 +09:00
git-rustfmt Cargo fmt 2018-09-19 23:22:26 +09:00
test Remove NLL feature 2018-10-18 15:39:11 +13:00
attr.rs Add attr_fn_like_width to the width heuristics 2018-10-12 15:20:42 +13:00
chains.rs Remove NLL feature 2018-10-18 15:39:11 +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 keep track of lines which formatting was disabled in order to prevent indentation which would cause code right-shifting 2018-10-24 12:11:11 +02:00
expr.rs force a newline after the if condition if there is a different 2018-10-15 23:24:35 +02:00
formatting.rs keep track of lines which formatting was disabled in order to prevent indentation which would cause code right-shifting 2018-10-24 12:11:11 +02:00
imports.rs Treat crates non-alphabetically Fixes: #3118 2018-10-23 07:10:00 -04:00
issues.rs Don't index a string with chars().count() 2018-03-22 08:33:18 +09:00
items.rs Merge pull request #3126 from topecongiro/issue-3117 2018-10-23 10:35:32 +13:00
lib.rs Merge pull request #3129 from otavio/issue-3104 2018-10-25 13:39:40 +13:00
lists.rs fix a couple of clippy lint warnings 2018-10-19 01:11:28 +02:00
macros.rs keep track of lines which formatting was disabled in order to prevent indentation which would cause code right-shifting 2018-10-24 12:11:11 +02:00
matches.rs Only put { on a newline in a match arm where necessary 2018-10-15 14:06:52 +13:00
missed_spans.rs fix a few typos found via codespell. 2018-10-19 12:28:00 +02:00
modules.rs Reformat 2018-08-23 17:14:19 -04:00
overflow.rs fix a couple of clippy lint warnings 2018-10-19 01:11:28 +02:00
pairs.rs fix a couple of clippy lint warnings 2018-10-19 01:11:28 +02:00
patterns.rs fix a few typos found via codespell. 2018-10-19 12:28:00 +02: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 Clippy 2018-10-15 23:59:08 +09: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 fix a few typos found via codespell. 2018-10-19 12:28:00 +02:00
types.rs Do not add parens around lifetimes 2018-10-13 00:42:25 +09:00
utils.rs Fix handling of code that is annotated with rustfmt::skip. 2018-10-24 12:11:11 +02: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 keep track of lines which formatting was disabled in order to prevent indentation which would cause code right-shifting 2018-10-24 12:11:11 +02:00