]> git.lizzy.rs Git - rust.git/log
rust.git
6 years agoRun wrap_str() only when chain_indent is set to "Visual"
Seiichi Uchida [Sat, 7 Oct 2017 12:51:15 +0000 (21:51 +0900)]
Run wrap_str() only when chain_indent is set to "Visual"

6 years agoFix a typo
Seiichi Uchida [Sat, 7 Oct 2017 12:48:45 +0000 (21:48 +0900)]
Fix a typo

6 years agoUse correct budget for the last child of chain
Seiichi Uchida [Sat, 7 Oct 2017 12:48:05 +0000 (21:48 +0900)]
Use correct budget for the last child of chain

6 years agoMerge pull request #2028 from wada314/win-test-crlf
Nick Cameron [Sat, 7 Oct 2017 05:12:16 +0000 (13:12 +0800)]
Merge pull request #2028 from wada314/win-test-crlf

Fix the test framework is failing in CRLF env.

6 years agoFix the test framework is failing in CRLF env
Shohei Wada [Fri, 6 Oct 2017 16:53:55 +0000 (01:53 +0900)]
Fix the test framework is failing in CRLF env

6 years agoMerge pull request #2035 from topecongiro/deprecate-try_opt!
Nick Cameron [Thu, 5 Oct 2017 12:45:52 +0000 (20:45 +0800)]
Merge pull request #2035 from topecongiro/deprecate-try_opt!

Replace `try_opt!` macro with a `?` operator

6 years agoMerge pull request #2029 from wada314/fix-crlf
Nick Cameron [Thu, 5 Oct 2017 12:07:29 +0000 (20:07 +0800)]
Merge pull request #2029 from wada314/fix-crlf

Fix broken tests under CRLF environment.

6 years agoUse push_str() instead of write!()
topecongiro [Thu, 5 Oct 2017 12:05:28 +0000 (21:05 +0900)]
Use push_str() instead of write!()

6 years agoUpdate Contributing.md
topecongiro [Thu, 5 Oct 2017 11:50:50 +0000 (20:50 +0900)]
Update Contributing.md

6 years agoReplace 'try_opt!' macro with a '?' operator
topecongiro [Thu, 5 Oct 2017 11:50:19 +0000 (20:50 +0900)]
Replace 'try_opt!' macro with a '?' operator

6 years agoMerge pull request #2032 from topecongiro/trailing-whitespaces-in-macro-def
Nick Cameron [Thu, 5 Oct 2017 11:34:12 +0000 (19:34 +0800)]
Merge pull request #2032 from topecongiro/trailing-whitespaces-in-macro-def

Remove trailing whitespaces in macro def

6 years agoAdd a test
topecongiro [Thu, 5 Oct 2017 10:44:45 +0000 (19:44 +0900)]
Add a test

6 years agoMerge pull request #2023 from topecongiro/issue-2020
Nick Cameron [Thu, 5 Oct 2017 10:09:49 +0000 (18:09 +0800)]
Merge pull request #2023 from topecongiro/issue-2020

Use a correct budget for where predicate

6 years agoMerge pull request #2019 from topecongiro/issue-2018
Nick Cameron [Thu, 5 Oct 2017 09:30:45 +0000 (17:30 +0800)]
Merge pull request #2019 from topecongiro/issue-2018

Break after '=' if a single line rhs exceeds max width

6 years agoMerge pull request #2017 from topecongiro/issue-1987
Nick Cameron [Thu, 5 Oct 2017 09:27:17 +0000 (17:27 +0800)]
Merge pull request #2017 from topecongiro/issue-1987

Format strings in attributes when `format_strings = true`

6 years agoRemove trailing whitespaces in macro def
topecongiro [Thu, 5 Oct 2017 07:17:59 +0000 (16:17 +0900)]
Remove trailing whitespaces in macro def

6 years agoAdd InString field to FullCodeCharKind
topecongiro [Thu, 5 Oct 2017 07:17:04 +0000 (16:17 +0900)]
Add InString field to FullCodeCharKind

6 years agoFix broken tests under CRLF env.
Shohei Wada [Wed, 4 Oct 2017 15:23:17 +0000 (00:23 +0900)]
Fix broken tests under CRLF env.

6 years agoMerge pull request #2014 from topecongiro/fn-sig
Nick Cameron [Wed, 4 Oct 2017 12:18:02 +0000 (20:18 +0800)]
Merge pull request #2014 from topecongiro/fn-sig

