]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-03-27 Caleb Cartwrightrefactor: backport syntux mod
2020-03-26 Caleb Cartwrightdeps: bump to rustc v647
2020-03-26 Caleb Cartwrightdeps: bump to rustc v644
2020-02-10 Seiichi Uchidarustfmt 1.x bump rustc-ap to v642 (#4043)
2020-02-09 Caleb Cartwrightchore: fix compile warnings
2020-02-09 Caleb Cartwrightfix: backport parse bug fix
2020-02-09 Caleb Cartwrightdeps: update rustc-ap to v642.0.0
2019-12-02 topecongiroRelease v1.4.11
2019-12-02 Seiichi UchidaDo not add block around async closure (#3946)
2019-10-25 topecongiroRelease v1.4.10
2019-10-25 topecongiroCargo update
2019-10-25 Chris EmersonReturn an error if `--check` or `--emit json` are used...
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 Caleb Cartwrightfix: handling of newline_style conflicts (#3850)
2019-10-19 Stéphane Campinashandle field attributes when aligning a struct's fields...
2019-10-19 Caleb Cartwrightfeat: use offline by default with cargo fmt (#3830)
2019-10-19 Ralf Jungbump rustc-ap crates (#3870)
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 topecongiroRelease v1.4.9
2019-10-07 topecongiroUpdate CHANGELOG.md
2019-10-07 topecongiroCargo update
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-05 Seiichi UchidaUpdate rustc-ap-* crates to 606.0.0 (#3835)
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-04 Matthew PomesInit Logger for unit tests (#3829)
2019-10-02 Stéphane Campinasfix rust code in comment with a line containing only...
2019-10-02 Caleb Cartwrightadd --offline mode fallback to cargo fmt (#3813)
2019-10-02 Stéphane CampinasMerge pull request #3822 from mathstuf/target-as-symlink
2019-10-01 Ben Boeckelgitignore: ignore target as a symlink
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 Cartwrightrefactor to use param naming where appropriate (#3803)
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-18 Shotaro YamadaUse Cell instead of RefCell (#3798)
2019-09-15 rChaser53fix internal error when using rustfmt::skip with newlin...
2019-09-11 Caleb Cartwrightfix: async expression indentation (#3789)
2019-09-08 topecongiroRelease v1.4.8
2019-09-08 topecongiroUpdate CHANGELOG.md
2019-09-08 Seiichi UchidaUpdate deps (#3788)
2019-09-06 topecongiroRelease v1.4.7
2019-09-06 topecongiroUpdate CHANGELOG.md
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 topecongiroRelease v1.4.6
2019-08-28 topecongiroUpdate CHANGELOG.md
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-27 Caleb Cartwrightfeat: add support for --message-format option (#3752)
2019-08-26 Hristo VenevMark toml file as non-executable. (#3754)
2019-08-19 Caleb CartwrightFix line numbers in checkstyle output (#3694)
2019-08-19 Caleb Cartwrightadd new flag to list names of misformatted files (...
2019-08-19 Seiichi UchidaTake the inner macro_use attr into acocunt while reorde...
2019-08-16 Seiichi UchidaUse correct indent when formatting complex fn type...
2019-08-16 Caleb Cartwrightadd json emit mode (#3735)
2019-08-13 Caleb Cartwrighttests: fix failing default config unit test (#3743)
2019-08-13 topecongiroRelease v1.4.5
2019-08-13 topecongiroUpdate CHANGELOG
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-09 Florian GilcherRecommend running rustfmt last (#3733)
2019-08-06 Seiichi UchidaUpdate CHANGELOG.md
2019-08-06 topecongiroRelease 1.4.4
2019-08-06 topecongiroUpdate CHANGELOG.md
2019-08-06 Seiichi UchidaFix broken tuple pattern (#3729)
2019-08-06 Cliff Dyersorted configuration docs (#3723)
2019-08-05 Caleb Cartwrightfix: issue with --all when workspace member also exists...
2019-08-02 topecongiroRelease 1.4.3
2019-08-02 topecongiroUpdate CHANGELOG.md
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-31 topecongiroRelease v1.4.2
2019-07-31 topecongiroUpdate CHANGELOG for 1.4.2
2019-07-31 Igor MatuszewskiBump rustfmt-config_proc_macro to min v0.1.2 (#3715)
2019-07-30 topecongiroRelease v1.4.1
2019-07-30 topecongiroUpdate CHANGELOG for 1.4.1
2019-07-30 rChaser53fix to build with rustc 1.38.0-nightly (4560cb830 2019...
next