]> git.lizzy.rs Git - rust.git/history - tests/source
fix: don't drop leading comments in extern
[rust.git] / tests / source /
2020-11-16 Caleb Cartwrightfix: don't drop leading comments in extern
2020-11-14 Caleb Cartwrighttests: attributed comment-only blocks
2020-11-14 WhizSidFixed 'Incorrect comment indent inside if/else' issue...
2020-11-14 Ayaz Hafizfixup! Correctly create artificial span for formatting...
2020-11-03 Caleb Cartwrightfeat: v2 support for nested tuples w/o spaces
2020-11-03 Scott McMurrayAdd some basic tests for `try{}` expressions
2020-10-24 hafizPreserve comments in empty statements (#4180)
2020-10-24 Ayaz HafizCorrectly indent skipped-over code
2020-09-24 Caleb Cartwrighttests: add tests for leading pipe config
2020-09-23 David TolnayAdd regression test for unsafe mods
2020-08-09 Caleb Cartwrighttests: add system tests for inverted span issue
2020-07-21 Seiichi Uchidapreparation for potential rustfmt 1.4.19 (#4283)
2020-07-15 Caleb Cartwrightchore: backport 8157a3f0afe978d3e953420577f8344db7e905bf
2020-06-13 Seiichi UchidaMerge pull request #4253 from calebcartwright/rustfmt...
2020-06-12 Caleb Cartwrightfix: backport fix for #4079
2020-03-31 Caleb Cartwrightfix: formatting arbitrary extern abi (#4089)
2020-03-31 Caleb Cartwrightbackport new syntax to rustfmt 1.x (#4105)
2020-03-30 Manish GoregaokarMerge pull request #4100 from calebcartwright/rustfmt1x...
2020-03-28 Caleb Cartwrightrefactor: rename libsyntax --> rustc_ast
2020-03-28 Caleb Cartwrightfix: unreachable err on Fn with `None` block
2020-02-10 Seiichi Uchidarustfmt 1.x bump rustc-ap to v642 (#4043)
2020-02-09 Caleb Cartwrightdeps: update rustc-ap to v642.0.0
2019-10-25 Seiichi Uchidafix handling of nested comments in patterns and Control...
2019-10-19 Stéphane Campinashandle field attributes when aligning a struct's fields...
2019-10-18 Caleb Cartwrightfix: comments between lhs and rhs
2019-10-18 Caleb Cartwrightfix: nested comments in control flow condition pat
2019-10-11 Stéphane Campinasdo not indent impl generics (#3856)
2019-10-08 Caleb Cartwrightfix panic on closure with empty block expr (#3846)
2019-10-08 Caleb Cartwrightfix: handle block comments with trailing line comments...
2019-10-07 Stéphane Campinasimprove detection of URL inside a string that is being...
2019-10-07 Stéphane Campinashandle hard tabs when formatting trailing comments...
2019-10-07 Caleb Cartwrightdon't fail on recoverable parser errors in ignored...
2019-10-04 Stéphane Campinasdo not force comments to be indented with a comment...
2019-10-04 rChaser53stop to strip 'impl' from impl trait type alias (#3816)
2019-10-02 Stéphane Campinasfix rust code in comment with a line containing only...
2019-09-28 Stéphane CampinasMerge pull request #3810 from calebcartwright/issue...
2019-09-27 Caleb Cartwrighttests: add more merge_import tests for #3808
2019-09-27 Caleb Cartwrightfix: merge_imports handling of ::{self}
2019-09-24 Caleb Cartwrightfix: handling of empty str for license template path...
2019-09-20 Caleb Cartwrightfeat: support parameter attributes (#3793)
2019-09-18 rChaser53fix the error with long string in raw string (#3800)
2019-09-11 Caleb Cartwrightfix: async expression indentation (#3789)
2019-09-06 Seiichi UchidaUpdate rustc-ap-* crates to 581.0.0 (#3783)
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...
next