Reduce number of arguments in rewrite_fn()

6 years agoMerge pull request #2011 from topecongiro/rewrite_call_inner
Nick Cameron [Wed, 4 Oct 2017 12:14:10 +0000 (20:14 +0800)]
Merge pull request #2011 from topecongiro/rewrite_call_inner

Change return type of rewrite_call_inner() to Option<String>

6 years agoMerge pull request #2026 from SingingTree/remove-184-fixme
Seiichi Uchida [Wed, 4 Oct 2017 09:55:07 +0000 (18:55 +0900)]
Merge pull request #2026 from SingingTree/remove-184-fixme

Uncomment fixme associated with #184 in loop.rs as this issue is fixed.

6 years agoUncomment fixme associated with #184 in loop.rs as this issue is fixed.
Bryce Van Dyk [Wed, 4 Oct 2017 09:02:28 +0000 (22:02 +1300)]
Uncomment fixme associated with #184 in loop.rs as this issue is fixed.

6 years agoUpdate tests
Seiichi Uchida [Sun, 1 Oct 2017 15:04:32 +0000 (00:04 +0900)]
Update tests

6 years agoUse a correct budget for where predicate
Seiichi Uchida [Sun, 1 Oct 2017 15:00:48 +0000 (00:00 +0900)]
Use a correct budget for where predicate

6 years agoUse offset_left()
Seiichi Uchida [Sun, 1 Oct 2017 15:00:12 +0000 (00:00 +0900)]
Use offset_left()

6 years agoUpdate tests
Seiichi Uchida [Sun, 1 Oct 2017 12:21:20 +0000 (21:21 +0900)]
Update tests

6 years agoBreak after '=' if a single line rhs exceeds max width
Seiichi Uchida [Sun, 1 Oct 2017 12:20:15 +0000 (21:20 +0900)]
Break after '=' if a single line rhs exceeds max width

6 years agoAdd a test for #1987
topecongiro [Sun, 1 Oct 2017 11:30:32 +0000 (20:30 +0900)]
Add a test for #1987

6 years agoMove logic for doc comments to ast::Attribute::rewrite()
topecongiro [Sun, 1 Oct 2017 10:39:41 +0000 (19:39 +0900)]
Move logic for doc comments to ast::Attribute::rewrite()

6 years agoImplement StringFormat::new()
topecongiro [Sun, 1 Oct 2017 10:39:00 +0000 (19:39 +0900)]
Implement StringFormat::new()

6 years agoAdd rewrite_literal()
topecongiro [Thu, 28 Sep 2017 01:47:01 +0000 (10:47 +0900)]
Add rewrite_literal()

6 years agoMerge pull request #2005 from topecongiro/issue-2003
Nick Cameron [Fri, 29 Sep 2017 13:27:37 +0000 (21:27 +0800)]
Merge pull request #2005 from topecongiro/issue-2003

Put the opening brace of fn body on the next line if it exceeds max width

6 years agoMerge pull request #1997 from topecongiro/issue-1995
Nick Cameron [Fri, 29 Sep 2017 12:40:53 +0000 (20:40 +0800)]
Merge pull request #1997 from topecongiro/issue-1995

Fix a budget bug in Arg::rewrite()

6 years agoFactor out FnSig::to_str()
topecongiro [Fri, 29 Sep 2017 06:09:13 +0000 (15:09 +0900)]
Factor out FnSig::to_str()

6 years agoHandle 'extern "Rust"' in format_abi()
topecongiro [Fri, 29 Sep 2017 06:08:48 +0000 (15:08 +0900)]
Handle 'extern "Rust"' in format_abi()

6 years agoUse is_empty_block()
topecongiro [Fri, 29 Sep 2017 03:51:06 +0000 (12:51 +0900)]
Use is_empty_block()

6 years agoRemove has_braces from argument
topecongiro [Fri, 29 Sep 2017 03:50:35 +0000 (12:50 +0900)]
Remove has_braces from argument

6 years agoUse FnSig in rewrite_fn() and rewrite_fn_base()
topecongiro [Fri, 29 Sep 2017 03:49:39 +0000 (12:49 +0900)]
Use FnSig in rewrite_fn() and rewrite_fn_base()

