]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-05-04 topecongiroAdd tests for issues which can be closed on master
2017-05-04 Nick CameronMerge pull request #1495 from topecongiro/poor-formatti...
2017-05-03 Nick CameronMerge pull request #1500 from shioju/master
2017-05-03 Nick CameronMerge pull request #1496 from est31/master
2017-05-03 Sheng HauFormat macros in trait item position
2017-05-03 topecongiroCheck format failures explicitly in visit_block
2017-05-03 est31Format fix
2017-05-03 est31Simplifications
2017-05-03 est31Drop rustc-serialize, use serde, update toml dependency
2017-05-03 Nick Cameroncargo update
2017-05-03 topecongiroUpdate tests
2017-05-03 topecongiroFormat source codes
2017-05-03 topecongiroKeep a chain with length chain_one_line_max in a single...
2017-05-03 topecongiroSplit a long chain with a single child
2017-05-03 topecongiroUse block indent when visual indent failed inside closu...
2017-05-02 Nick CameronMerge pull request #1453 from topecongiro/bug/empty...
2017-05-02 Nick CameronMerge pull request #1488 from topecongiro/long-match-arm
2017-05-02 topecongiroAdd test for empty tuple struct with comment
2017-05-02 topecongiroHandle empty tuple struct def properly
2017-05-02 Seiichi UchidaUse block when arm exceeds max_width
2017-05-01 Nick CameronFixup tests
2017-05-01 Nick CameronMerge pull request #1474 from regexident/configs-guide
2017-05-01 Nick CameronMerge pull request #1481 from regexident/system-error
2017-05-01 Nick CameronMerge pull request #1471 from regexident/type_punctuati...
2017-05-01 Vincent EscheMade `type_punctuation_density` apply too all `+` in...
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 visual configurations guide.
2017-05-01 Vincent EscheImprove error message for missing source/target test...
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
next