]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-06-21 Nick CameronMerge pull request #1738 from birkenfeld/patch-1
2017-06-21 Nick CameronMerge pull request #1740 from euclio/patch-2
2017-06-21 Andy Russellremove link to old style guidelines
2017-06-21 Georg BrandlHandle proc-macro crates in cargo-fmt
2017-06-20 Nick CameronMerge pull request #1729 from topecongiro/single-line...
2017-06-20 topecongiroFix a typo
2017-06-20 topecongiroUpdate tests
2017-06-20 topecongiroUse format_expr wherever single-lined block is not...
2017-06-20 topecongiroRefactor rewrite for ast::Block
2017-06-20 Nick CameronAdd warning about write-mode change
2017-06-20 Nick Cameronnightly-0.1.5
2017-06-20 Nick CameronMerge pull request #1709 from theotherphil/master
2017-06-20 Seiichi UchidaMerge pull request #1732 from olson-sean-k/issue-1377
2017-06-20 Nick CameronMerge pull request #1735 from kogai/public-file-lines
2017-06-20 Nick CameronMerge pull request #1734 from topecongiro/raw-string...
2017-06-20 Nick CameronMerge pull request #1733 from topecongiro/cargo-fmt
2017-06-20 Nick CameronMerge pull request #1728 from topecongiro/trailing...
2017-06-19 Phil EllisonFix control_style example
2017-06-19 Sean OlsonModify `control_brace_sytle` test to ensure `match...
2017-06-19 Seiichi UchidaDo not run cargo fmt if there are unnecessary arguments
2017-06-19 Sean OlsonKeep brace on same line as `match` when using `ClosingN...
2017-06-19 Seiichi UchidaAllow extending a chain after raw string literal
2017-06-19 shinichi kogaiPublic file-lines constructor
2017-06-19 topecongiroApply config.trailing_comma wherever possible
2017-06-19 Nick CameronMerge pull request #1727 from topecongiro/disallow...
2017-06-19 topecongiroDisallow overflowing closure if there are multiple...
2017-06-19 Nick CameronMerge pull request #1726 from topecongiro/tuple-overflow
2017-06-19 topecongiroUpdate tests
2017-06-19 topecongiroApply the same overflowing rule to tuple as function...
2017-06-19 Nick Cameronnightly-0.1.4
2017-06-19 Nick CameronMerge pull request #1724 from topecongiro/multiline...
2017-06-19 Nick CameronMerge pull request #1711 from topecongiro/combine-contr...
2017-06-19 Nick CameronMerge pull request #1719 from topecongiro/macro-on-rhs
2017-06-19 Nick Cameronmake file_lines::Range public
2017-06-18 Seiichi UchidaFormat source codes
2017-06-18 Seiichi UchidaAlign multiline string literal
2017-06-18 Phil EllisonDocument control_style in Configurations.md
2017-06-18 Phil EllisonUpdate names on where_style code snippets
2017-06-18 Phil EllisonFix names of possible values for where_style
2017-06-18 topecongiroFormat source codes
2017-06-18 topecongiroCombine condition and body of control flow
2017-06-18 Seiichi UchidaAvoid line break when rhs of assignment is an invalid...
2017-06-18 Nick CameronMerge pull request #1717 from topecongiro/type-and...
2017-06-18 Nick CameronMerge pull request #1708 from topecongiro/chain-overflow
2017-06-17 Seiichi UchidaUpdate tests
2017-06-17 Seiichi UchidaRefactor format against types and generics
2017-06-17 Phil EllisonFix defaults in Configurations.md
2017-06-17 topecongiroUpdate tests
2017-06-17 topecongiroFormat source codes
2017-06-17 topecongiroUse correct budget for chain
2017-06-17 topecongiroFix wrap_str
2017-06-17 topecongiroTry overflowing the last element of chain only if it...
2017-06-17 Seiichi UchidaMerge pull request #1701 from topecongiro/issue-1697
2017-06-17 topecongiroUse correct span for Infer type inside closure header
2017-06-17 topecongiroAdd a test for #1697
2017-06-17 topecongiroUpdate tests
2017-06-17 topecongiroFormat source codes
2017-06-17 topecongiroUse special rules when overflowing the last argument
2017-06-17 topecongiroUse correct budget for function call args
2017-06-17 Nick CameronMerge pull request #1705 from topecongiro/issue-1703
2017-06-17 Nick CameronMerge pull request #1698 from topecongiro/vec-semi
2017-06-16 topecongiroPreserve comments inside attributes
2017-06-16 topecongiroUse correct indentaion for vec! with semicolon
2017-06-16 Nick Cameronnightly-0.1.3
2017-06-16 Nick CameronConfig knows if an option was default or set
2017-06-16 Nick CameronMerge pull request #1692 from topecongiro/chain/last...
2017-06-16 Nick CameronMerge pull request #1688 from topecongiro/overflow...
2017-06-16 Nick CameronUpdate README for running the nightly version
2017-06-15 topecongiroFormat source codes
2017-06-15 topecongiroAllow overflowing the last item of chain only if it...
2017-06-15 topecongiroAdd and remove comments
2017-06-15 topecongiroFormat source codes and add a test
2017-06-15 topecongiroWrap closure with a single control flow expr with multi...
2017-06-15 topecongiroRefactor rewrite for closure
2017-06-15 topecongiroRefactor rewrite for ConrtolFlow
2017-06-15 Nick CameronMerge pull request #1680 from topecongiro/tuple-pattern
2017-06-15 topecongiroUpdate tests
2017-06-15 topecongiroFormat source codes
2017-06-15 topecongiroUse block indent for tuple pattern when fn_call_style...
2017-06-15 Nick CameronMerge pull request #1615 from Mitranim/patch-1
2017-06-15 Nick Cameronnightly v0.1.2
2017-06-14 Nick CameronMerge pull request #1673 from topecongiro/get-tests...
2017-06-14 Nick CameronMerge pull request #1666 from topecongiro/tuple-type
2017-06-14 topecongiroRun travis and appveyor only against nightly
2017-06-14 topecongiroFormat source codes
2017-06-14 topecongiroAdd offset wherever necessary
2017-06-14 topecongiroPut match arm guard on the next line if it contains...
2017-06-14 topecongiroDirect format vec! instead of using rewrite_pair
2017-06-14 Nick Cameronv0.1.1
2017-06-14 Nick CameronMerge pull request #1671 from robinst/add-cargo-fmt...
2017-06-14 Robin StockerAdd back cargo-fmt binary (#1670)
2017-06-14 Nick CameronMove to Libsyntax
2017-06-14 topecongiroUpdate tests
2017-06-14 topecongiroUse block indent style against tuple type
2017-06-13 Nick CameronMerge pull request #1669 from topecongiro/issue-1668
2017-06-13 topecongiroUpdate tests
2017-06-13 topecongiroUse correct span for MetaItem
2017-06-13 topecongiroDo not rely on format_missing for rewriting attributes
2017-06-13 topecongiroAvoid overflow
2017-06-13 Nick CameronFix overflow
next