topecongiro
128925dcb4
Use visual indent style in where-clause.rs
2018-02-23 22:53:16 +09:00
topecongiro
758c54e9d5
Update big-impl tests
...
big-impl.rs and big-impl-rfc.rs is identical. One of them should use visual
indent style, and their file name should reflect that.
2018-02-23 22:53:16 +09:00
Nick Cameron
cc2c7433e2
Merge pull request #2480 from topecongiro/issue-2476
...
Avoid drifting macro body which is unformattable
2018-02-23 13:39:56 +13:00
topecongiro
8531d70c77
Cargo clippy
2018-02-23 09:07:35 +09:00
topecongiro
9cdac82d42
Cargo fmt and update a test
2018-02-23 08:14:22 +09:00
topecongiro
093633ecb7
Update tests for #2438 and #2476
2018-02-23 08:10:17 +09:00
David Alber
f11e76989b
Removing ignore attribute
2018-02-20 18:48:07 -08:00
topecongiro
b4c85d1bcb
Return the original snippet if the attribute contains invalid syntax
...
This allows us to keep formatting the macro def with attributes that become
invalid syntax when the `$` is replaced with `z`, e.g. `#[doc = $expr]`.
2018-02-20 14:48:46 +09:00
topecongiro
37f82a0c95
Skip formatting macro_rules! that are not using {}
2018-02-19 14:08:33 +09:00
Nick Cameron
383e7e9955
Merge pull request #2465 from karyon/fix_2346
...
Fix #2346 : empty comments should not have any trailing space added
2018-02-19 11:45:49 +13:00
Johannes Linke
8e36d54202
Fix #2346 : empty comments should not have any trailing space added
2018-02-18 12:50:10 +01:00
topecongiro
ea3c01e337
Format a match arm with the beginning vertical bar
2018-02-18 10:31:11 +09:00
Christopher Armstrong
bd0facd4ce
only wrap on trailing comments, allow /* */ comments in-line
2018-02-16 21:52:08 -06:00
Christopher Armstrong
f5c46559d6
hacky solution that makes the tests pass but should really be better
2018-02-16 14:14:34 -06:00
Christopher Armstrong
4528a570b8
test case for issue #2446
2018-02-16 14:14:34 -06:00
Nick Cameron
7293a8b122
Merge pull request #2450 from topecongiro/issue-37
...
Preserve trailing spaces in doc comments even when options are set
2018-02-16 18:08:27 +13:00
Seiichi Uchida
b60d9b0d4f
Preserve trailing spaces in doc comments even when options are set
...
Closes #37 .
2018-02-16 10:14:06 +09:00
Nick Cameron
99faae6648
Merge pull request #2443 from topecongiro/skip-children
...
Do not try to parse external modules when skipping children
2018-02-16 14:07:29 +13:00
Nick Cameron
651dae30f1
Merge pull request #2436 from topecongiro/markdown-spaces
...
Preserve trailing two whitespace in comments
2018-02-16 13:51:37 +13:00
Seiichi Uchida
bc12c84d2f
Do not try to parse external modules when skipping children
2018-02-15 22:48:06 +09:00
topecongiro
6f38a4aeab
Preserve two or more trailing spaces in doc comment
...
rustdoc treats two or more trailing spaces as a line break.
2018-02-15 16:41:47 +09:00
topecongiro
296018afe7
Preserve trailing whitespaces only for doc comment
2018-02-15 16:34:22 +09:00
Nick Cameron
091ed2f0a4
Merge pull request #2086 from jugglerchris/difflines_mode
...
Add a new "modified lines" write mode.
2018-02-15 15:21:44 +13:00
topecongiro
785da7439f
Return None when format_code_block may have failed
2018-02-14 19:00:45 +09:00
topecongiro
b49b30746d
Disable formatting macro-def if args do not fit on one line
2018-02-14 04:00:26 +09:00
Seiichi Uchida
fe30dab017
Preserve trailing two whitespace in comments
...
Closes #2434 .
2018-02-13 19:39:37 +09:00
Chris Emerson
807f29206a
Update after review comments.
2018-02-12 23:07:46 +00:00
Chris Emerson
e02f268577
Move the modified test files to the new location.
2018-02-12 22:58:50 +00:00
Chris Emerson
c2fda14e0a
Merge remote-tracking branch 'origin/master' into difflines_mode
2018-02-12 22:43:37 +00:00
David Alber
429dad72b6
Formatting snippets without configuration option marked as skip
2018-02-12 08:17:43 -08:00
Seiichi Uchida
63ebe1b13e
Merge pull request #2432 from davidalber/remove-unused-import
...
Removing unused import
2018-02-12 18:37:37 +09:00
David Alber
b8f0adb40d
Fixing path to Configurations.md
...
Issue #2419 changed the directory in which
`configuration_snippet_tests` runs, which broke the test. Since the
test is currently annotated with `#[ignore]`, the break wasn't
caught before merge.
2018-02-11 21:53:19 -08:00
David Alber
6b4bc3ac14
Removing unused import
2018-02-11 21:15:06 -08:00
topecongiro
4af2aa3a9e
Create rustfmt_core crate
2018-02-07 22:48:05 +09:00