]> git.lizzy.rs Git - rust.git/history - src
Merge pull request #2213 from topecongiro/issue-2212
[rust.git] / src /
2017-11-30 Nick CameronMerge pull request #2213 from topecongiro/issue-2212
2017-11-30 Nick CameronMerge pull request #1889 from topecongiro/match-arm
2017-11-30 Nick CameronMerge pull request #2211 from oli-obk/master
2017-11-30 Oliver SchneiderRun rustfmt
2017-11-30 topecongiroFormat defualtness on specialized impl const
2017-11-30 Seiichi UchidaCargo fmt & update a test
2017-11-30 topecongiroFormat source codes
2017-11-30 topecongiroDo not put if on the same line as match arm
2017-11-30 Oliver SchneiderAddress clippy lints
2017-11-29 Nick CameronMerge pull request #2209 from topecongiro/issue-2207
2017-11-29 Seiichi UchidaRename is_dummy to has_braces
2017-11-29 Seiichi UchidaFix a typo
2017-11-29 Seiichi UchidaUse an explicit flag to decide on whether to add brace...
2017-11-29 Seiichi UchidaFix a typo
2017-11-29 Nick CameronMerge pull request #2205 from topecongiro/issue-2202
2017-11-29 Nick CameronMerge pull request #2203 from topecongiro/issue-2200
2017-11-29 Seiichi UchidaPrint unstable option's name on warning
2017-11-29 topecongiroCargo fmt
2017-11-29 topecongiroIgnore fn_call_width when rewriting a call with a singl...
2017-11-29 topecongiroUse correct shape when rewriting the last arg with...
2017-11-29 topecongiroTake into account the rhs overhead when rewriting the...
2017-11-28 Nick CameronUse the right kind of doc comment in chains.rs
2017-11-27 Nick CameronMerge pull request #2194 from topecongiro/use-cargo_met...
2017-11-27 Nick CameronMerge pull request #2195 from topecongiro/issue-2193
2017-11-27 topecongiroReplace TargetKind with simple String
2017-11-27 topecongiroCargo fmt
2017-11-27 topecongiroRemove FIXME
2017-11-27 topecongiroMinor refactoring
2017-11-27 topecongiroRemove width of a trailing comma on variant
2017-11-27 topecongiroAllow '--package <package>'
2017-11-27 topecongiroRename WorkspaceHitlist to CargoFmtStrategy
2017-11-27 topecongiroRandom formatting
2017-11-27 topecongiroUse cargo_metadata crate over json crate
2017-11-27 topecongiroImplement PartialEq, Eq and Hash trait for Target
2017-11-27 topecongiroAdd cargo_metadata to dependency
2017-11-27 Nick CameronMerge pull request #2191 from topecongiro/issue-2190
2017-11-27 topecongiroRecover from failing to format variants even where...
2017-11-27 Nick CameronRemove CompressedIfEmpty option from fn_args_density
2017-11-27 Nick CameronMerge fn_empty_single_line and impl_empty_single_line...
2017-11-27 Nick CameronRename wrap_match_arms to match_arm_blocks
2017-11-27 Nick CameronMerge multiline_closure_forces_block and multiline_matc...
2017-11-27 Nick CameronRemove `match_arm_forces_newline`
2017-11-27 Nick CameronRemove `indent_match_arms`
2017-11-24 Nick CameronRemove `where_density` and `where_layout` options
2017-11-24 Nick CameronMerge pull request #2184 from topecongiro/issue-2179
2017-11-24 Nick CameronReplace various small width heuristics with a single...
2017-11-24 topecongiroPut rhs on the same line as lhs if putting rhs on next...
2017-11-24 Nick CameronFix a typo in the unstable options handling and address...
2017-11-24 Nick CameronReorganise config options and stabilise a few
2017-11-24 Nick Cameronstruct_lit_multiline_style -> struct_lit_single_line...
2017-11-24 Nick CameronMerge `attributes_on_same_line_as_field` and `attribute...
2017-11-24 Nick CameronRemove `chain_split_single_child` option
2017-11-24 Nick CameronRemove `force_format_strings` in favour of `format_strings`
2017-11-24 Nick CameronRemove `match_pattern_separator_break_point` in favour...
2017-11-24 Nick CameronRemove legacy option `fn_args_paren_newline`
2017-11-24 Nick CameronRemove legacy option `fn_return_indent`
2017-11-24 Nick CameronRemove unused option `take_source_hints`
2017-11-23 Nick CameronMerge pull request #2181 from topecongiro/issue-2111
2017-11-23 topecongiroAlign post comments with items when the it starts with...
2017-11-23 topecongiroForce vertical layout when we find any kind of single...
2017-11-20 Nick CameronMerge pull request #2172 from topecongiro/issue-2171
2017-11-20 topecongiroDo not squash unsafe block
2017-11-20 Nick CameronMerge pull request #2161 from topecongiro/issue-1807
2017-11-20 Nick CameronMerge pull request #2162 from utkarshkukreti/issue...
2017-11-19 Nick CameronMerge pull request #2165 from topecongiro/issue-2164
2017-11-18 topecongiroHandle multi-lined fn signature
2017-11-18 topecongiroUse choose_rhs() for the layout of multi-lined struct...
2017-11-17 Utkarsh KukretiAdd test for trailing newline in diff.
2017-11-17 Utkarsh KukretiFix checkstyle test.
2017-11-16 topecongiroUse mixed layout for patterns that are all short
2017-11-16 topecongiroAdd is_short_pattern()
2017-11-16 topecongiroFix up write_list() to handle Mixed tactic
2017-11-16 topecongiroGeneralize ListItems to allow a separator other than...
2017-11-16 topecongiroCargo fmt
2017-11-16 topecongiroBreak before '|' for multi-lined match arm pattern
2017-11-16 Nick CameronMerge pull request #2160 from topecongiro/issue-1809
2017-11-16 topecongiroCargo fmr & update tests
2017-11-16 topecongiroForce vertical layout for all variants if one of then...
2017-11-16 Nick CameronMerge pull request #2159 from topecongiro/issue-2158
2017-11-16 topecongiroUse rewrite_assign_rhs() when rewriting associated...
2017-11-16 topecongiroGeneralize rewrite_assign_rhs()
2017-11-15 Nick CameronMerge pull request #2155 from topecongiro/issue-1603
2017-11-15 topecongiroDo not get tricked by a nested comment
2017-11-15 Nick CameronMerge pull request #2154 from topecongiro/issue-2151
2017-11-15 topecongiroLook for a newline after match arm only when there...
2017-11-15 Nick CameronMerge pull request #2153 from topecongiro/issue-2152
2017-11-15 Nick CameronMerge pull request #2150 from topecongiro/audit-options...
2017-11-15 topecongiroReturn None when a literal exceeds budget
2017-11-14 topecongiroCombine spaces_within_parens and spaces_within_brackets
2017-11-14 topecongiroUse space_before_colon and space_after_colon
2017-11-14 Nick CameronMerge pull request #2148 from topecongiro/audit-option...
2017-11-14 Nick CameronMerge pull request #2137 from clippered/add-color-cli...
2017-11-14 topecongiroCombine fn_brace_style and item_brace_style
2017-11-14 Nick CameronMerge pull request #2147 from topecongiro/audit-options...
2017-11-13 clipperedrename to use_colored_tty; used match as well
2017-11-13 clipperedadd cli option for color
2017-11-13 topecongiroReplace '*_indent' with 'indent_style' in src
2017-11-13 Nick CameronCollapse multiple blocks in closures
2017-11-13 Nick CameronMore closures refactoring
2017-11-13 Nick Cameronremove closure_block_indent_threshold option
next