]> git.lizzy.rs Git - rust.git/history - src
Run wrap_str() only when chain_indent is set to "Visual"
[rust.git] / src /
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
2017-09-17 Seiichi UchidaEcho back input from stdin when disable_all_formatting...
2017-09-15 topecongiroAvoid panicking when calling 'cargo fmt --all'
2017-09-15 Seiichi UchidaReorder use items inside blocks
2017-09-15 Seiichi UchidaImplement ptr_vec_to_ref_vec()
2017-09-15 topecongiroUse Cow to avoid unnecessary allocation
2017-09-15 topecongiroRemove unnecessary return
2017-09-15 topecongiroRemove unnecessary references
2017-09-15 topecongiroRename binop_sep to binop_separator
2017-09-15 topecongiroSplit after the colon of type ascription
2017-09-15 topecongiroCargo fmt
2017-09-15 topecongiroAdd a new config option to control the placement of...
2017-09-07 Nick CameronMerge pull request #1948 from topecongiro/issue-1137
2017-09-06 topecongiroClean up
2017-09-06 topecongiroUse push_rewrite() to remove duplicates
2017-09-06 topecongiroNo cloning
2017-09-06 topecongiroUse write_list() to format imports
2017-09-06 topecongiroFactor out rewrite_extern_crate()
2017-09-05 Nick CameronMerge pull request #1947 from topecongiro/issue-1275
2017-09-05 Seiichi UchidaUse the last line's width for indent width in rewriting...
2017-09-05 Seiichi UchidaRemove duplicates inside visit_stmt()
2017-09-04 Nick CameronMerge pull request #1945 from topecongiro/issue-1095
2017-09-04 Nick CameronMerge pull request #1944 from topecongiro/issue-1943
2017-09-04 Nick CameronMerge pull request #1942 from topecongiro/fixes
2017-09-04 Nick CameronMerge pull request #1940 from topecongiro/issue-1934
2017-09-04 Seiichi UchidaRemove colon from faulty span
2017-09-04 Seiichi UchidaAvoid cloning String
2017-09-04 topecongiroTake attributes_on_same_line_as_field into account
2017-09-02 topecongiroFormat long derive
2017-09-02 topecongiroDo not allow single-lined closure with block body
2017-09-02 topecongiroUse rewrite() instead of format_expr
2017-09-01 Seiichi UchidaAvoid rewriting big block twice
2017-08-31 Nick CameronMerge pull request #1938 from topecongiro/changelog
2017-08-31 Nick CameronMerge pull request #1937 from topecongiro/enhance-macro...
2017-08-31 Nick CameronMerge pull request #1931 from topecongiro/cargo-clippy
2017-08-31 Nick CameronMerge pull request #1930 from topecongiro/poor/item_bra...
2017-08-31 topecongiroEnhance macro rewrite
2017-08-31 Seiichi UchidaAdd explicit lifetime
2017-08-31 Seiichi UchidaApply refactoring from cargo clippy
2017-08-31 topecongiroRefactoring: use context.budget()
2017-08-31 topecongiroPut the closing brace of empty enum on the same line...
2017-08-31 Nick CameronFixup warnings and test formatting
2017-08-31 Vadim PetrochenkovUse getters to access `Span` fields
2017-08-30 Nick CameronMerge pull request #1933 from topecongiro/attributes...
2017-08-30 topecongiroFormat
2017-08-30 topecongiroFormat and preserve attributes on ast::Stmt
2017-08-30 topecongiroRefactoring: remove duplicates
2017-08-30 Alex CrichtonAdd support for `Yield`
next