]> git.lizzy.rs Git - rust.git/history - src/expr.rs
Format source codes
[rust.git] / src / expr.rs
2017-06-17 topecongiroFormat source codes
2017-06-17 topecongiroUse correct budget for chain
2017-06-17 Seiichi UchidaMerge pull request #1701 from topecongiro/issue-1697
2017-06-17 topecongiroUse correct span for Infer type inside closure header
2017-06-17 topecongiroFormat source codes
2017-06-17 topecongiroUse special rules when overflowing the last argument
2017-06-17 topecongiroUse correct budget for function call args
2017-06-17 Nick CameronMerge pull request #1698 from topecongiro/vec-semi
2017-06-16 topecongiroPreserve comments inside attributes
2017-06-16 topecongiroUse correct indentaion for vec! with semicolon
2017-06-16 Nick CameronMerge pull request #1692 from topecongiro/chain/last...
2017-06-16 Nick CameronMerge pull request #1688 from topecongiro/overflow...
2017-06-15 topecongiroFormat source codes
2017-06-15 topecongiroAdd and remove comments
2017-06-15 topecongiroFormat source codes and add a test
2017-06-15 topecongiroWrap closure with a single control flow expr with multi...
2017-06-15 topecongiroRefactor rewrite for closure
2017-06-15 topecongiroRefactor rewrite for ConrtolFlow
2017-06-15 Nick CameronMerge pull request #1680 from topecongiro/tuple-pattern
2017-06-15 topecongiroUse block indent for tuple pattern when fn_call_style...
2017-06-15 Nick CameronMerge pull request #1615 from Mitranim/patch-1
2017-06-14 Nick CameronMerge pull request #1673 from topecongiro/get-tests...
2017-06-14 Nick CameronMerge pull request #1666 from topecongiro/tuple-type
2017-06-14 topecongiroFormat source codes
2017-06-14 topecongiroAdd offset wherever necessary
2017-06-14 topecongiroPut match arm guard on the next line if it contains...
2017-06-14 topecongiroUse block indent style against tuple type
2017-06-13 Nick CameronMerge pull request #1669 from topecongiro/issue-1668
2017-06-13 topecongiroDo not rely on format_missing for rewriting attributes
2017-06-13 Nick CameronRebasing
2017-06-13 Nick CameronReformat source code using new defaults
2017-06-13 Nick CameronMerge pull request #1663 from topecongiro/issue-1660
2017-06-13 Nick CameronMerge branch 'master' of github.com:rust-lang-nursery...
2017-06-12 Nick CameronMerge pull request #1657 from topecongiro/issue-1656
2017-06-12 Nick CameronMerge pull request #1655 from topecongiro/issue-1652
2017-06-12 Nick CameronMerge pull request #1647 from topecongiro/refactor...
2017-06-12 Nick CameronMerge pull request #1654 from topecongiro/over-long...
2017-06-12 topecongiroForce multi line if the first attempt of rewriting...
2017-06-12 topecongiroPut guard on newline if it exceeds max width
2017-06-12 topecongiroUse rewrite instead of visitor for attributes
2017-06-12 topecongiroUse block indent for args if single line args exceeds...
2017-06-11 topecongiroUse multi line when type bounds does not fit in a singl...
2017-06-06 Nick CameronMerge pull request #1640 from topecongiro/issue-1632
2017-06-06 Nick CameronMerge pull request #1639 from topecongiro/rfc-update
2017-06-06 Nick CameronMerge pull request #1638 from est31/master
2017-06-06 topecongiroImplement catch
2017-06-06 est31Update syntex_syntax
2017-06-06 Nick CameronMerge pull request #1634 from topecongiro/impl-rewrite...
2017-06-06 Nick CameronMerge pull request #1637 from est31/master
2017-06-06 Nick CameronMerge pull request #1633 from topecongiro/rfc/control...
2017-06-06 Nick CameronMerge pull request #1631 from topecongiro/fix-appveyor
2017-06-06 Nick CameronMerge pull request #1621 from topecongiro/combining
2017-06-06 est31Add config options for spaces around the colon in struc...
2017-06-05 topecongiroDo not add offset to match pattern when using Rfc style
2017-06-04 Nick CameronMerge pull request #1629 from topecongiro/issue-982
2017-06-04 topecongiroForbid method chain to get combined if it uses multi...
2017-06-04 topecongiroAdd combine_control_expr option
2017-06-04 topecongiroRefactor rewrite_call
2017-06-04 topecongiroForbid line break between if and pattern
2017-06-04 Nick CameronMerge pull request #1619 from topecongiro/config/format...
2017-06-02 topecongiroUnindent comment on top of `else`
2017-06-02 Seiichi UchidaFix a typo
2017-06-01 Nick CameronRename the Style::Default option to Legacy
2017-06-01 Nick CameronMerge pull request #1620 from topecongiro/rfc-if
2017-06-01 topecongiroUse correct one line budget when using Rfc control...
2017-06-01 Nick CameronMerge pull request #1616 from topecongiro/nested-closure
2017-06-01 Seiichi UchidaFormat source codes
2017-06-01 Seiichi UchidaUse block indent style when visual indent failed
2017-05-29 Nick CameronMerge pull request #1604 from topecongiro/comment-group
2017-05-28 Nick CameronMerge pull request #1602 from topecongiro/attributes...
2017-05-28 Nick CameronMerge pull request #1601 from topecongiro/issue-1600
2017-05-28 Nick CameronMerge pull request #1599 from topecongiro/performance...
2017-05-28 topecongiroAllow attributes on expressions
2017-05-27 Seiichi UchidaAvoid unnecessary binary search in rewrite_call
2017-05-27 Nick CameronMerge pull request #1597 from topecongiro/comments...
2017-05-27 Nick CameronMerge pull request #1596 from topecongiro/issue-1595
2017-05-27 Nick CameronMerge pull request #1593 from topecongiro/issue-1439
2017-05-27 Nick CameronMerge pull request #1588 from topecongiro/nesting-macro
2017-05-26 topecongiroFormat source codes and add tests
2017-05-26 topecongiroAllow macro to nested and overflowed like function...
2017-05-26 topecongiroSet inside_macro to false when rewriting args of macro
2017-05-25 Nick CameronMerge pull request #1586 from topecongiro/minor
2017-05-25 Nick CameronMerge pull request #1584 from topecongiro/poor/chain...
2017-05-25 Seiichi UchidaAdd offset when rewriting index
2017-05-25 topecongiroFormat source codes
2017-05-25 topecongiroRefactoring: introduce one_line_budget
2017-05-24 Nick CameronMerge pull request #1582 from topecongiro/poor/fn_call_...
2017-05-24 topecongiroDecide whether args fit in a single line inside rewrite...
2017-05-23 Nick CameronMerge pull request #1578 from topecongiro/poor/macro
2017-05-23 Nick CameronMerge pull request #1576 from topecongiro/chain/float...
2017-05-23 topecongiroFormat source codes
2017-05-23 topecongiroFormat source codes
2017-05-23 Nick CameronMerge pull request #1572 from topecongiro/nested-block
2017-05-23 topecongiroAdd trailing comma to a single arg in multiline
2017-05-23 topecongiroImplement combining for tuple and block
2017-05-23 topecongiroUpdate tests
2017-05-23 topecongiroImplement combining openings and closings
2017-05-23 Seiichi UchidaMerge pull request #1565 from topecongiro/issue-1563
2017-05-23 topecongiroUpdate tests
2017-05-23 topecongiroFormat source codes
next