Seiichi Uchida
f048fc0fde
Merge pull request #3448 from topecongiro/use-new_sub_parser_from_file
...
Support path clarity module even when we start from internal module
2019-03-17 14:04:11 +09:00
Seiichi Uchida
ad6d89842a
Merge pull request #3453 from scampi/issue-3423
...
remove trailing whitespaces in missing spans
2019-03-17 14:01:49 +09:00
Stéphane Campinas
be0ada27f4
Add comment which refers to an issue on nightly-only test
...
Co-Authored-By: topecongiro <seuchida@gmail.com>
2019-03-17 12:33:18 +09:00
topecongiro
7fc4e418bf
Tweak test settings
2019-03-17 12:33:18 +09:00
topecongiro
d0e96ed331
Do not look for external modules when the input is from stdin
2019-03-17 12:33:18 +09:00
topecongiro
92f57211c1
Support path-clarity submodule
2019-03-17 12:33:13 +09:00
topecongiro
bde77714e6
Disable self_tests on beta channel
2019-03-17 12:21:57 +09:00
topecongiro
9d281b44c3
Add a test for #3427
2019-03-17 12:21:21 +09:00
Stéphane Campinas
2d5bc69475
remove trailing whitespaces in missing spans
2019-03-16 12:23:02 +01:00
Seiichi Uchida
ce5cccc32c
Update rustc-ap-* crates to 407.0.0 ( #3447 )
2019-03-14 22:50:53 +09:00
Seiichi Uchida
331a0500ce
Merge pull request #3441 from rchaser53/const-generics
...
implement for const generics
2019-03-14 22:50:20 +09:00
Stéphane Campinas
be5ffc3abe
Merge pull request #3444 from daxpedda/patch-1
...
Additional info to default value of edition.
2019-03-13 21:42:41 +01:00
daxpedda
cfd1811a24
Additional info to default value of edition.
2019-03-13 15:46:34 +01:00
rchaser53
f0c861bfa9
implement for const generics
2019-03-13 03:58:23 +09:00
Seiichi Uchida
5f3dfe6c51
Format the if expression at the end of the block in a single line ( #3338 )
2019-03-11 23:18:43 +09:00
Seiichi Uchida
4f3a353278
Merge pull request #3440 from rchaser53/issue-3439
...
fix 'Ident of macro+ident gets duplicated' error
2019-03-10 23:29:29 +09:00
rchaser53
40ff078abf
fix 'Ident of macro+ident gets duplicated' error
2019-03-10 22:58:34 +09:00
Seiichi Uchida
06fc39f905
Merge pull request #3424 from Xanewok/modified-lines-for-stdin
...
Support EmitMode::ModifiedLines with stdin input
2019-03-05 20:54:50 +09:00
Seiichi Uchida
a4da1e9466
Merge pull request #3430 from rchaser53/no-arg-with-comment
...
fix not to remove comment in the case of no arg
2019-03-05 20:43:11 +09:00
Igor Matuszewski
fbfda614be
Remove redundant closure
2019-03-04 18:32:58 +01:00
Igor Matuszewski
6b993c8b8b
Fix stdin_works... test on Windows
2019-03-04 18:28:25 +01:00
Igor Matuszewski
8aa0f44d15
Remove eprintln
2019-03-04 18:19:30 +01:00
Igor Matuszewski
b3c28dba83
Expose ModifiedLines and implement parsing data from the string output
...
This moves `Modified{Chunks,Lines}` from `src/formatting.rs` to
`src/rustfmt_diff.rs` and reexports it in `src/lib.rs`.
With this, a conversion from `Vec<Mismatch>` to `ModifiedLines` was implemented
and now this implements complementary `Display` and `FromStr`, which
simplified the previously used `output_modified` function and which allows to
parse the raw data emitted with `EmitMode::ModifiedLines`.
2019-03-04 18:19:30 +01:00
Igor Matuszewski
0437bf7a7d
Allow for stdin input in EmitMode::ModifiedLines
2019-03-04 18:19:30 +01:00
rchaser53
8e3ef3e3a9
fix not to remove comment in the case of no arg
2019-03-05 00:18:33 +09:00
Seiichi Uchida
51af195473
Merge pull request #3415 from rchaser53/issue-3198
...
fix the comment for self are swallowed
2019-03-04 21:01:30 +09:00
Stéphane Campinas
51778090fc
Merge pull request #3425 from scampi/futures-rs
...
move futures-rs repo back into the required tests
2019-03-04 10:46:32 +01:00
rchaser53
dec3902076
leave post comment for self
2019-03-02 17:33:43 +09:00
Stéphane Campinas
c3fcebf3e4
move futures-rs integration back into required tests
2019-03-01 10:23:27 +01:00
Nick Cameron
693d2d9ca0
Update README.md
...
Update the Appveyor badge
2019-02-28 08:44:59 +13:00
rchaser53
ae7330eea4
leave pre comment for self
2019-02-24 22:05:08 +09:00
Stéphane Campinas
6a75feedac
Merge pull request #3409 from rchaser53/issue-3343
...
add config inline_attribute_width
2019-02-23 13:16:23 +01:00
rchaser53
be7b3ba2e2
apply inline_attribute_width for extern crate
2019-02-23 13:46:41 +09:00
rchaser53
e68044f8bc
add a section to Configuration.md
...
- attributes => attribute
2019-02-23 13:46:32 +09:00
rchaser53
0e408bf83c
add config inline_attribute_width
...
If the line width is width within config width, attribute is inline.
I don't want to change default rustfmt behavior, so config default value is 0.
- fix description
- fix test comment
- remove unnecessary clone
- remove unnecessary test file
- fix test for β version
- attributes => attribute
2019-02-23 13:40:11 +09:00
Seiichi Uchida
29a597c431
Merge pull request #3412 from mathstuf/doc-typos
...
Configurations: fix typos and mismatches
2019-02-23 12:34:34 +09:00
Ben Boeckel
2a353429b6
Configurations: fix typos and mismatches
2019-02-22 14:09:15 -05:00
Seiichi Uchida
322275aa26
Merge pull request #3411 from scampi/version-gate-clarification
...
indicate that version-gate are to be considered only with changes to the default formatting
2019-02-22 15:06:15 +09:00
Stéphane Campinas
ae331be1aa
indicate that version-gate are to be considered only with changes to the default formatting
2019-02-21 14:43:45 +01:00
Alexander Regueiro
7a3b7c9275
Various cosmetic improvements ( #3403 )
2019-02-19 11:56:42 +09:00
Seiichi Uchida
74755e86ab
Merge pull request #3407 from scampi/futures-rs
...
silence build failures of futures-rs until https://github.com/rust-la …
2019-02-19 08:59:56 +09:00
Seiichi Uchida
2599b01101
Merge pull request #3408 from scampi/issue-3111
...
do not put tracking issue as part of the option's title
2019-02-19 08:59:12 +09:00
Stéphane Campinas
2b08b73f56
do not put tracking issue as part of the option's title
2019-02-18 20:35:22 +01:00
Stéphane Campinas
00c125973c
silence build failures of futures-rs until https://github.com/rust-lang-nursery/futures-rs/pull/1445 is merged
2019-02-18 20:14:03 +01:00
Seiichi Uchida
2c221b6912
Merge pull request #3402 from scampi/stdsimd
...
set the TARGET envar for the stdsimd integration test
2019-02-18 13:18:53 +09:00
Stéphane Campinas
36b787269c
set the TARGET envar for the stdsimd integration test
2019-02-15 13:14:45 +01:00
Stéphane Campinas
e5284b1377
Merge pull request #3334 from rchaser53/issue-3227
...
fix Inconsistency between loop and while
2019-02-15 13:12:42 +01:00
rchaser53
c4b6b52ada
remove tests/source/issue-3227/one.rs
2019-02-15 18:11:49 +09:00
topecongiro
d6829d62dc
1.0.3
2019-02-14 11:27:55 +09:00
Seiichi Uchida
b58ba97780
Merge pull request #3401 from topecongiro/rustcap
...
Cargo update
2019-02-14 11:26:05 +09:00