]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-05-01 Nick CameronMerge pull request #1482 from regexident/configs-tests
2017-05-01 Nick CameronMerge pull request #1491 from regexident/where_density
2017-05-01 Nick CameronMerge pull request #1489 from regexident/gitignore
2017-05-01 Nick CameronMerge pull request #1487 from topecongiro/issue1470
2017-05-01 Nick CameronMerge pull request #1454 from topecongiro/match
2017-05-01 Nick CameronMerge pull request #1486 from topecongiro/refactoring
2017-05-01 Vincent EscheAdd todo on equal output for `where_density = Tall...
2017-05-01 Nick CameronRemove generics_style option
2017-05-01 Vincent EscheAdd source/target tests for each config option
2017-05-01 Vincent EscheImprove gitignore, adding ‘.DS_Store’
2017-05-01 Seiichi UchidaUse block indent when visual indent exceeds max_width
2017-05-01 topecongiroAdd tests for visual indent struct tuple
2017-05-01 topecongiroRemove TODO from 'format_tuple_struct'
2017-05-01 topecongiroRemove TODO from 'rewrite_generics'
2017-05-01 topecongiroRefactor Shape
2017-05-01 topecongiroRemove duplicates
2017-05-01 topecongiroUse 'first_line_width'
2017-05-01 Nick CameronMerge pull request #1473 from topecongiro/bug/no-such...
2017-05-01 Nick CameronRemove where_indent option
2017-05-01 Nick CameronMerge pull request #1469 from topecongiro/bug/chains
2017-05-01 Nick CameronMerge pull request #1459 from shioju/master
2017-05-01 Nick CameronMerge pull request #1457 from diaevd/master
2017-05-01 Nick CameronMerge pull request #1461 from DarkEld3r/1447-line-lengt...
2017-05-01 Nick CameronMerge pull request #1455 from topecongiro/unary-op
2017-04-26 Seiichi UchidaPrevent panicking against directories or non-existent...
2017-04-24 topecongiroFormat source codes
2017-04-24 topecongiroRemove '+ 1' when counting the length of chains
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 Cameron0.8.3
2017-04-06 Nick CameronMerge pull request #1438 from topecongiro/poor-formatti...
2017-04-06 Nick Cameronv0.8.2
2017-04-06 Nick CameronFix a bug with overlong function calls
2017-04-06 Nick CameronTest fallout
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 Ryan1729add tests that fail because of comma insertion
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 CameronSkip doctests
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-28 Nick Cameronrelease v8.1
2017-03-27 Nick Camerontest fallout
2017-03-27 Nick CameronUse a release build in the bootstrap script
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 CameronTest fallout
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 CameronUpdate RFC toml file
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
next