]> git.lizzy.rs Git - rust.git/history - tests
meta: bump rustfmt version to 1.4.23
[rust.git] / tests /
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-11-03 Caleb Cartwrighttests: add test for panic on new_parser_from_file
2020-11-03 Caleb Cartwrightfix(parser): better unclosed delims handling
2020-10-24 hafizPreserve comments in empty statements (#4180)
2020-10-24 Ayaz HafizCorrectly indent skipped-over code
2020-10-02 Ayaz Hafizfixup! Preserve and format type aliases in extern blocks
2020-10-02 Ayaz Hafizfixup! Preserve and format type aliases in extern blocks
2020-10-02 Ayaz HafizPreserve and format type aliases in extern blocks
2020-09-24 Caleb Cartwrighttests: add tests for leading pipe config
2020-09-23 David TolnayAdd regression test for unsafe mods
2020-09-05 Caleb Cartwrightfix: inner attribute formatting
2020-09-05 mahkohFix module resolution in inner modules with paths ...
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-27 Seiichi UchidaUse correct span for match arms with the leading pipe...
2020-06-13 Seiichi UchidaMerge pull request #4253 from calebcartwright/rustfmt...
2020-06-12 Caleb Cartwrightfix: backport fix for #4079
2020-06-12 Caleb Cartwrightfix: backport fix for #4020
2020-06-12 Caleb Cartwrightfix: backport fix for submod parser errors
2020-06-12 Caleb Cartwrightfix: backport mod resolution error handling
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-12-02 Seiichi UchidaDo not add block around async closure (#3946)
2019-10-25 Seiichi Uchidafix handling of nested comments in patterns and Control...
2019-10-24 rChaser53fix Unparsable code when formmating (#3883)
2019-10-19 RuiTry to solve issue3456. (#3556)
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-11 Caleb Cartwrightfix: handle lhs unary in range expression (#3855)
2019-10-10 rChaser53fix to swallow attribute on brace expression (#3848)
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-06 Stéphane CampinasMerge pull request #3838 from calebcartwright/static...
2019-10-05 Caleb Cartwrightfix: support raw prefix identifiers in statics
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 topecongiroCargo fmt
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-15 rChaser53fix internal error when using rustfmt::skip with newlin...
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 rChaser53fix 'left behind trailing whitespace' (#3761)
2019-09-05 Seiichi UchidaFix handling of match arm's rewrite (#3775)
2019-09-05 CreepySkeletonAdd --config command line option (#3767)
2019-09-04 Valentine ValyaeffAnother fix for `merge_imports` (#3769)
2019-09-04 Andreydo not remove discriminant value if exists (#3771)...
2019-09-04 rChaser53fix TrailingWhitespace when using line breaks in macros...
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-28 rChaser53fix the bug removing attrs (#3760)
2019-08-27 Valentine ValyaeffMerge imports fix (#3753)
2019-08-26 Hristo VenevMark toml file as non-executable. (#3754)
2019-08-19 Caleb CartwrightFix line numbers in checkstyle output (#3694)
2019-08-16 Seiichi UchidaUse correct indent when formatting complex fn type...
2019-08-16 Caleb Cartwrightadd json emit mode (#3735)
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-31 rChaser53fix underscore in slice patterns are removed (#3719)
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-15 Stéphane Campinasfix print-config minimal option (#3687)
2019-07-14 calebcartwrightMerge remote-tracking branch 'upstream/master' into...
2019-07-14 rChaser53fix 'extra comma inserted due to comment' (#3677)
2019-07-14 Eric HussFix using --help, --verbose, etc. (#3620)
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 rChaser53remove unreachable!() (#3646)
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)
next