6 years agoImplement FnSig type
topecongiro [Fri, 29 Sep 2017 03:45:42 +0000 (12:45 +0900)]
Implement FnSig type

6 years agoAdd a test for #2003
topecongiro [Thu, 28 Sep 2017 11:15:33 +0000 (20:15 +0900)]
Add a test for #2003

6 years agoPut the opening brace of fn body on the next line if it exceeds max width
topecongiro [Thu, 28 Sep 2017 11:12:04 +0000 (20:12 +0900)]
Put the opening brace of fn body on the next line if it exceeds max width

6 years agoMerge pull request #2004 from topecongiro/0.2.8
Seiichi Uchida [Thu, 28 Sep 2017 11:01:46 +0000 (20:01 +0900)]
Merge pull request #2004 from topecongiro/0.2.8

nightly-0.2.8

6 years agonightly-0.2.8
topecongiro [Thu, 28 Sep 2017 09:11:23 +0000 (18:11 +0900)]
nightly-0.2.8

6 years agoCargo update
topecongiro [Thu, 28 Sep 2017 09:11:18 +0000 (18:11 +0900)]
Cargo update

6 years agoMerge pull request #2000 from Badel2/dotdoteq
Seiichi Uchida [Thu, 28 Sep 2017 09:06:56 +0000 (18:06 +0900)]
Merge pull request #2000 from Badel2/dotdoteq

Support for `..=` syntax

6 years agoChange return type of rewrite_call_inner() to Option<String>
topecongiro [Thu, 28 Sep 2017 07:33:30 +0000 (16:33 +0900)]
Change return type of rewrite_call_inner() to Option<String>

6 years agoReplace `...` by `..=` in range expr tests
Badel2 [Wed, 27 Sep 2017 20:36:46 +0000 (22:36 +0200)]
Replace `...` by `..=` in range expr tests

6 years agoSupport `..=` syntax
Badel2 [Wed, 27 Sep 2017 20:19:10 +0000 (22:19 +0200)]
Support `..=` syntax

6 years agoFix a budget bug in Arg::rewrite()
topecongiro [Tue, 26 Sep 2017 02:20:47 +0000 (11:20 +0900)]
Fix a budget bug in Arg::rewrite()

6 years agoMerge pull request #1996 from Badel2/dotdoteq
Seiichi Uchida [Tue, 26 Sep 2017 01:45:17 +0000 (10:45 +0900)]
Merge pull request #1996 from Badel2/dotdoteq

Temporarily replace `RangeEnd::Included` with `_`

6 years agoTemporarily replace `RangeEnd::Included` with `_`
Badel2 [Mon, 25 Sep 2017 18:51:19 +0000 (20:51 +0200)]
Temporarily replace `RangeEnd::Included` with `_`

6 years agoMerge pull request #1992 from opilar/bugfix/unused
Nick Cameron [Thu, 21 Sep 2017 20:19:27 +0000 (08:19 +1200)]
Merge pull request #1992 from opilar/bugfix/unused

Remove unused import

6 years agoRemove unused import
opilarium [Thu, 21 Sep 2017 19:54:29 +0000 (22:54 +0300)]
Remove unused import

6 years agoComment out `stdin_disable_all_formatting_test`
Nick Cameron [Thu, 21 Sep 2017 08:06:44 +0000 (20:06 +1200)]
Comment out `stdin_disable_all_formatting_test`

6 years agonightly-0.2.7
Nick Cameron [Wed, 20 Sep 2017 22:50:45 +0000 (10:50 +1200)]
nightly-0.2.7

6 years agoMerge pull request #1983 from topecongiro/cleanup
Nick Cameron [Tue, 19 Sep 2017 05:08:17 +0000 (17:08 +1200)]
Merge pull request #1983 from topecongiro/cleanup

Refactoring: clean up source code

6 years agoAdd debug logging
topecongiro [Tue, 19 Sep 2017 04:46:13 +0000 (13:46 +0900)]
Add debug logging

6 years agoMerge pull request #1981 from ssilva/master
Nick Cameron [Tue, 19 Sep 2017 02:44:01 +0000 (14:44 +1200)]
Merge pull request #1981 from ssilva/master

Show examples of default values first and annotate them with "(default)"

6 years agoCargo fmt and update tests
topecongiro [Tue, 19 Sep 2017 02:41:50 +0000 (11:41 +0900)]
Cargo fmt and update tests

