]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 (...
2019-06-14 Stéphane CampinasMerge pull request #3628 from topecongiro/issue-3627
2019-06-14 Seiichi UchidaFix is_subpath
2019-06-12 Ruben SchmidmeisterUse trait to abstract emit modes (#3616)
2019-06-12 Stéphane CampinasImprove handling of unicode characters (#3618)
2019-06-12 Stéphane Campinasimplement Display for enums with attribute config_type...
2019-06-10 Stéphane CampinasAdd CHANGELOG entry for the 1.3.0 release (#3612)
2019-06-09 topecongiroRename config_proc_macro to rustfmt-config_proc_macro
2019-06-09 Seiichi UchidaRelease 1.3.0 (#3611)
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-07 topecongiroIgnore sub-modules when skip-children is used
2019-06-06 rChaser53fix the bug add unwanted code to impl (#3601) (#3602)
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 Seiichi UchidaMerge pull request #3596 from rchaser53/issue-3595
2019-05-30 rchaser53add tests for issue-3595
2019-05-30 Stéphane CampinasMerge pull request #3586 from topecongiro/issue-3584
2019-05-29 rChaser53fix Erasing inner attributes in struct (#3593)
2019-05-27 Stéphane CampinasMerge pull request #3589 from topecongiro/issue-3583
2019-05-27 topecongiroSet macro_rewrite_failure to true on catching panic
2019-05-27 topecongiroCatch panics from the parser while rewriting macro...
2019-05-27 topecongiroAdd a test for #3583
2019-05-26 topecongiroFormat trait aliases with where clauses
2019-05-26 topecongiroRefactor rewrite_where_clause
2019-05-26 topecongiroAdd tests for trait aliases with where clauses
2019-05-26 Seiichi UchidaMerge pull request #3582 from sphynx/master
2019-05-23 Ivan VeselovUse structopt for rustfmt-format-diff arguments parsing
2019-05-23 Seiichi UchidaUpdate the documentation of ignore (#3580)
2019-05-22 Stéphane CampinasDocument some additional points about maintaining rustf...
2019-05-22 Seiichi UchidaImplement Serialize on IgnoreList (#3565)
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 Seiichi UchidaMerge pull request #3576 from rchaser53/issue-3567
2019-05-21 Seiichi UchidaMerge pull request #3569 from sphynx/master
2019-05-21 Ivan VeselovDrop only the first occurrence of `fmt` while preparing...
2019-05-21 Ivan VeselovDrop extra `fmt` command line argument provided by...
2019-05-21 Ivan VeselovUse structopt for command line arguments parsing in...
2019-05-21 topecongiroInsert an empty line when normalizing `#[doc = ""]`
2019-05-21 topecongiroAdd a test for #3575
2019-05-21 rchaser53add the handling for vec! with paren inside macro
2019-05-21 rChaser53not to avoid self (#3570)
2019-05-21 Seiichi UchidaMerge pull request #3573 from scampi/issue-3525
2019-05-20 Stéphane Campinaschangelog for 1.2.2
2019-05-20 Stéphane Campinaschangelog for 1.2.1
2019-05-20 Stéphane Campinaschangelog for 1.2.0
2019-05-20 Stéphane Campinaschangelog for 1.1.1
next