]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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...
2019-07-28 topecongiroRelease 1.4.0
2019-07-28 topecongiroUpdate CHANGELOG
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-23 Seiichi UchidaUpdate CHANGELOG.md
2019-07-21 Seiichi UchidaSimplify code around visit_fn (#3698)
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 UchidaUpdate CHANGELOG.md
2019-07-15 topecongiroRelease 1.3.3
2019-07-15 topecongiroUpdate CHANGELOG.md
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 Stéphane CampinasMerge pull request #3683 from calebcartwright/accept...
2019-07-14 calebcartwrightrefactor: simplify manifest_path option checks
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-14 Ruben SchmidmeisterExtract configuration snippet tests into own module...
2019-07-13 calebcartwrightfeat: add --manifest-path support to cargo fmt
2019-07-06 topecongiroRelease 1.3.2
2019-07-06 topecongiroUpdate CHANGELOG.md
2019-07-06 Seiichi UchidaDo not consider macro-origin await as chain item (...
2019-07-06 Caleb Cartwrightfix: handling of --all when dep name and dir name diffe...
2019-06-30 topecongiroRelease 1.3.1
2019-06-30 topecongiroUpdate rustfmt-config_proc_macro to 0.1.2
2019-06-30 topecongiroUpdate rustfmt-config_proc_macro to 0.1.1
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-29 Caleb CartwrightAdd support for windows-style paths in ignore patterns...
2019-06-28 calebcartwrightfix: handling of associated type bounds
2019-06-26 Nikhil BeneschDon't panic on license check errors (#3655)
2019-06-25 Caleb Cartwrightfix: run in sub dirs/workspace member dirs (#3652)
2019-06-25 rChaser53fix internal error for long closure types (#3653)
2019-06-25 Nootan GhimireAdd newline after help text (#3650)
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: ensure min number of system/idempotent tests...
2019-06-16 Caleb Cartwrighttests: add normalize_doc_attributes config tests (...
next