]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-10-27 Nick CameronMerge pull request #2090 from topecongiro/issue-2087
2017-10-27 Nick CameronMerge pull request #2089 from topecongiro/closure-block...
2017-10-27 Nick CameronMerge pull request #2041 from osa1/match_arm_newline
2017-10-27 topecongiroOnly read the trailing comma of outermost fn call
2017-10-27 topecongiroAdd a test for #2087
2017-10-27 topecongiroForce to use block for body of closure when it contains...
2017-10-27 topecongiroAdd a test
2017-10-27 Ömer Sinan... Add Configurations.md section
2017-10-26 Nick CameronMerge pull request #2084 from topecongiro/issue-2081
2017-10-26 Nick CameronMerge pull request #2083 from topecongiro/issue-2082
2017-10-26 Nick CameronMerge pull request #2069 from SingingTree/log_path_str_...
2017-10-26 Nick CameronMerge pull request #2068 from topecongiro/issue-2067
2017-10-26 Nick CameronMerge pull request #2079 from SingingTree/issue-1979...
2017-10-26 Nick CameronMerge pull request #2072 from matthew-mcallister/mod...
2017-10-26 Nick CameronMerge pull request #2070 from jugglerchris/diff_zero_co...
2017-10-26 Ömer Sinan... Add tests
2017-10-26 Ömer Sinan... Implement match_arm_forces_newline option (#2039)
2017-10-25 Bryce Van DykUse stderr for various errors and warnings.
2017-10-24 topecongiroUse rewrite_assign_rhs when rewriting unit variant
2017-10-24 topecongiroUse a correct span for fn with pub(crate) syntax
2017-10-24 Seiichi UchidaMerge pull request #2077 from djanderson/patch-1
2017-10-22 Douglas AndersonFix typo in --config-help "funciton" -> "function"
2017-10-20 Matthew McAllisterHandle `#![rustfmt_skip]` in block statements
2017-10-20 Matthew McAllisterHandle `#![rustfmt_skip]` at file top level
2017-10-20 Nick CameronMerge pull request #2048 from japaric/required-version
2017-10-20 Bryce Van DykReturn a more verbose error when formatting a file...
2017-10-19 Chris EmersonRun rustfmt on the new changes.
2017-10-19 Chris EmersonAdd a couple of special cases which fix the zero-contex...
2017-10-19 Chris EmersonAdd a test for two nearby chunks (with context).
2017-10-19 Chris EmersonAdd a failing test of zero context.
2017-10-19 Chris EmersonAdd a simple passing test for diffs.
2017-10-18 topecongiroAdd a test for #2067
2017-10-18 topecongiroCargo fmt
2017-10-18 topecongiroTake the width of trailing '?'s into account
2017-10-18 topecongiroDo not distinguish between a single-child chain from...
2017-10-18 topecongiroUse trimmed_last_line_width()
2017-10-17 Nick CameronMerge pull request #2064 from topecongiro/issue-2063
2017-10-17 Seiichi UchidaFix a typo
2017-10-16 Nick CameronMerge pull request #2060 from tamird/doc-dump-default...
2017-10-16 Nick CameronMerge pull request #2058 from BenjaminGill-Metaswitch...
2017-10-16 Seiichi UchidaAdd a test for #2063
2017-10-16 Seiichi UchidaTake width of return type into account
2017-10-16 Seiichi Uchidanightly-0.2.9
2017-10-16 Seiichi UchidaCargo update
2017-10-14 Tamir Dubersteincorrect --dump-default-config usage string
2017-10-14 Saulo SilvaDocument `--dump-default-config` in README.md
2017-10-13 Nick CameronMerge pull request #2047 from japaric/dump-default...
2017-10-13 Nick CameronMerge pull request #2042 from topecongiro/refactoring
2017-10-13 Nick CameronMerge pull request #2045 from topecongiro/issue-2044
2017-10-13 Benjamin GillAdd crates.io version shield
2017-10-13 Seiichi UchidaMerge pull request #2051 from petrochenkov/dyn
2017-10-10 Jorge Apariciodefault required-version to the current rustfmt version
2017-10-10 Jorge Apariciorun cargo fmt
2017-10-10 Vadim PetrochenkovFix breakage from `dyn Trait`
2017-10-10 Seiichi UchidaMerge pull request #2049 from SingingTree/issue-1211...
2017-10-10 Bryce Van DykAdd a test for issue 1211, showing it's no longer an...
2017-10-09 Jorge Aparicioadd `required-version` option to rustfmt.toml
2017-10-09 Jorge Apariciooutput --dump-default-config to stdout if no path is...
2017-10-09 Seiichi UchidaFix a typo
2017-10-08 Seiichi UchidaAdd a test for #2044
2017-10-08 Seiichi UchidaSimplify multiline case in rewrite_struct_field()
2017-10-08 Seiichi UchidaGet rid of rewrite_struct_field_type()
2017-10-07 Seiichi UchidaRun cargo fmt
2017-10-07 Seiichi UchidaUpdate doc comments in chains.rs
2017-10-07 Seiichi UchidaSimplify join_rewrites()
2017-10-07 Seiichi UchidaGet rid of choose_first_connector()
2017-10-07 Seiichi UchidaChange return type of Indent::to_string() to Cow<'stati...
2017-10-07 Seiichi UchidaFaster last_line_extendable()
2017-10-07 Seiichi UchidaSimplify wrap_str()
2017-10-07 Seiichi UchidaChange the signature of wrap_str()
2017-10-07 Seiichi UchidaRemove calling rewrite() against String
2017-10-07 Seiichi UchidaRemove String::rewrite()
2017-10-07 Seiichi UchidaRun wrap_str() only when chain_indent is set to "Visual"
2017-10-07 Seiichi UchidaFix a typo
2017-10-07 Seiichi UchidaUse correct budget for the last child of chain
2017-10-07 Nick CameronMerge pull request #2038 from jugglerchris/add_test_ski...
2017-10-07 Nick CameronMerge pull request #2028 from wada314/win-test-crlf
2017-10-06 Chris EmersonAdd a test that the skip attribute applies to other...
2017-10-06 Shohei WadaFix the test framework is failing in CRLF env
2017-10-05 Nick CameronMerge pull request #2035 from topecongiro/deprecate...
2017-10-05 Nick CameronMerge pull request #2029 from wada314/fix-crlf
2017-10-05 topecongiroUse push_str() instead of write!()
2017-10-05 topecongiroUpdate Contributing.md
2017-10-05 topecongiroReplace 'try_opt!' macro with a '?' operator
2017-10-05 Nick CameronMerge pull request #2032 from topecongiro/trailing...
2017-10-05 topecongiroAdd a test
2017-10-05 Nick CameronMerge pull request #2023 from topecongiro/issue-2020
2017-10-05 Nick CameronMerge pull request #2019 from topecongiro/issue-2018
2017-10-05 Nick CameronMerge pull request #2017 from topecongiro/issue-1987
2017-10-05 topecongiroRemove trailing whitespaces in macro def
2017-10-05 topecongiroAdd InString field to FullCodeCharKind
2017-10-04 Shohei WadaFix broken tests under CRLF env.
2017-10-04 Nick CameronMerge pull request #2014 from topecongiro/fn-sig
2017-10-04 Nick CameronMerge pull request #2011 from topecongiro/rewrite_call_...
2017-10-04 Seiichi UchidaMerge pull request #2026 from SingingTree/remove-184...
2017-10-04 Bryce Van DykUncomment fixme associated with #184 in loop.rs as...
2017-10-01 Seiichi UchidaUpdate tests
2017-10-01 Seiichi UchidaUse a correct budget for where predicate
2017-10-01 Seiichi UchidaUse offset_left()
2017-10-01 Seiichi UchidaUpdate tests
next