]> git.lizzy.rs Git - rust.git/history - src/items.rs
feat: support parsing asm! args
[rust.git] / src / items.rs
2021-12-20 Caleb CartwrightMerge pull request #5140 from calebcartwright/subtree...
2021-12-19 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-12-15 Nicholas NethercoteRemove unnecessary sigils around `Ident::as_str()`...
2021-12-14 Matthias Krügerclippy fixes
2021-12-03 Caleb CartwrightMerge commit '8da837185714cefbb261e93e9846afb11c1dc60e...
2021-12-03 Caleb CartwrightMerge pull request #5121 from calebcartwright/subtree...
2021-12-03 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-11-29 Caleb Cartwrightrefactor: maintain more AST info when formatting a RHS
2021-11-24 Esteban KuberChange how the fn params span is calculated
2021-11-18 Caleb Cartwrightfix: correct some type alias issues
2021-11-17 Caleb Cartwrightrefactor: cleanup duplicative Impl handling code
2021-11-08 Caleb CartwrightMerge commit 'ea199bacef07213dbe008841b89c450e3bf0c638...
2021-11-08 Caleb CartwrightMerge pull request #5070 from calebcartwright/rustup...
2021-11-07 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-11-07 Vadim Petrochenkovast: Fix naming conventions in AST structures
2021-11-06 Caleb Cartwrightrefactor: dedupe & simplify ty alias formatting
2021-11-06 mujpaoPut empty trait braces on same line if possible
2021-10-28 Matthias Krügerfix clippy::needless_borrow
2021-10-20 Caleb CartwrightMerge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6...
2021-10-20 Caleb CartwrightMerge pull request #5036 from calebcartwright/1.4.38...
2021-10-20 Caleb CartwrightMerge branch 'master' into 1.4.38-subtree
2021-10-13 Yacin TmimiAdjust non-empty tuple struct span to start before...
2021-09-15 Manish GoregaokarRollup merge of #88775 - pnkfelix:revert-anon-union...
2021-09-09 Felix S. Klock IIRevert "Allow formatting `Anonymous{Struct, Union}...
2021-09-09 Caleb Cartwrightfix: handle param doc comments for macro scenarios
2021-09-06 Stéphane Campinastry to write the parameter on a new line in case the...
2021-09-06 borsAuto merge of #88493 - chenyukang:fix-duplicated-diagno...
2021-08-31 Cameron SteffenTemporary fix rustfmt for let-else
2021-08-22 David TolnayPreserve visibility on trait items inside trait and...
2021-08-07 Caleb Cartwrightfix: handle GAT types in impls with self bounds
2021-08-02 borsAuto merge of #87535 - lf-:authors, r=Mark-Simulacrum
2021-07-26 Caleb CartwrightMerge commit '4236289b75ee55c78538c749512cdbeea5e1c332...
2021-07-26 Matthias Krügerfix a bunch of clippy warnings
2021-07-26 Caleb CartwrightMerge pull request #4920 from calebcartwright/subtree...
2021-05-17 jedel1043Allow formatting `Anonymous{Struct, Union}` declarations
2021-04-22 Caleb Cartwrightrefactor: apply heuristic config changes in lib
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
next