]> git.lizzy.rs Git - rust.git/history - src
Merge pull request #1568 from mathstuf/suffixes-typo
[rust.git] / src /
2017-04-19 Stanislav TkachFix line length calculation (should be in chars, not...
2017-04-18 Sheng HauShow exit codes' meanings with the rustfmt help message
2017-04-18 Evgeny Duzhakovformat_lines: fix line_len for config.max_width
2017-04-17 topecongiroProhibit long return val from 'rewrite_closure_block'
2017-04-15 topecongiroFormat source codes
2017-04-15 topecongiroAdd heuristic choosing block or visual indent for unary...
2017-04-15 topecongiroCheck the length of the first line of the last method...
2017-04-15 topecongiroFormat source codes
2017-04-15 topecongiroUse offset instead of indent for match arm
2017-04-09 Nick CameronMerge pull request #1446 from BusyJay/fix-file-lines...
2017-04-09 Jay Leefix path check
2017-04-06 Nick CameronMerge pull request #1438 from topecongiro/poor-formatti...
2017-04-06 Nick CameronFix a bug with overlong function calls
2017-04-06 Nick CameronImplement a max array width
2017-04-06 topecongiroLookup the last element of 'subexpr_list' instead of...
2017-04-05 Nick CameronMerge pull request #1432 from topecongiro/parse-config
2017-04-04 Nick CameronMerge pull request #1436 from Ryan1729/master
2017-04-04 Ryan1729eliminate nested match
2017-04-03 Ryan1729fix bug by adding boolean argument
2017-04-03 topecongiroChange return type of 'from_toml' from 'Config' to...
2017-04-02 Nick CameronMerge pull request #1435 from iliekturtles/line-length
2017-04-02 Nick CameronMerge pull request #1430 from fintelia/stdin_lines
2017-04-02 Nick CameronMerge pull request #1431 from topecongiro/fix-1428
2017-04-02 Mike BoutinDo not count `\r` as part of line width.
2017-03-31 Jonathan BehrensWarn about extra files listed in file_lines argument
2017-03-31 topecongiroCheck existence of pre comment explicitly
2017-03-30 Jonathan Behrens--file_lines argument now supports "stdin"
2017-03-30 Nick CameronMerge pull request #1413 from Emilgardis/master
2017-03-30 Nick CameronMerge pull request #1424 from topecongiro/long-struct
2017-03-30 topecongiroSplit long fields in structs
2017-03-30 Nick CameronMerge pull request #1423 from fintelia/master
2017-03-30 Emil GardströmImplemented support for workspaces
2017-03-29 Jonathan BehrensCanonicalize range path in FileLines::intersects()
2017-03-29 Jonathan BehrensFormat any statement whose span intersects file_lines
2017-03-29 Nick CameronMerge pull request #1415 from topecongiro/remove-duplicates
2017-03-29 topecongiroFix a typo
2017-03-28 Nick CameronMerge pull request #1416 from fanzier/master
2017-03-28 Fabian ZaiserOmit space before '\n' + comment (fixes #457)
2017-03-28 topecongiroRemove duplicate definitions
2017-03-27 Nick Camerontest fallout
2017-03-27 Nick Cameronfallout - source reformatting
2017-03-27 Nick CameronUse a char len heuristic rather than item count for...
2017-03-27 Nick CameronSource formatting fallout
2017-03-27 Nick CameronPut the second element of a chain on its own line when...
2017-03-27 Nick CameronSupport block indent for function calls
2017-03-27 Nick CameronMerge pull request #1409 from alobb/1408-empty-tuple...
2017-03-26 Aaron LobbPrevent conversion of empty tuples to unit structs
2017-03-26 C4K3Add indent_match_arms option (#1404)
2017-03-26 Aaron LobbBreak `use` statements into multiple lines (#1407)
2017-03-26 Jon GjengsetAvoid extra comma in vertical single-field struct patte...
2017-03-26 C4K3Warn on unused config options (#1402)
2017-03-21 Nick CameronTest and source fallout
2017-03-21 Nick CameronBlock indenting for struct lit patterns
2017-03-21 Robert GawdzikMake list_files deterministic (Closes #1141) (#1393)
2017-03-19 Nick CameronUnify fn_args_layout and fn_arg_indent
2017-03-19 Nick CameronUnify a bunch of option types into IndentStyle
2017-03-19 Nick CameronRemove FnArgLayoutStyle::BlockAlways
2017-03-19 Nick CameronRemove BlockIndentStyle::Inherit
2017-03-19 Nick CameronBlock formatting for arrays
2017-03-12 Nick CameronMerge branch 'master' of github.com:rust-lang-nursery...
2017-03-12 Nick CameronTrailing comma for functions with empty bodies
2017-03-12 Nick CameronLine breaking around generics in tuple structs
2017-03-12 C4K3config: Rename ideal_width -> comment_width (#1370)
2017-03-10 Nick CameronReformatting source code
2017-03-10 Nick Cameronblock generics in traits
2017-03-10 Nick CameronAttempt to fixup impls with long generics
2017-03-10 Nick CameronBlock formatting for tuple structs
2017-03-10 Nick CameronInsert a newline before block-formatted generics
2017-03-09 Nick CameronCheck we can put the where clause on one line when...
2017-03-09 Nick CameronTry harder to format function sigs
2017-03-09 Nick CameronBe smarter about finding the span for `..` in patterns
2017-03-09 Nick CameronUse trailing commas if block formatting fn args
2017-03-09 Nick CameronImplement where_style Rfc
2017-03-09 Nick CameronAdd style RFC conformant rustfmt toml
2017-03-07 Nick CameronFormat glob imports
2017-03-07 Nick CameronMore space for qself paths
2017-03-07 Nick CameronTreat new blocks like existing ones in closures
2017-03-06 Nick CameronFormatting fallout
2017-03-06 Nick CameronAdd a heuristic for maximum number of elements in a...
2017-03-05 Andy Librianadded unit tests for Indent and Shape (#1353)
2017-03-02 Nick CameronFix failing test
2017-03-02 Nick CameronFix trailing comma tests
2017-03-02 Nick CameronMerge branch 'master' of github.com:rust-lang-nursery...
2017-02-28 Marcus BallFix wrap_match_arms resulting in a missing comma (...
2017-02-26 Nick CameronMerge pull request #1334 from gypsydave5/fix_1255
2017-02-26 David WickesSmall reformat
2017-02-26 David WickesFix for #1255
2017-02-26 Nick CameronMerge pull request #1341 from daboross/patch-1
2017-02-26 Nick CameronMerge pull request #1338 from ignatenkobrain/update...
2017-02-26 Igor Gnatenkobump syntex_* to 0.58
2017-02-26 Igor Gnatenkobump regex to 0.2
2017-02-23 Nick CameronCoalesce trailing comma options
2017-02-23 Nick CameronFix width bug for long patterns in match arms
2017-02-23 Nick CameronMerge pull request #1326 from durka/assoc-type-density
2017-02-23 Nick CameronMerge pull request #1325 from C4K3/master
2017-02-23 Nick Cameronmore fallout
2017-02-23 Nick CameronTweak chain rules
2017-02-23 Nick CameronFallout
2017-02-23 Nick Camerontest fallout
2017-02-23 Nick Cameronremove some chain options
next