6 years agoUse horizontal layout for a function with a single argument
topecongiro [Tue, 19 Sep 2017 02:41:05 +0000 (11:41 +0900)]
Use horizontal layout for a function with a single argument

foo(long_arg)

instead of

foo(
    long_arg,
)

6 years agoRemove unnecessary wrap_str()
topecongiro [Tue, 19 Sep 2017 02:40:20 +0000 (11:40 +0900)]
Remove unnecessary wrap_str()

6 years agoRemove noisy print from test
topecongiro [Tue, 19 Sep 2017 02:02:21 +0000 (11:02 +0900)]
Remove noisy print from test

6 years agoShow examples of default values first and annotate them with "(default)"
Saulo Silva [Tue, 19 Sep 2017 01:28:51 +0000 (21:28 -0400)]
Show examples of default values first and annotate them with "(default)"

6 years agoMove Spanned to spanned.rs from lib.rs
Seiichi Uchida [Sun, 17 Sep 2017 06:32:00 +0000 (15:32 +0900)]
Move Spanned to spanned.rs from lib.rs

6 years agoMove Indent and Shape to shape.rs from lib.rs
Seiichi Uchida [Sun, 17 Sep 2017 06:23:25 +0000 (15:23 +0900)]
Move Indent and Shape to shape.rs from lib.rs

6 years agoMerge pull request #1980 from topecongiro/less-recover_comment_removed
Nick Cameron [Mon, 18 Sep 2017 19:46:32 +0000 (07:46 +1200)]
Merge pull request #1980 from topecongiro/less-recover_comment_removed

Run recover_comment_removed() only if the text changed after format

6 years agoRemove wrap_str() from recover_comment_removed()
Seiichi Uchida [Mon, 18 Sep 2017 14:30:59 +0000 (23:30 +0900)]
Remove wrap_str() from recover_comment_removed()

since we will be using the original snippet no matter what.

6 years agoRun recover_comment_removed() only if the text changed after format
Seiichi Uchida [Mon, 18 Sep 2017 13:56:29 +0000 (22:56 +0900)]
Run recover_comment_removed() only if the text changed after format

6 years agoMerge pull request #1973 from topecongiro/issue-1972
Nick Cameron [Mon, 18 Sep 2017 06:06:49 +0000 (18:06 +1200)]
Merge pull request #1973 from topecongiro/issue-1972

Echo back input from stdin when disable_all_formatting is true

6 years agoRemove a duplicate test
topecongiro [Mon, 18 Sep 2017 05:20:40 +0000 (14:20 +0900)]
Remove a duplicate test

6 years agoAdd a test for 'disable_all_formatting = true' with stdin
topecongiro [Mon, 18 Sep 2017 05:19:50 +0000 (14:19 +0900)]
Add a test for 'disable_all_formatting = true' with stdin

6 years agoMerge pull request #1969 from topecongiro/deprecate-binary-search
Nick Cameron [Mon, 18 Sep 2017 04:28:14 +0000 (16:28 +1200)]
Merge pull request #1969 from topecongiro/deprecate-binary-search

Remove rewrite_call_with_binary_search()

6 years agoRemove rewrite_call_with_binary_search()
Seiichi Uchida [Fri, 15 Sep 2017 13:56:00 +0000 (22:56 +0900)]
Remove rewrite_call_with_binary_search()

6 years agoMerge pull request #1968 from topecongiro/issue-1967
Nick Cameron [Mon, 18 Sep 2017 00:59:25 +0000 (12:59 +1200)]
Merge pull request #1968 from topecongiro/issue-1967

Reorder use items inside blocks

6 years agoMerge pull request #1966 from topecongiro/string-to-cow
Nick Cameron [Mon, 18 Sep 2017 00:45:25 +0000 (12:45 +1200)]
Merge pull request #1966 from topecongiro/string-to-cow

Refactoring: use Cow and etc.

6 years agoMerge pull request #1964 from topecongiro/rfc/binop
Nick Cameron [Mon, 18 Sep 2017 00:41:54 +0000 (12:41 +1200)]
Merge pull request #1964 from topecongiro/rfc/binop

RFC: binop

6 years agoMerge pull request #1965 from topecongiro/issue-1963
Seiichi Uchida [Sun, 17 Sep 2017 15:11:17 +0000 (00:11 +0900)]
Merge pull request #1965 from topecongiro/issue-1963

