]> git.lizzy.rs Git - rust.git/history - tests/source
Fix handling of match arm's rewrite (#3775)
[rust.git] / tests / source /
2019-09-05 Seiichi UchidaFix handling of match arm's rewrite (#3775)
2019-09-04 Andreydo not remove discriminant value if exists (#3771)...
2019-09-02 Caleb Cartwrightfix formatting mods inside cfg_if macro (#3763)
2019-08-28 Seiichi UchidaForbid adding or removing a block from match arms insid...
2019-08-27 Valentine ValyaeffMerge imports fix (#3753)
2019-08-16 Seiichi UchidaUse correct indent when formatting complex fn type...
2019-08-13 Seiichi UchidaUse the correct BytePos for the opening brace position...
2019-08-11 Caleb Cartwrightfix: remove trailing space with empty dyn macro arg...
2019-08-06 Seiichi UchidaFix broken tuple pattern (#3729)
2019-08-02 Igor MatuszewskiFix most recenty nightly breakage due to removed await...
2019-07-30 rChaser53fix to build with rustc 1.38.0-nightly (4560cb830 2019...
2019-07-28 rChaser53add test for handling double semicolon (#3706)
2019-07-28 Seiichi UchidaUpdate rustc-ap-* crates to 541.0.0 (#3707)
2019-07-17 Seiichi UchidaImplement closing-block procedure without relying on...
2019-07-17 Michele d'Amico#3665: Implemented (#3689)
2019-07-16 Seiichi UchidaAdd #[ignore] to test that runs external process (...
2019-07-15 Seiichi UchidaFix bugs related to file-lines (#3684)
2019-07-14 calebcartwrightMerge remote-tracking branch 'upstream/master' into...
2019-07-14 rChaser53fix 'extra comma inserted due to comment' (#3677)
2019-07-06 Seiichi UchidaDo not consider macro-origin await as chain item (...
2019-06-30 Stéphane Campinasfix extraction of missing comments when rewriting an...
2019-06-29 Stéphane CampinasMerge pull request #3661 from calebcartwright/associate...
2019-06-29 calebcartwrighttests: add tests for assoscaited_type_bounds fix
2019-06-25 rChaser53fix internal error for long closure types (#3653)
2019-06-23 rChaser53avoid not to truncate necessary chars (#3640)
2019-06-16 Seiichi UchidaFormat the last expression-statement as expression...
2019-06-16 Stéphane Campinashandle unicode chars in closures (#3632)
2019-06-16 Caleb Cartwrighttests: add normalize_doc_attributes config tests (...
2019-06-12 Stéphane CampinasImprove handling of unicode characters (#3618)
2019-06-09 Seiichi UchidaFormat modules defined in cfg_attr (#3604)
2019-06-08 Seiichi UchidaFormat modules defined inside cfg_if macro calls (...
2019-06-08 Stéphane CampinasMerge pull request #3607 from topecongiro/issue-3493
2019-06-08 topecongiroAdd a test for #3493
2019-06-07 Marcel Hellwigremoved bitrig support (#3608)
2019-06-04 Stéphane Campinasinline the attribute with its item even with the macro_...
2019-06-03 Seiichi UchidaCargo update (#3559)
2019-06-03 Stéphane Campinasstabilise fn_args_density (#3581)
2019-05-30 Stéphane CampinasMerge pull request #3586 from topecongiro/issue-3584
2019-05-27 Stéphane CampinasMerge pull request #3589 from topecongiro/issue-3583
2019-05-27 topecongiroAdd a test for #3583
2019-05-26 topecongiroAdd tests for trait aliases with where clauses
2019-05-22 Seiichi UchidaAllow overflowing rhs of unit variant (#3566)
2019-05-22 Seiichi UchidaMerge pull request #3577 from topecongiro/issue-3575
2019-05-21 topecongiroAdd a test for #3575
2019-05-21 Seiichi UchidaMerge pull request #3573 from scampi/issue-3525
2019-05-20 Seiichi UchidaMerge pull request #3548 from bash/normalize-multiline...
2019-05-18 Ruben SchmidmeisterMerge branch 'master' into normalize-multiline-doc...
2019-05-16 Seiichi UchidaMerge pull request #3535 from xiongmao86/issue3417
2019-05-13 Ruben SchmidmeisterIgnore unstable key when overriding config
2019-05-12 Ruben SchmidmeisterOnly run test on nightly
2019-05-11 Ruben SchmidmeisterAdd regression test
2019-05-10 xiongmao86Revert "Revert "Change config option from format_doc_co...
2019-05-10 Stéphane CampinasMerge pull request #3546 from bash/unreachable-pub
2019-05-10 Stéphane CampinasMerge pull request #3526 from bash/refactor-apply-newli...
2019-05-09 Seiichi UchidaMerge pull request #3486 from scampi/issue-3197
2019-05-08 xiongmao86Revert "Change config option from format_doc_comments...
2019-05-06 xiongmao86Change config option from format_doc_comments to format...
2019-05-02 xiongmao86Isolate format_doc_comment with normalize_comments...
2019-05-02 Ruben SchmidmeisterMerge remote-tracking branch 'origin/master' into refac...
2019-05-01 xiongmao86Add tests for #3417.
2019-05-01 Stéphane CampinasMerge pull request #3533 from rchaser53/issue-3532
2019-04-29 rchaser53fix Comma in comment causes no formatting
2019-04-24 Ruben SchmidmeisterPreserve standalone carriage returns on windows also
2019-04-24 Seiichi UchidaMerge pull request #3523 from topecongiro/issue-3515
2019-04-24 Seiichi UchidaMerge pull request #3522 from topecongiro/issue-3521
2019-04-23 rChaser53leave the comment in parentheses of argumentless Fn...
2019-04-22 topecongiroAdd and update test for #3515
2019-04-17 Seiichi UchidaMerge pull request #3511 from topecongiro/issue3498
2019-04-17 Seiichi UchidaMerge pull request #3510 from topecongiro/issue3509
2019-04-14 topecongiroAdd a test for #3498
2019-04-14 topecongiroAdd a test for #3509
2019-03-31 Seiichi UchidaMerge pull request #3483 from chrisduerr/master
2019-03-30 Christian DuerrEnable overflow_delimited_expr for structs
2019-03-29 Seiichi UchidaMerge pull request #3480 from sinkuu/cleanup
2019-03-29 Seiichi UchidaMerge pull request #3479 from sinkuu/issue_2995
2019-03-29 Shotaro YamadaFix indexing panic on unicode whitespaces
2019-03-25 Stéphane CampinasMerge pull request #3469 from topecongiro/cargo-fmt
2019-03-25 Stéphane CampinasMerge pull request #3470 from topecongiro/issue-3051
2019-03-25 Seiichi UchidaDo not add a space after empty impl
2019-03-24 Seiichi UchidaMerge pull request #3467 from topecongiro/issue-3465
2019-03-24 Seiichi UchidaMerge pull request #3459 from scampi/issue-3442
2019-03-24 Seiichi UchidaMerge pull request #3468 from topecongiro/refactor...
2019-03-24 Seiichi UchidaMerge pull request #3466 from topecongiro/discard-error...
2019-03-24 Stéphane CampinasMerge pull request #3454 from rchaser53/issue-3434
2019-03-24 topecongiroAdd a test for #3465
2019-03-22 rchaser53add test for visitor mad from same context
2019-03-21 rchaser53refrect topecongiro reviews
2019-03-21 Seiichi UchidaMerge pull request #3464 from topecongiro/issue-3463
2019-03-21 topecongiroAvoid duplication on the presence of spaces between...
2019-03-21 Seiichi UchidaMerge pull request #3462 from stjepang/fix-async-formatting
2019-03-20 Stjepan GlavinaFix formatting of async blocks
2019-03-20 rchaser53add new attribute rustfmt::skip::macros
2019-03-19 Stéphane CampinasMerge pull request #3458 from topecongiro/issue-3457
2019-03-19 Seiichi UchidaAvoid panic on macro inside deeply nested block
2019-03-17 Seiichi UchidaMerge pull request #3448 from topecongiro/use-new_sub_p...
2019-03-17 Seiichi UchidaMerge pull request #3453 from scampi/issue-3423
2019-03-17 topecongiroTweak test settings
2019-03-17 topecongiroAdd a test for #3427
2019-03-16 Stéphane Campinasremove trailing whitespaces in missing spans
2019-03-14 Seiichi UchidaUpdate rustc-ap-* crates to 407.0.0 (#3447)
next