]> git.lizzy.rs Git - rust.git/history - src
cargo update
[rust.git] / src /
2017-07-24 Nick CameronMerge pull request #1805 from topecongiro/inner-attr
2017-07-24 Seiichi UchidaFormat inner attributes wherever possible
2017-07-24 Seiichi UchidaSupport inner attributes
2017-07-22 Nick CameronMerge pull request #1808 from topecongiro/issue-831
2017-07-22 Nick CameronMerge pull request #1811 from topecongiro/rustfmt-skip...
2017-07-22 topecongiroSupport rustfmt_skip on statements
2017-07-21 topecongiroFormat source codes and update tests
2017-07-21 topecongiroAllow block-like rhs expression to stay on the same...
2017-07-21 Nick CameronMerge pull request #1806 from topecongiro/item-brace...
2017-07-21 topecongiroApply item_brace_style to mod
2017-07-20 Nick CameronMerge pull request #1804 from topecongiro/issue-1802
2017-07-20 Nick CameronMerge pull request #1803 from nrc/writemode
2017-07-20 Nick CameronChange the writemode to overwrite
2017-07-20 topecongiroConsider max_width when rewriting struct in single...
2017-07-20 Nick CameronMerge pull request #1801 from topecongiro/issue-1799
2017-07-20 topecongiroCover missing comments between attributes and expressions
2017-07-19 Nick CameronMerge pull request #1796 from topecongiro/small-fixes
2017-07-19 Seiichi UchidaFormat source codes and update tests
2017-07-19 Seiichi UchidaUse block indent when rewriting parenthesised expressions
2017-07-19 Seiichi UchidaRemove old heuristics from legacy style
2017-07-19 Seiichi UchidaFormat source codes and update tests
2017-07-19 Seiichi UchidaPut the brace of match on the next line if condition...
2017-07-19 Seiichi UchidaFormat source codes and update tests
2017-07-19 Seiichi UchidaImplement RFC style for match
2017-07-19 Seiichi UchidaUse offset_left instead of shrink_left
2017-07-14 Nick CameronMerge pull request #1785 from topecongiro/rfc/import
2017-07-14 topecongiroAdd imports_indent and imports_layout config options
2017-07-13 topecongiroAdd trailing comma when using Mixed indent style with...
2017-07-13 topecongiroSet reorder_imported_names to true as default
2017-07-13 topecongiroSort imports in alphabetical and consistent order
2017-07-13 topecongiroSort items within import alphabetically in groups
2017-07-12 Nick CameronMerge pull request #1786 from euclio/globs
2017-07-12 Nick CameronMerge pull request #1787 from euclio/errors
2017-07-12 Nick CameronMerge pull request #1779 from topecongiro/issue-1777
2017-07-12 Seiichi UchidaDo not count the number of parens inside str or comment
2017-07-12 Nick CameronMerge pull request #1783 from topecongiro/trailing...
2017-07-12 topecongiroAdd trailing_semicolon config option
2017-07-12 Nick CameronMerge pull request #1782 from topecongiro/rfc/combining...
2017-07-11 topecongiroUpdate wrap_match_arms option tests and visual guide
2017-07-11 topecongiroFormat source codes
2017-07-11 topecongiroImplement combining against match arms
2017-07-11 Nick CameronMerge pull request #1780 from topecongiro/rfc/union
2017-07-11 Nick CameronMerge pull request #1778 from topecongiro/rfc/match...
2017-07-10 Seiichi UchidaFormat union
2017-07-10 topecongiroFormat source codes
2017-07-10 topecongiroFix up rewriting match arm pattern
2017-07-10 Nick CameronMerge pull request #1776 from topecongiro/poor-formatti...
2017-07-10 Nick CameronMerge pull request #1772 from topecongiro/recover-remov...
2017-07-10 topecongiroCover missing comments before and after where
2017-07-10 topecongiroUse correct one line budget when rewriting index
2017-07-10 Nick CameronMerge pull request #1775 from topecongiro/rfc/patterns
2017-07-09 Seiichi UchidaFormat source codes
2017-07-09 Seiichi UchidaRefactor rewrite_assign_rhs
2017-07-09 Seiichi UchidaUse rewrite_assign_rhs for rewriting pattern in condition
2017-07-09 Seiichi UchidaPrefer to put the whole pattern of match arm on one...
2017-07-09 Seiichi UchidaImplement rhs_overhead method against Shape
2017-07-07 Nick CameronMerge branch 'master' of https://github.com/petrochenko...
2017-07-07 Vadim PetrochenkovUpdate rustfmt for ast::ExprKind::MethodCall changes
2017-07-07 Nick CameronMerge pull request #1769 from topecongiro/comment-verti...
2017-07-07 topecongiroUse closure instead of declaring function
2017-07-07 topecongiroFormat source codes
2017-07-07 topecongiroImplement vertical alignment for comments after list...
2017-07-07 topecongiroAdd Clone trait bound to write_list
2017-07-06 Nick CameronMerge pull request #1745 from topecongiro/assignment
2017-07-06 Nick CameronMerge pull request #1768 from topecongiro/huge-array
2017-07-05 Nick CameronMerge pull request #1746 from topecongiro/struct-tuple
2017-07-05 topecongiroAdd array_horizontal_layout_threshold option
2017-07-05 topecongiroUse correct one line budget for array in Block indent...
2017-07-05 topecongiroFormat source codes
2017-07-05 topecongiroUpdate heuristic in rewrite_assign_rhs
2017-07-05 topecongiroRefactor rewrite_static
2017-07-05 topecongiroFormat source codes
2017-07-05 topecongiroHandle comment at the last element in write_list
2017-07-05 topecongiroHandle very long struct
2017-07-05 topecongiroUse block indent style for struct tuple
2017-07-05 Nick CameronMerge pull request #1767 from topecongiro/range-with...
2017-07-05 Nick CameronMerge pull request #1765 from topecongiro/v-alignment...
2017-07-04 topecongiroAdd a space before range if lhs ends with dot
2017-07-04 Nick CameronMerge pull request #1757 from topecongiro/rfc/combine...
2017-07-04 Nick CameronMerge pull request #1756 from topecongiro/closure_block...
2017-07-04 Nick CameronMerge pull request #1752 from topecongiro/supress-write...
2017-07-04 Nick CameronMerge pull request #1750 from topecongiro/multi-lined...
2017-07-03 topecongiroAdd struct_field_align_threshold for vertical alignment
2017-07-03 topecongiroFormat source codes
2017-07-03 topecongiroUse correct width and tactic for struct literal
2017-07-03 topecongiroImplement Spanned for ast::StructField and ast::Field
2017-06-29 topecongiroCombine Array
2017-06-28 topecongiroUse correct one line budget in rewrite_closure_block
2017-06-27 topecongiroAdd an option to inhibit warning on write-mode change
2017-06-25 topecongiroPut multi-lined index on the next line if it fits in...
2017-06-23 Nick CameronMerge pull request #1744 from topecongiro/macro-argumen...
2017-06-23 topecongiroDo not add trailing comma inside macro invocation unles...
2017-06-23 Nick CameronMerge pull request #1743 from topecongiro/macro-trailin...
2017-06-23 topecongiroPreserve trailing comma of macro invocation
2017-06-21 Nick CameronMerge pull request #1738 from birkenfeld/patch-1
2017-06-21 Georg BrandlHandle proc-macro crates in cargo-fmt
2017-06-20 Nick CameronMerge pull request #1729 from topecongiro/single-line...
2017-06-20 topecongiroFix a typo
2017-06-20 topecongiroUse format_expr wherever single-lined block is not...
2017-06-20 topecongiroRefactor rewrite for ast::Block
next