]> git.lizzy.rs Git - rust.git/history - src/items.rs
docs: update configuration info
[rust.git] / src / items.rs
2021-04-03 Caleb Cartwrightdeps: apply rustc-ap-* v712 changes
2021-04-03 Caleb Cartwrightrefactor: apply rustc mod parsing changes
2021-02-18 David Bar-OnAdd the use of rewrite_assign_rhs_with_comments to 1.x
2021-02-07 Caleb Cartwrightdeps: apply rustc-ap v705 changes to itemkind variants
2021-01-28 vallentinFixed semicolon getting moved into comment (fixes ...
2021-01-28 Ayaz HafizInclude const generic type bounds in their spans
2021-01-28 Seiichi UchidaUse the span after generics and where clause (#4208)
2021-01-28 hafizInclude constness in impl blocks (#4215)
2021-01-09 Mara BosFixes for new rustc changes.
2020-12-01 David TolnayPreserve polarity on negative non-trait impl
2020-11-29 WhizSidFixed 'Comment removed between type name and =' issue...
2020-11-29 Caleb Cartwrightfix: apply rustc-ap updates to backported commit
2020-11-29 hafizPick up comments between visibility modifier and item...
2020-11-29 Ayaz HafizDon't drop blocks on foreign functions
2020-11-29 Ayaz HafizProperly format function signature in extern blocks
2020-11-26 meiomorphismfix: don't force a newline after an empty where clause
2020-11-16 Caleb Cartwrightfix: don't drop leading comments in extern
2020-11-14 WhizSidFixed 'Incorrect comment indent inside if/else' issue...
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-23 David Tolnaydeps: bump rustc-ap to v679
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-28 Caleb Cartwrightrefactor: rename libsyntax --> rustc_ast
2020-03-28 Caleb Cartwrightfix: use correct ForeignItem span
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 Cartwrightdeps: update rustc-ap to v642.0.0
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 Stéphane Campinashandle field attributes when aligning a struct's fields...
2019-10-11 Stéphane Campinasdo not indent impl generics (#3856)
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 rChaser53stop to strip 'impl' from impl trait type alias (#3816)
2019-09-24 Caleb Cartwrightrefactor to use param naming where appropriate (#3803)
2019-09-20 Caleb Cartwrightfeat: support parameter attributes (#3793)
2019-09-06 Seiichi UchidaUpdate rustc-ap-* crates to 581.0.0 (#3783)
2019-09-04 Andreydo not remove discriminant value if exists (#3771)...
2019-08-16 Seiichi UchidaUse correct indent when formatting complex fn type...
2019-08-13 Seiichi UchidaUse the correct BytePos for the opening brace position...
2019-07-21 Seiichi UchidaSimplify code around visit_fn (#3698)
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-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 Stéphane CampinasMerge pull request #3586 from topecongiro/issue-3584
2019-05-26 topecongiroFormat trait aliases with where clauses
2019-05-26 topecongiroRefactor rewrite_where_clause
2019-05-22 Seiichi UchidaAllow overflowing rhs of unit variant (#3566)
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-04-09 Seiichi UchidaMerge pull request #3495 from scampi/issue-1096
2019-04-05 Stéphane Campinaskeep missed comments appearing after the struct/enum...
2019-04-03 Stéphane Campinaskeep comment appearing between parameter's name and...
2019-03-29 Seiichi UchidaMerge pull request #3480 from sinkuu/cleanup
2019-03-29 Shotaro YamadaRemove redundant &
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-05 Seiichi UchidaMerge pull request #3424 from Xanewok/modified-lines...
2019-03-05 Seiichi UchidaMerge pull request #3430 from rchaser53/no-arg-with...
2019-03-04 rchaser53fix not to remove comment in the case of no arg
2019-03-04 Seiichi UchidaMerge pull request #3415 from rchaser53/issue-3198
2019-03-02 rchaser53leave post comment for self
2019-02-24 rchaser53leave pre comment for self
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-09 Hirokazu Hatacargo fmt
2019-02-09 Hirokazu HataFix rust_2018_idioms warnings
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
2019-02-03 Seiichi UchidaMerge pull request #3308 from topecongiro/issue-2835
2019-01-31 topecongiroPrioritize single_line_fn and empty_item_single_line...
2019-01-27 Seiichi UchidaMerge pull request #3293 from scampi/issue-3241
next