rust/tests/source
2019-02-15 18:11:49 +09:00
..
alignment_2633 fix alignment of a struct's fields with the visual style 2018-11-04 23:41:21 +01:00
configs fix "internal error: left behind trailing whitespace" with long lines 2019-02-01 19:58:38 +09:00
issue-1210
issue-2179 fix "internal error: left behind trailing whitespace" with long lines 2019-02-01 19:58:38 +09:00
issue-2482
issue-2917 Prevent right-shifting of block comments with bare lines. 2018-09-22 00:09:11 +02:00
issue-2977 propagate errors about failing to rewrite a macro 2018-09-07 14:48:52 +02:00
issue-3055 do not format a code block in documentation if it is annotated with ignore or text (#3058) 2018-09-28 11:06:29 +09:00
issue-3213 version-gate the trailing semicolon change of return statements inside a match arm 2018-12-14 09:54:23 +01:00
issue-3227 remove tests/source/issue-3227/one.rs 2019-02-15 18:11:49 +09:00
issue-3270 version-gate the formatting of commented strings 2019-01-16 23:06:28 +01:00
issue-3272 Use the same rule with macro and function calls with a single chain 2019-01-28 23:05:42 +09:00
issue-3278 add the version gate to the code and test 2019-01-27 14:38:57 +09:00
issue-3295 fix "internal error: left behind trailing whitespace" with long lines 2019-02-01 19:58:38 +09:00
itemized-blocks rewrite_string: detect when a url is being split and place the new line 2018-10-09 21:47:32 +02:00
long-fn-1 add the version gate to the code and test 2019-01-27 14:38:57 +09:00
nested_skipped
nestedmod
single-line-macro Avoid putting a long macro call in a single line 2019-01-28 23:05:39 +09:00
array_comment.rs Fix an anomaly with comments and array literals 2018-07-17 15:40:19 +12:00
assignment.rs
associated-types-bounds-wrapping.rs
async_block.rs Accept 2015 and 2018 instead of Edition2015 and Edition2018 for edition option 2018-08-31 00:04:23 -07:00
async_fn.rs Accept 2015 and 2018 instead of Edition2015 and Edition2018 for edition option 2018-08-31 00:04:23 -07:00
attrib.rs Add a test for #3313 2019-02-06 23:10:27 +09:00
big-impl-block.rs
big-impl-visual.rs
binary-expr.rs
break-and-continue.rs
catch.rs Accept 2015 and 2018 instead of Edition2015 and Edition2018 for edition option 2018-08-31 00:04:23 -07:00
chains_with_comment.rs Add a test for #2907 2018-08-31 18:10:47 +09:00
chains-visual.rs
chains.rs add test 2018-10-15 12:09:53 +13:00
closure-block-inside-macro.rs
closure.rs
comment2.rs
comment3.rs
comment4.rs
comment5.rs
comment6.rs Use Unicode-standard char width to wrap comments or strings. (#3275) 2019-01-15 08:41:09 +09:00
comment_crlf_newline.rs
comment.rs
control-brace-style-always-next-line.rs
control-brace-style-always-same-line.rs
doc-attrib.rs normalize_doc_attributes: remove leading whitespace from the doc comment opener 2018-11-05 18:24:36 +01:00
doc-comment-with-example.rs Add format_doc_comments 2018-10-11 23:34:36 +09:00
doc.rs
dyn_trait.rs Add and update tests for trait with paren 2018-07-25 18:27:02 +09:00
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 Add attr_fn_like_width to the width heuristics 2018-10-12 15:20:42 +13:00
existential_type.rs Add a test for associated existential type 2018-07-25 00:42:19 +09:00
expr-block.rs lists: Detect block comment by starting from the end. 2018-09-22 12:16:38 +02:00
expr-overflow-delimited.rs Add tests that include comments before the overflow-able params 2018-11-08 19:38:01 -07:00
expr.rs Fix shape when formatting return or break expr on statement position (#3259) 2018-12-25 18:20:29 +09:00
extern_not_explicit.rs
extern.rs test for #3128 2018-11-15 21:38:23 +13:00
file-lines-1.rs
file-lines-2.rs
file-lines-3.rs
file-lines-4.rs
file-lines-5.rs
file-lines-6.rs
file-lines-item.rs
fn_args_density-vertical.rs
fn_args_indent-block.rs
fn-custom-2.rs
fn-custom-3.rs
fn-custom-4.rs
fn-custom-6.rs
fn-custom-7.rs
fn-custom-8.rs
fn-custom.rs
fn-simple.rs Add a test for #2956 2018-08-30 23:38:40 +09:00
fn-single-line.rs
hard-tabs.rs
hello2.rs
hello.rs
if_while_or_patterns.rs
immovable_generators.rs
impls.rs
imports_block_indent.rs
imports-impl-only-use.rs Impl only use (#2951) 2018-08-24 14:39:05 +09:00
imports-reorder-lines-and-items.rs
imports-reorder-lines.rs
imports-reorder.rs
imports.rs Apply rustfmt::skip on imports (#3289) 2019-01-27 16:26:09 +09:00
invalid-rust-code-in-doc-comment.rs Catch parser panic in format_snippet (#3103) 2018-10-17 14:21:04 +09:00
issue-447.rs
issue-510.rs
issue-539.rs fix the identification of a block comment. 2018-08-16 19:55:15 +02:00
issue-683.rs fix the identification of a block comment. 2018-08-16 19:55:15 +02:00
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
issue-1158.rs
issue-1177.rs
issue-1192.rs
issue-1211.rs
issue-1216.rs
issue-1239.rs
issue-1278.rs
issue-1350.rs
issue-1366.rs
issue-1468.rs
issue-1693.rs
issue-1800.rs
issue-1914.rs
issue-2025.rs
issue-2111.rs
issue-2164.rs
issue-2256.rs
issue-2342.rs
issue-2445.rs
issue-2446.rs
issue-2479.rs
issue-2496.rs Add a test for #2496 2018-09-11 08:54:43 +03:00
issue-2520.rs
issue-2523.rs
issue-2582.rs
issue-2641.rs
issue-2644.rs
issue-2728.rs
issue-2761.rs
issue-2794.rs
issue-2835.rs Prioritize single_line_fn and empty_item_single_line over brace_style 2019-02-01 00:22:47 +09:00
issue-2863.rs Add a test for #2863 2018-07-26 21:35:48 +09:00
issue-2896.rs Add a test for #2896 2018-08-05 10:50:24 +09:00
issue-2922.rs Add a test for #2922 2018-08-31 16:25:01 +03:00
issue-2927-2.rs Accept 2015 and 2018 instead of Edition2015 and Edition2018 for edition option 2018-08-31 00:04:23 -07:00
issue-2927.rs Accept 2015 and 2018 instead of Edition2015 and Edition2018 for edition option 2018-08-31 00:04:23 -07:00
issue-2930.rs Add a test for #2930 2018-08-31 15:25:08 +03:00
issue-2936.rs Fixed ellipsis bug where rustfmt was creating code that could not be parsed 2018-08-24 00:58:21 -04:00
issue-2955.rs Merge branch 'master' of https://github.com/rust-lang-nursery/rustfmt into fix-optional-arg-condensing 2018-08-27 13:44:56 -04:00
issue-2973.rs Fix indent computation of a macro with braces. 2018-09-18 00:01:51 +02:00
issue-2985.rs Add a test for #2985 2018-09-11 11:09:31 +03:00
issue-3029.rs Avoid control flow expressions conditions to go multi line 2018-10-13 14:12:43 -03:00
issue-3038.rs force a newline after the if condition if there is a different 2018-10-15 23:24:35 +02:00
issue-3049.rs Add a test for #3049 2018-10-06 16:32:27 +03:00
issue-3059.rs try to fix comment bad wrapping (#3099) 2018-10-15 11:18:37 +09:00
issue-3066.rs Add a test for #3066 2018-10-06 10:59:47 +03:00
issue-3131.rs fix the logic for retaining a comment before the arrow in a match 2018-11-07 15:00:33 +01:00
issue-3153.rs trim the start of a line when wrapping an item in preparation for formatting 2018-11-05 20:22:06 +01:00
issue-3194.rs compute the span after a struct-like item based on the ident description 2018-11-13 21:10:30 +01:00
issue-3217.rs fix the visitor's starting position when visiting a labelled block 2018-11-28 22:50:17 +01:00
issue-3234.rs add issue-3234 test 2019-02-08 00:05:54 +09:00
issue-3241.rs fix glob and nested global imports 2019-01-27 12:46:14 +01:00
issue-3265.rs Add test cases. 2018-12-24 06:18:00 +09:00
item-brace-style-always-next-line.rs
item-brace-style-prefer-same-line.rs
item-brace-style-same-line-where.rs
label_break.rs
large_vec.rs
large-block.rs
lazy_static.rs
long_field_access.rs
long-match-arms-brace-newline.rs
long-use-statement-issue-3154.rs missed-spans: Fix bogus check. 2018-10-30 03:21:28 +01:00
loop.rs
macro_not_expr.rs
macro_rules.rs Handle raw string literal without any sharps 2018-08-31 10:49:39 +09:00
macros.rs Avoid putting a long macro call in a single line 2019-01-28 23:05:39 +09:00
markdown-comment-with-options.rs
markdown-comment.rs
match-block-trailing-comma.rs
match-flattening.rs Add a test for match flattening 2018-09-11 08:54:43 +03:00
match-nowrap-trailing-comma.rs
match-nowrap.rs
match.rs end expressions like return/continue/break with a semicolon 2018-11-29 20:39:07 +01:00
max-line-length-in-chars.rs
merge_imports.rs
mod_skip_child.rs
mod-1.rs
mod-2.rs
multiple.rs
nested-if-else.rs
no_new_line_beginning.rs
other.rs
paren.rs
paths.rs
pattern-condense-wildcards.rs fix a few typos found via codespell. 2018-10-19 12:28:00 +02:00
pattern.rs Add a test for slice patterns 2018-08-12 23:55:34 +09:00
pub-restricted.rs
remove_blank_lines.rs fix a few typos found via codespell. 2018-10-19 12:28:00 +02:00
reorder-impl-items.rs fix a few typos found via codespell. 2018-10-19 12:28:00 +02:00
single-line-if-else.rs
soft-wrapping.rs
space-not-before-newline.rs
spaces-around-ranges.rs
static.rs
string_punctuation.rs Use Unicode-standard char width to wrap comments or strings. (#3275) 2019-01-15 08:41:09 +09:00
string-lit-2.rs
string-lit.rs
struct_lits_multiline.rs
struct_lits_visual_multiline.rs
struct_lits_visual.rs
struct_lits.rs
struct_tuple_visual.rs
struct-field-attributes.rs
structs.rs
trailing_commas.rs
trailing-comma-never.rs Do not force trailing comma when using mixed layout 2019-01-31 23:44:58 +09:00
trait.rs Add a test for #3092 2018-10-14 21:47:50 +09:00
try-conversion.rs
tuple.rs
type_alias.rs
type-ascription.rs
type.rs Prefer to break arguments over putting output type on the next line (#3190) 2018-11-18 21:31:40 +09:00
unions.rs
visibility.rs
visual-fn-type.rs Add a visual fn type alias test 2018-09-11 12:34:21 +03:00
where-clause-rfc.rs
where-clause.rs
width-heuristics.rs