rust/tests/source
2017-05-01 15:36:40 +09:00
..
nested_skipped
nestedmod
assignment.rs
attrib.rs
break-and-continue.rs
chains-indent-tabbed.rs Unify a bunch of option types into IndentStyle 2017-03-20 11:46:39 +13:00
chains-indent-visual.rs
chains-visual.rs Lookup the last element of 'subexpr_list' instead of the first one 2017-04-06 09:26:25 +09:00
chains.rs test fallout 2017-03-28 11:25:59 +13:00
closure.rs Block indenting for struct lit patterns 2017-03-22 09:25:26 +13:00
comment2.rs
comment3.rs
comment4.rs
comment5.rs
comment_crlf_newline.rs
comment.rs
control-brace-style-always-next-line.rs
control-brace-style-always-same-line.rs
doc.rs
else-if-brace-style-always-next-line.rs
else-if-brace-style-always-same-line.rs
else-if-brace-style-closing-next-line.rs
empty_file.rs
enum.rs
expr-block.rs Test fallout 2017-04-06 13:06:11 +12:00
expr-no-hints.rs
expr.rs Test and source fallout 2017-03-22 09:25:26 +13:00
extern_not_explicit.rs
extern.rs
file-lines-1.rs
file-lines-2.rs
file-lines-3.rs
file-lines-4.rs
fn_args_density-vertical.rs
fn_args_layout-block.rs
fn-custom-2.rs Unify fn_args_layout and fn_arg_indent 2017-03-20 11:59:08 +13:00
fn-custom-3.rs Unify fn_args_layout and fn_arg_indent 2017-03-20 11:59:08 +13:00
fn-custom-4.rs Unify a bunch of option types into IndentStyle 2017-03-20 11:46:39 +13:00
fn-custom-6.rs Unify a bunch of option types into IndentStyle 2017-03-20 11:46:39 +13:00
fn-custom-7.rs Unify fn_args_layout and fn_arg_indent 2017-03-20 11:59:08 +13:00
fn-custom-8.rs Unify a bunch of option types into IndentStyle 2017-03-20 11:46:39 +13:00
fn-custom.rs
fn-simple.rs Fix a bug with overlong function calls 2017-04-06 21:17:22 +12:00
fn-single-line.rs
hard-tabs.rs
hello2.rs
hello.rs
impls.rs
imports-reorder-lines-and-items.rs
imports-reorder-lines.rs
imports-reorder.rs
imports.rs Format glob imports 2017-03-08 10:12:42 +13:00
indent_match_arms.rs Add indent_match_arms option (#1404) 2017-03-26 18:32:29 +13:00
issue-447.rs
issue-510.rs
issue-811.rs
issue-850.rs
issue-855.rs
issue-913.rs
issue-945.rs
issue-977.rs
issue-1021.rs
issue-1049.rs
issue-1111.rs
issue-1120.rs
issue-1124.rs
issue-1127.rs Fix wrap_match_arms resulting in a missing comma (#1307) 2017-03-01 09:46:10 +13:00
issue-1177.rs
issue-1192.rs
issue-1216.rs
issue-1239.rs
item-brace-style-always-next-line.rs
item-brace-style-prefer-same-line.rs
item-brace-style-same-line-where.rs
long_field_access.rs
long-match-arms-brace-newline.rs
loop.rs
macro_not_expr.rs
macros.rs
match-block-trailing-comma.rs
match-nowrap-trailing-comma.rs
match-nowrap.rs
match.rs Use 'first_line_width' 2017-05-01 15:36:40 +09:00
mod_skip_child.rs
mod-1.rs
mod-2.rs
multiple.rs
no_new_line_beginning.rs
other.rs
paths.rs
pattern-condense-wildcards.rs
pattern.rs Try harder to format function sigs 2017-03-10 09:26:14 +13:00
pub-restricted.rs
single-line-if-else.rs
skip.rs
space-before-bound.rs
space-before-type-annotation.rs
space-not-after-type-annotation-colon.rs
space-not-before-bound-colon.rs
space-not-before-newline.rs Omit space before '\n' + comment (fixes #457) 2017-03-28 16:32:12 +02:00
spaces-around-ranges.rs
spaces-within-angle-brackets.rs
spaces-within-parens.rs
spaces-within-square-brackets.rs
static.rs
string_punctuation.rs
string-lit-2.rs
string-lit.rs
struct_lits_multiline.rs
struct_lits_visual_multiline.rs
struct_lits_visual.rs
struct_lits.rs
structs.rs Check existence of pre comment explicitly 2017-03-31 21:57:29 +09:00
trailing_commas.rs Fix trailing comma tests 2017-03-02 14:27:33 +13:00
trailing-comma-never.rs
trait.rs
try-conversion.rs
tuple.rs
type_alias.rs
type-ascription.rs
type-punctuation.rs
type.rs
where-clause-rfc.rs Implement where_style Rfc 2017-03-09 14:21:20 +13:00
where-clause.rs