]> git.lizzy.rs Git - rust.git/history - src/visitor.rs
fix: maintain redundant semis on items in statement pos
[rust.git] / src / visitor.rs
2021-01-09 Caleb Cartwrightfix: maintain redundant semis on items in statement pos
2020-11-29 WhizSidFixed 'Comment removed between type name and =' issue...
2020-11-29 Ayaz HafizDon't drop blocks on foreign functions
2020-11-28 Caleb Cartwrightdeps: minor rustc_ast changes for v691
2020-11-14 WhizSidFixed 'Incorrect comment indent inside if/else' issue...
2020-11-12 Caleb Cartwrightfeat: don't insert semi in macro_rules arm body
2020-10-24 hafizPreserve comments in empty statements (#4180)
2020-10-02 Ayaz HafizPreserve and format type aliases in extern blocks
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 Caleb Cartwrightdeps: bump rustc-ap to v673
2020-07-21 Seiichi Uchidapreparation for potential rustfmt 1.4.19 (#4283)
2020-06-27 Caleb Cartwrightdeps: bump rustc-ap* to v666
2020-05-19 Seiichi UchidaUpdate rustc-ap-* crates to 659.0.0 for rustfmt-1.4...
2020-03-30 Manish GoregaokarMerge pull request #4100 from calebcartwright/rustfmt1x...
2020-03-30 Caleb Cartwrightrefactor: use ast::attr:HasAttrs
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 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-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-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-09-18 Shotaro YamadaUse Cell instead of RefCell (#3798)
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-04 rChaser53fix TrailingWhitespace when using line breaks in macros...
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-15 Seiichi UchidaFix bugs related to file-lines (#3684)
2019-06-23 rChaser53avoid not to truncate necessary chars (#3640)
2019-06-16 Seiichi UchidaFormat the last expression-statement as expression...
2019-06-08 Stéphane CampinasMerge pull request #3607 from topecongiro/issue-3493
2019-06-04 Stéphane Campinasinline the attribute with its item even with the macro_...
2019-06-03 Seiichi UchidaCargo update (#3559)
2019-05-18 Ruben SchmidmeisterMerge branch 'master' into normalize-multiline-doc...
2019-05-16 Stéphane CampinasMerge pull request #3555 from rchaser53/issue-3554
2019-05-16 rchaser53use the span between the self_ty and left brace
2019-05-16 Seiichi UchidaMerge pull request #3535 from xiongmao86/issue3417
2019-05-10 Stéphane CampinasMerge pull request #3546 from bash/unreachable-pub
2019-05-09 Ruben SchmidmeisterEnable unreachable_pub lint
2019-05-09 Seiichi UchidaMerge pull request #3486 from scampi/issue-3197
2019-04-17 Seiichi UchidaMerge pull request #3511 from topecongiro/issue3498
2019-04-17 Seiichi UchidaMerge pull request #3510 from topecongiro/issue3509
2019-04-16 Stéphane CampinasMerge pull request #3506 from rchaser53/issue-3505
2019-04-11 Stéphane CampinasMerge pull request #3504 from matthiaskrgr/clippy_2
2019-04-11 Matthias Krügerfix clippy warnings
2019-03-24 Seiichi UchidaMerge pull request #3467 from topecongiro/issue-3465
2019-03-24 Seiichi UchidaMerge pull request #3459 from scampi/issue-3442
2019-03-24 Seiichi UchidaMerge pull request #3468 from topecongiro/refactor...
2019-03-24 Seiichi UchidaMerge pull request #3466 from topecongiro/discard-error...
2019-03-24 Stéphane CampinasMerge pull request #3454 from rchaser53/issue-3434
2019-03-21 rchaser53reflect scampi review
2019-03-21 rchaser53refrect topecongiro reviews
2019-03-20 rchaser53use RefCell and Rc
2019-03-20 rchaser53add new attribute rustfmt::skip::macros
2019-03-19 Stéphane CampinasMerge pull request #3458 from topecongiro/issue-3457
2019-03-19 Stéphane Campinasfix line numbering in missed spans and handle file_line...
2019-03-19 Seiichi UchidaAvoid panic on macro inside deeply nested block
2019-03-17 Seiichi UchidaMerge pull request #3453 from scampi/issue-3423
2019-03-14 Seiichi UchidaUpdate rustc-ap-* crates to 407.0.0 (#3447)
2019-03-14 Seiichi UchidaMerge pull request #3441 from rchaser53/const-generics
2019-03-11 Seiichi UchidaFormat the if expression at the end of the block in...
2019-02-19 Alexander RegueiroVarious cosmetic improvements (#3403)
2019-02-15 Stéphane CampinasMerge pull request #3334 from rchaser53/issue-3227
2019-02-14 Seiichi UchidaMerge pull request #3401 from topecongiro/rustcap
2019-02-12 Seiichi UchidaMerge pull request #3342 from topecongiro/visibility...
2019-02-12 topecongiroFormat visibility on trait alias
2019-02-10 Seiichi UchidaMerge pull request #3335 from h-michael/rust-2018
2019-02-10 Seiichi UchidaMerge pull request #3326 from scampi/issue-3302
2019-02-09 Hirokazu HataFix rust_2018_idioms warnings
2019-02-08 Stéphane CampinasMerge pull request #3328 from topecongiro/edition-2018
2019-02-08 Seiichi UchidaMerge pull request #3332 from rchaser53/issue-3234
2019-02-07 Seiichi UchidaMerge pull request #3325 from topecongiro/rustcap
2019-02-07 Stéphane CampinasMerge pull request #3322 from fyrchik/fix/3304
2019-02-07 Evgeniifix review comments
2019-02-06 topecongiroCargo update
2019-02-06 Evgeniicalculate statement first line properly
2019-02-05 Seiichi UchidaMerge pull request #3318 from rchaser53/issue-3314
2019-02-05 Seiichi UchidaMerge pull request #3317 from fyrchik/fix/edition
2019-02-04 Evgeniitransition to Rust 2018
2018-11-11 Nick CameronMerge pull request #3189 from scampi/issue3032
2018-11-09 Stéphane Campinasfix logic for adding or not a newline after a missed...
2018-10-25 Nick CameronMerge pull request #3129 from otavio/issue-3104
2018-10-24 Nick CameronMerge pull request #3113 from scampi/issue3105
2018-10-24 Stéphane Campinaskeep track of lines which formatting was disabled in...
2018-10-24 Stéphane CampinasFix handling of code that is annotated with rustfmt...
2018-10-19 Seiichi UchidaMerge pull request #3115 from matthiaskrgr/clippy
2018-10-18 Matthias Krügerfix a couple of clippy lint warnings
2018-10-18 Nick CameronMerge pull request #3109 from scampi/issue-3038
2018-10-18 Nick CameronRemove NLL feature
2018-10-15 Nick CameronMerge pull request #3106 from sinkuu/clippy
2018-10-15 Shotaro YamadaClippy
2018-10-15 Shotaro YamadaRemove an unsafe code
2018-09-19 Nick CameronMerge pull request #3036 from topecongiro/issue-2932
next