]> git.lizzy.rs Git - rust.git/history - tests/source
Add tests for binop_separator = Back
[rust.git] / tests / source /
2021-09-29 UlyssaAdd tests for binop_separator = Back
2021-09-21 UlyssaTrailing comma on match block goes missing when guard...
2021-09-15 Arjen Laarhovenfeat: upper- or lowercase hexadecimal literals
2021-09-15 Seiichi UchidaSupport @generated marker to skip code formatting
2021-09-09 Nipunn Koorapatirustfmt doc code blocks with multiple comma-separated...
2021-09-08 Caleb Cartwrightfix: resolve idempotency issue in extern body elements
2021-09-06 Caleb Cartwrighttests: add files for issue 4579
2021-09-06 Caleb Cartwrightfix: use correct spans for params with attrs
2021-09-03 Erictest: add test for #4322
2021-09-03 Erictest: add test for #4954
2021-09-03 Erictest: add test for #4257
2021-09-03 Erictest: add missing source for #4943
2021-08-31 Yusuke TanakaImplement `One` option for imports_granularity (#4669)
2021-08-22 David TolnayAdd test for visibility on a trait item (currently...
2021-08-07 Caleb Cartwrightfix: handle GAT types in impls with self bounds
2021-07-28 EllenUnyeet const param defaults
2021-07-26 Caleb Cartwrightfix: correct arm leading pipe check (#4880)
2021-05-04 Caleb Cartwrighttests: remove snippets with inner attrs on non-block...
2021-04-22 ChinYing-LiAdd the case in duplicate issue (#4806) to the idempote...
2021-04-22 ChinYing-LiRecognize when a block comment has been ended inside...
2021-04-22 Joseph Birr-PixtonAdd some basic tests for chain_width use
2021-04-22 Caleb Cartwrighttests: augment heuristics tests
2021-02-18 David Bar-OnAdd the use of rewrite_assign_rhs_with_comments to 1.x
2021-02-18 David Bar-OnFix for issue 4603 about extra macro body indentation...
2021-01-29 Caleb Cartwrighttests: add case for issue 4675
2021-01-28 Caleb Cartwrightchore: backport some empty block check fixes
2021-01-28 vallentinAdded 4646 test case
2021-01-28 Michael MorganAdd imports_granularity="Item".
2021-01-28 Sean Kleinfix: Avoid incorrect global 'cfg_if' Symbol interning
2021-01-28 topecongiroDo not duplicate const keyword on parameters
2021-01-28 Seiichi UchidaUse the span after generics and where clause (#4208)
2021-01-28 hafizInclude constness in impl blocks (#4215)
2021-01-17 Geoffry SongRename `merge_imports` to `imports_granularity` and...
2021-01-16 Caleb Cartwrightfix: indentation issue on generic bounds
2021-01-09 Caleb Cartwrightfix: maintain redundant semis on items in statement pos
2020-12-20 Seiichi UchidaFormat error and typeof types (#4416)
2020-12-20 Stéphane CampinasFix rewrite of closures with a return type
2020-12-20 Caleb Cartwrightfix: don't strip nonexistent comma in derive
2020-12-01 David TolnayAdd negative impl test
2020-11-29 WhizSidComment between typebounds (#4474)
2020-11-29 WhizSidFixed comment dropped between & and type issue (#4482)
2020-11-29 WhizSidFixed 'Comment removed between type name and =' issue...
2020-11-29 hafizPick up comments between visibility modifier and item...
2020-11-29 David TolnayRemove `async fn` from extern block tests
2020-11-29 topecongiroAdd a test
2020-11-28 Caleb Cartwrightfeat: support underscore expressions
2020-11-28 Caleb Cartwrightfeat: support struct/slice destructuring
2020-11-19 MattOption to create groups for std, external crates, and...
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)
next