]> git.lizzy.rs Git - rust.git/history - Configurations.md
Wrapping `indent_style="Visual"` struct snippet in function
[rust.git] / Configurations.md
2018-01-16 David AlberWrapping `indent_style="Visual"` struct snippet in...
2018-01-16 David AlberWrapping `indent_style="Block"` struct snippet in function
2018-01-16 David AlberCorrecting `indent_style="Visual"` generics snippet
2018-01-16 David AlberCorrecting `indent_style="Block"` generics snippet
2018-01-16 David AlberWrapping `indent_style="Visual"` function call snippet...
2018-01-16 David AlberWrapping `indent_style="Block"` function call snippet...
2018-01-16 David AlberWrapping `indent_style="Visual"` array snippet in function
2018-01-16 David AlberWrapping `indent_style="Block"` array snippet in function
2018-01-16 Seiichi UchidaMerge pull request #2367 from Stinners/range_binopts
2018-01-16 Seiichi UchidaMerge pull request #2366 from davidalber/restore-characters
2018-01-16 David AlberRestoring characters accidentally removed in bbe4b380
2018-01-16 Chris StinsonFixing binop_separator="Back" for ranges
2018-01-16 Nick CameronMerge pull request #2361 from davidalber/fix-binop...
2018-01-15 David AlberGetting `binop_separator="Back"` to pass
2018-01-15 Seiichi UchidaMerge pull request #2363 from davidalber/reword-config...
2018-01-15 David AlberRewording configuration note
2018-01-12 Nick CameronMerge pull request #2357 from topecongiro/issue-2342
2018-01-11 Seiichi UchidaRemove same_line_attributes config option
2018-01-09 Nick CameronMerge pull request #2292 from davidalber/configurations...
2018-01-04 David AlberAdding test to verify code block idempotency in Configu...
2018-01-04 Nick CameronMerge pull request #2330 from topecongiro/issue-2329
2018-01-04 Seiichi UchidaMerge pull request #2335 from Hopman/rename_git-fmt
2018-01-04 Nick CameronMerge pull request #2313 from LukasKalbertodt/patch-1
2018-01-02 Lukas KalbertodtAdd options `blank_lines_{lower|upper}_bound` to `Confi...
2017-12-21 Nick CameronMerge pull request #2291 from topecongiro/issue-2289
2017-12-17 Nick CameronMerge pull request #2286 from topecongiro/issue-2123
2017-12-17 Nick CameronMerge pull request #2228 from CAD97/patch-1
2017-12-17 Christopher DurhamRemove reference to env var
2017-12-17 Christopher DurhamRemove `chain_indent`
2017-12-17 Christopher DurhamAdd configuration stability information
2017-12-11 Nick CameronMerge pull request #2173 from topecongiro/assignment...
2017-12-08 Nick CameronMerge pull request #2247 from topecongiro/optimize...
2017-12-08 Nick CameronMerge pull request #2229 from CAD97/patch-2
2017-12-07 Seiichi UchidaMerge pull request #2240 from davidalber/revisit-2219
2017-12-06 Seiichi UchidaMerge pull request #2246 from divarvel/patch-1
2017-12-06 Clément DelafargueFix format for `spaces_around_ranges` example
2017-12-06 Nick CameronMerge pull request #2221 from topecongiro/rfc/blank...
2017-12-03 Nick CameronMerge pull request #2222 from topecongiro/issue-2197
2017-12-03 Nick CameronMerge pull request #2224 from kbacha/issue-2220
2017-12-02 Kevin ChoubachaCombine 3 repeated sections into a single section
2017-12-02 Seiichi UchidaMerge pull request #2218 from pietroalbini/fix-ast...
2017-12-01 Nick CameronMerge pull request #2210 from topecongiro/issue-2178
2017-12-01 Seiichi UchidaMerge pull request #2215 from iapain/master
2017-11-30 Deepak Thukraldocs: fixes incorrect output
2017-11-30 Deepak Thukraldocs: Adds where_single_line in configuration documentation
2017-11-27 Nick CameronMerge pull request #2191 from topecongiro/issue-2190
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 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-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-19 Nick CameronMerge pull request #2167 from djc/patch-1
2017-11-19 Dirkjan OchtmanFix typo in Configurations docs
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-14 topecongiroUpdate Configurations.md
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 topecongiroUpdate Configurations.md
2017-11-14 Nick CameronMerge pull request #2147 from topecongiro/audit-options...
2017-11-14 topecongiroRemove duplicated 'indent_style' section
2017-11-13 topecongiroUpdate Configurations.md
2017-11-13 Nick Cameronremove closure_block_indent_threshold option
2017-11-13 Nick CameronMerge pull request #2145 from topecongiro/issue-2144
2017-11-12 Nick CameronMerge pull request #2140 from topecongiro/issue-2021
2017-11-12 Seiichi UchidaMerge pull request #2143 from davidalber/add-combine...
2017-11-12 David AlberAdding an example for `combine_control_expr = false`
2017-11-12 Seiichi UchidaMerge pull request #2142 from davidalber/fix-where...
2017-11-12 David AlberUpdating `where_density = "Vertical"` example
2017-11-10 Nick CameronMerge pull request #2138 from topecongiro/comments...
2017-11-09 Nick CameronMerge pull request #2134 from mathstuf/configuration...
2017-11-09 Ben BoeckelConfigurations: document report_todo and report_fixme
2017-11-09 Ben BoeckelConfigurations: document reorder_extern_crates settings
2017-11-09 Ben BoeckelConfigurations: document error_on_line_overflow_comments
2017-11-09 Ben BoeckelConfigurations: fix where_density documentation
2017-11-09 Ben BoeckelConfigurations: add colons to example section titles
2017-11-09 Ben BoeckelConfigurations: markup `max_width`
2017-11-08 Nick CameronMerge pull request #2129 from topecongiro/changelog
2017-11-05 Nick CameronMerge pull request #2116 from topecongiro/config-option...
2017-11-05 Nick CameronMerge pull request #2115 from topecongiro/chain_width
2017-11-04 Seiichi UchidaMerge pull request #2117 from adeschamps/issue-2103
2017-11-04 topecongiroRename 'struct_lit_style' to 'struct_lit_indent'
2017-11-04 topecongiroRename 'fn_call_style' to 'fn_call_indent'
2017-11-04 topecongiroRename 'fn_args_layout' to 'fn_args_indent'
2017-11-04 topecongiroRename 'array_layout' to 'array_indent'
next