]> git.lizzy.rs Git - rust.git/history - src
Merge pull request #2068 from topecongiro/issue-2067
[rust.git] / src /
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-25 Bryce Van DykUse stderr for various errors and warnings.
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-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 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 UchidaTake width of return type into account
2017-10-14 Tamir Dubersteincorrect --dump-default-config usage string
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 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-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 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-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 topecongiroReplace 'try_opt!' macro with a '?' operator
2017-10-05 Nick CameronMerge pull request #2032 from topecongiro/trailing...
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-01 Seiichi UchidaUse a correct budget for where predicate
2017-10-01 Seiichi UchidaUse offset_left()
2017-10-01 Seiichi UchidaBreak after '=' if a single line rhs exceeds max width
2017-10-01 topecongiroMove logic for doc comments to ast::Attribute::rewrite()
2017-10-01 topecongiroImplement StringFormat::new()
2017-10-01 topecongiroAdd rewrite_literal()
2017-09-29 Nick CameronMerge pull request #2005 from topecongiro/issue-2003
2017-09-29 Nick CameronMerge pull request #1997 from topecongiro/issue-1995
2017-09-29 topecongiroFactor out FnSig::to_str()
2017-09-29 topecongiroHandle 'extern "Rust"' in format_abi()
2017-09-29 topecongiroUse is_empty_block()
2017-09-29 topecongiroRemove has_braces from argument
2017-09-29 topecongiroUse FnSig in rewrite_fn() and rewrite_fn_base()
2017-09-29 topecongiroImplement FnSig type
2017-09-28 topecongiroPut the opening brace of fn body on the next line if...
2017-09-28 Seiichi UchidaMerge pull request #2000 from Badel2/dotdoteq
2017-09-28 topecongiroChange return type of rewrite_call_inner() to Option...
2017-09-27 Badel2Support `..=` syntax
2017-09-26 topecongiroFix a budget bug in Arg::rewrite()
2017-09-26 Seiichi UchidaMerge pull request #1996 from Badel2/dotdoteq
2017-09-25 Badel2Temporarily replace `RangeEnd::Included` with `_`
2017-09-19 Nick CameronMerge pull request #1983 from topecongiro/cleanup
2017-09-19 topecongiroCargo fmt and update tests
2017-09-19 topecongiroUse horizontal layout for a function with a single...
2017-09-19 topecongiroRemove unnecessary wrap_str()
2017-09-19 Seiichi UchidaMove Spanned to spanned.rs from lib.rs
2017-09-19 Seiichi UchidaMove Indent and Shape to shape.rs from lib.rs
2017-09-18 Nick CameronMerge pull request #1980 from topecongiro/less-recover_...
2017-09-18 Seiichi UchidaRemove wrap_str() from recover_comment_removed()
2017-09-18 Seiichi UchidaRun recover_comment_removed() only if the text changed...
2017-09-18 Nick CameronMerge pull request #1973 from topecongiro/issue-1972
2017-09-18 Nick CameronMerge pull request #1969 from topecongiro/deprecate...
2017-09-18 Seiichi UchidaRemove rewrite_call_with_binary_search()
2017-09-18 Nick CameronMerge pull request #1968 from topecongiro/issue-1967
2017-09-18 Nick CameronMerge pull request #1966 from topecongiro/string-to-cow
2017-09-18 Nick CameronMerge pull request #1964 from topecongiro/rfc/binop
2017-09-17 Seiichi UchidaMerge pull request #1965 from topecongiro/issue-1963
next