Avoid panicking when calling 'cargo fmt --all'

6 years agoEcho back input from stdin when disable_all_formatting is true
Seiichi Uchida [Sun, 17 Sep 2017 13:14:28 +0000 (22:14 +0900)]
Echo back input from stdin when disable_all_formatting is true

6 years agoAvoid panicking when calling 'cargo fmt --all'
topecongiro [Fri, 15 Sep 2017 06:49:58 +0000 (15:49 +0900)]
Avoid panicking when calling 'cargo fmt --all'

6 years agoUpdate tests
Seiichi Uchida [Fri, 15 Sep 2017 13:32:03 +0000 (22:32 +0900)]
Update tests

6 years agoReorder use items inside blocks
Seiichi Uchida [Fri, 15 Sep 2017 13:31:52 +0000 (22:31 +0900)]
Reorder use items inside blocks

6 years agoImplement ptr_vec_to_ref_vec()
Seiichi Uchida [Fri, 15 Sep 2017 13:27:20 +0000 (22:27 +0900)]
Implement ptr_vec_to_ref_vec()

6 years agoUse Cow to avoid unnecessary allocation
topecongiro [Fri, 15 Sep 2017 09:11:24 +0000 (18:11 +0900)]
Use Cow to avoid unnecessary allocation

6 years agoRemove unnecessary return
topecongiro [Fri, 15 Sep 2017 08:09:45 +0000 (17:09 +0900)]
Remove unnecessary return

6 years agoRemove unnecessary references
topecongiro [Fri, 15 Sep 2017 08:09:30 +0000 (17:09 +0900)]
Remove unnecessary references

6 years agoCargo update
topecongiro [Fri, 15 Sep 2017 08:05:27 +0000 (17:05 +0900)]
Cargo update

6 years agoAdd visual guide for binop_separator
topecongiro [Fri, 15 Sep 2017 06:10:34 +0000 (15:10 +0900)]
Add visual guide for binop_separator

6 years agoRename binop_sep to binop_separator
topecongiro [Fri, 15 Sep 2017 06:05:41 +0000 (15:05 +0900)]
Rename binop_sep to binop_separator

6 years agoSplit after the colon of type ascription
topecongiro [Fri, 15 Sep 2017 06:04:30 +0000 (15:04 +0900)]
Split after the colon of type ascription

6 years agoUpdate tests
topecongiro [Fri, 15 Sep 2017 03:20:58 +0000 (12:20 +0900)]
Update tests

6 years agoCargo fmt
topecongiro [Fri, 15 Sep 2017 03:10:58 +0000 (12:10 +0900)]
Cargo fmt

6 years agoAdd a new config option to control the placement of a binary operator
topecongiro [Fri, 15 Sep 2017 03:10:30 +0000 (12:10 +0900)]
Add a new config option to control the placement of a binary operator

6 years agonightly-0.2.6
Nick Cameron [Thu, 14 Sep 2017 04:06:36 +0000 (16:06 +1200)]
nightly-0.2.6

6 years agoMerge pull request #1948 from topecongiro/issue-1137
Nick Cameron [Thu, 7 Sep 2017 05:35:14 +0000 (17:35 +1200)]
Merge pull request #1948 from topecongiro/issue-1137

Use write_list() to format imports

6 years agoClean up
topecongiro [Wed, 6 Sep 2017 10:30:51 +0000 (19:30 +0900)]
Clean up

6 years agoUse push_rewrite() to remove duplicates
topecongiro [Wed, 6 Sep 2017 10:24:23 +0000 (19:24 +0900)]
Use push_rewrite() to remove duplicates

6 years agoNo cloning
topecongiro [Wed, 6 Sep 2017 10:24:14 +0000 (19:24 +0900)]
No cloning

6 years agoUpdate tests
topecongiro [Wed, 6 Sep 2017 09:48:09 +0000 (18:48 +0900)]
Update tests

6 years agoUse write_list() to format imports
topecongiro [Wed, 6 Sep 2017 09:47:50 +0000 (18:47 +0900)]
Use write_list() to format imports

6 years agoFactor out rewrite_extern_crate()
topecongiro [Wed, 6 Sep 2017 09:44:33 +0000 (18:44 +0900)]
Factor out rewrite_extern_crate()