Seiichi Uchida
|
23fa0bc3ef
|
Merge pull request #2240 from davidalber/revisit-2219
Adding `print!` to the list of specially-formatted `format!`-like macros
|
2017-12-07 17:37:01 +09:00 |
|
David Alber
|
0f561a1447
|
Moving panic! into the list of macros from the Standard Library
|
2017-12-06 22:23:02 -08:00 |
|
Alex Butler
|
db0a72318a
|
Fix config warnings leaking into stdout
|
2017-12-06 16:23:18 +00:00 |
|
Seiichi Uchida
|
b8448f6223
|
Use package name instead of target name for --package filter
|
2017-12-06 12:41:04 +09:00 |
|
Nick Cameron
|
b07e4339f0
|
Merge pull request #2221 from topecongiro/rfc/blank-lines
Keep vertical spaces between items or statements within range
|
2017-12-06 15:52:19 +13:00 |
|
David Alber
|
eb42956e84
|
Adding print! specially-formatted format! -like macros list
This commit corrects what appears to be an accidental inclusion of
`panic!` twice in the list resulting from the union of ffbe52e and
aeb3398.
|
2017-12-05 16:56:56 -08:00 |
|
Seiichi Uchida
|
04449c6622
|
Handle cases when bound changed from the default
|
2017-12-05 17:38:27 +09:00 |
|
Seiichi Uchida
|
454c85e359
|
Cargo fmt
|
2017-12-05 17:15:58 +09:00 |
|
Seiichi Uchida
|
1d1305eef8
|
Take into account a trailing newline in buffer
|
2017-12-05 17:15:42 +09:00 |
|
Seiichi Uchida
|
5632a7c075
|
Process blank lines if only they're within file lines range
|
2017-12-05 17:14:57 +09:00 |
|
Seiichi Uchida
|
53616f63b1
|
Keep blank lines around comments with range
|
2017-12-05 16:39:45 +09:00 |
|
Seiichi Uchida
|
829d94940e
|
Factor out process_comment()
|
2017-12-05 16:25:33 +09:00 |
|
Seiichi Uchida
|
d96a48c517
|
Change the type of argument of push_vertical_spaces()
|
2017-12-05 15:19:36 +09:00 |
|
Seiichi Uchida
|
228578b9c7
|
Add count_newlines() utility function
|
2017-12-05 15:17:40 +09:00 |
|
Nick Cameron
|
ae51f69de4
|
Merge pull request #2239 from topecongiro/issue-2157
Fix double indented chained closure
|
2017-12-05 16:56:52 +13:00 |
|
Nick Cameron
|
c4c3f5ba1e
|
Merge pull request #2238 from topecongiro/issue-1209
Format a macro in the type position
|
2017-12-05 16:55:31 +13:00 |
|
Seiichi Uchida
|
0c1eb20575
|
Fix indent of chain with small parent
|
2017-12-05 10:03:23 +09:00 |
|
Seiichi Uchida
|
b2b14d0f7f
|
Foramt macro on types
|
2017-12-05 08:42:13 +09:00 |
|
Seiichi Uchida
|
65c90dc08c
|
Do not pass files as arguments to rustfmt when dumping the default config
|
2017-12-05 08:01:29 +09:00 |
|
Nick Cameron
|
24f1f69d5a
|
Merge pull request #2236 from topecongiro/simple-array
Compress an array whose items are all 'simple'
|
2017-12-04 17:33:42 +13:00 |
|
topecongiro
|
1684df6a0a
|
Compress an array with simple items
|
2017-12-04 12:07:06 +09:00 |
|
topecongiro
|
8cf99b1d90
|
Factor out array_tactic
|
2017-12-04 12:06:46 +09:00 |
|
topecongiro
|
ef4b3d9bfa
|
Inspect CFG_RELEASE_CHANNEL env var at compile time
|
2017-12-04 11:34:27 +09:00 |
|
Seiichi Uchida
|
026c716168
|
Cargo fmt
|
2017-12-03 11:38:16 +09:00 |
|
Seiichi Uchida
|
aeb33986b1
|
Add macros from the log crate to whitelist
|
2017-12-03 11:37:55 +09:00 |
|
topecongiro
|
8f395bd953
|
Cargo fmt
|
2017-12-03 11:34:18 +09:00 |
|
topecongiro
|
27a540db47
|
Factor out a mess
|
2017-12-03 11:34:18 +09:00 |
|
topecongiro
|
16184d3e16
|
Cargo fmt and update a test
|
2017-12-03 11:34:18 +09:00 |
|
topecongiro
|
0f5dcc665d
|
Handle special-case macros
|
2017-12-03 11:34:18 +09:00 |
|
topecongiro
|
ffbe52eb76
|
Add whitelists of macros that need special-case format
|
2017-12-03 11:34:18 +09:00 |
|
Seiichi Uchida
|
b9126fac82
|
Do not format fenced code blocks in comment
|
2017-12-02 23:01:50 +09:00 |
|
Seiichi Uchida
|
89f27764ed
|
Cargo fmt and update tests
|
2017-12-02 17:45:39 +09:00 |
|
Seiichi Uchida
|
c4c9bf028a
|
Keep vertical spaces between items or statements within range
|
2017-12-02 17:43:50 +09:00 |
|
Seiichi Uchida
|
483f71c8b1
|
Merge pull request #2218 from pietroalbini/fix-ast-for-use_nested_groups
Fix broken build after use_nested_groups lands on nightly
|
2017-12-02 16:34:16 +09:00 |
|
Nick Cameron
|
8f6b6c28f7
|
Merge pull request #2210 from topecongiro/issue-2178
Combine a short callee and a single argument
|
2017-12-01 15:02:16 +13:00 |
|
Nick Cameron
|
db81a7f669
|
Merge pull request #2216 from topecongiro/issue-2214
Preserve trailing comma on array inside macro call
|
2017-12-01 12:18:38 +13:00 |
|
Pietro Albini
|
9d8cfbcd93
|
Fix imports formatting broken after AST change
|
2017-12-01 00:18:00 +01:00 |
|
Nick Cameron
|
076bc2332f
|
Merge pull request #2213 from topecongiro/issue-2212
Format defualtness on specialized impl const
|
2017-12-01 12:17:10 +13:00 |
|
Nick Cameron
|
c18ba569df
|
Merge pull request #1889 from topecongiro/match-arm
Do not put if on the same line as match arm
|
2017-12-01 11:56:01 +13:00 |
|
Oliver Schneider
|
ae18c6064a
|
Run rustfmt
|
2017-11-30 15:04:19 +01:00 |
|
topecongiro
|
b33df45d04
|
Look for trailing comma on array and preserve it inside macro call
|
2017-11-30 22:14:06 +09:00 |
|
topecongiro
|
65cb9b4649
|
Generalize rewrite_array() to types other than ast::Expr
|
2017-11-30 22:13:28 +09:00 |
|
topecongiro
|
3b36371b78
|
Format defualtness on specialized impl const
|
2017-11-30 19:38:05 +09:00 |
|
Seiichi Uchida
|
8116e3491d
|
Cargo fmt & update a test
|
2017-11-30 18:07:10 +09:00 |
|
topecongiro
|
22c9025027
|
Format source codes
|
2017-11-30 18:00:49 +09:00 |
|
topecongiro
|
89bf00986d
|
Do not put if on the same line as match arm
|
2017-11-30 17:56:29 +09:00 |
|
Oliver Schneider
|
9667cc2484
|
Address clippy lints
|
2017-11-30 09:24:10 +01:00 |
|
topecongiro
|
39d85b0d41
|
Combine a sigle argument and a short callee
|
2017-11-30 15:00:32 +09:00 |
|
Seiichi Uchida
|
f99b775de7
|
Rename is_dummy to has_braces
|
2017-11-30 06:40:29 +09:00 |
|
Seiichi Uchida
|
1323abf93f
|
Fix a typo
|
2017-11-30 06:13:42 +09:00 |
|