]> git.lizzy.rs Git - rust.git/history - src
meta: bump rustfmt version to 1.4.23
[rust.git] / src /
2020-11-03 Caleb Cartwrightfeat: v2 support for nested tuples w/o spaces
2020-11-03 Caleb Cartwrighttests: adjust some cherry-picekd tests
2020-11-03 Caleb Cartwrightfix: resolve some parser related bugs
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-11-03 Caleb Cartwrightdeps: bump rustc-ap to v686
2020-10-24 Michael MüllerFix overriding license header bug (#4488)
2020-10-24 hafizPreserve comments in empty statements (#4180)
2020-10-24 Ayaz HafizCorrectly indent skipped-over code
2020-10-24 Caleb Cartwrightfeat: add initial support for ConstBlock expressions
2020-10-24 Caleb Cartwrightdeps: update macro parsing
2020-10-04 David TolnayUse rustfmt given by RUSTFMT env var (#4419)
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 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 Cartwrightfeat: support config. of leading match arm pipe
2020-09-23 David Tolnaydeps: bump rustc-ap to v679
2020-09-23 Caleb Cartwrightdeps: bump rustc-ap to v678
2020-09-05 Caleb Cartwrightfix: inner attribute formatting
2020-09-05 mahkohFix module resolution in inner modules with paths ...
2020-09-05 Caleb Cartwrightchore: run rustfmt
2020-09-05 Caleb Cartwrightdeps: bump rustc-ap to v673
2020-09-05 Caleb Cartwrightdeps: bump rustc-ap to v672
2020-08-09 Caleb Cartwrightfix: inverted span on attrs within closure
2020-07-21 Seiichi Uchidapreparation for potential rustfmt 1.4.19 (#4283)
2020-07-15 Caleb Cartwrightchore: backport 8157a3f0afe978d3e953420577f8344db7e905bf
2020-07-15 Caleb Cartwrightdeps: bump rustc-ap to v669
2020-07-10 Caleb Cartwrightdeps: bump rustc-ap-* to v668
2020-06-27 Caleb Cartwrightdeps: bump rustc-ap* to v666
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-06-12 David TolnaySwitch to std::error::Error for errors (#3948)
2020-06-11 Caleb Cartwrightdeps: apply upstream rustc-* changes
2020-06-08 topecongiroSupport module-level rustfmt::skip in sub-modules
2020-05-19 Seiichi UchidaUpdate rustc-ap-* crates to 659.0.0 for rustfmt-1.4...
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-30 Caleb Cartwrightrefactor: use ast::attr:HasAttrs
2020-03-30 Caleb Cartwrightdeps: bump rustc-ap* to v651
2020-03-28 Caleb Cartwrightrefactor: rename libsyntax --> rustc_ast
2020-03-28 Caleb Cartwrightfix: unreachable err on Fn with `None` block
2020-03-28 Caleb Cartwrightfix: use correct ForeignItem span
2020-03-28 Caleb Cartwrightchore: fix src formatting
2020-03-28 Caleb Cartwrightrefactor: parse & mod resolver for rustc-ap v650
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 Seiichi UchidaDo not add block around async closure (#3946)
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-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-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-09-28 Stéphane CampinasMerge pull request #3810 from calebcartwright/issue...
2019-09-27 Caleb Cartwrightfix: merge_imports handling of ::{self}
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 Seiichi UchidaUpdate deps (#3788)
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...
next