]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-11-06 topecongiroRemove unused imports
2017-11-06 topecongiroUse accessors instead of destucting
2017-11-06 topecongiroPropagate an error rather than panic
2017-11-06 topecongiroFix PairParts related issues
2017-11-06 topecongiroAdd derive-new to dependencies
2017-11-06 topecongiroAdd visit_static()
2017-11-06 topecongiroAdd StructParts to reduce the number of args
2017-11-06 topecongiroAdd StaticParts to reduce the number of args in rewrite...
2017-11-06 topecongiroRemove unused args from format_generics()
2017-11-06 topecongiroRemove an unused arg from visit_fn()
2017-11-06 topecongiroIntroduce PairParts to reduce the number of args of...
2017-11-06 topecongiroRemove redundant references
2017-11-06 topecongiroRemove unnecessary format!() call
2017-11-06 topecongiroCollapse if-else
2017-11-06 topecongiroRemove static lifetime
2017-11-06 topecongiroPrefer println!() to println!("")
2017-11-06 topecongiroRemove an unnecessary lifetime
2017-11-06 topecongiroRemove unnecessary String::from()
2017-11-06 topecongiroPrefer &[T] to &Vec<T>
2017-11-06 topecongiroPrefer ends_with() to chars().last().unwrap()
2017-11-06 topecongiroPrefer unreachable! to panic!
2017-11-06 topecongiroSimplify let-if pattern
2017-11-06 topecongiroRemove needless borrows
2017-11-06 topecongiroSquash redundant match arms
2017-11-05 Afshin MehrabaniAdding where_single_line option (#2030)
2017-11-05 Nick CameronMerge pull request #2116 from topecongiro/config-option...
2017-11-05 Nick CameronMerge pull request #2115 from topecongiro/chain_width
2017-11-05 Nick CameronMerge pull request #2113 from topecongiro/issue-2110
2017-11-05 topecongironightly-0.2.14
2017-11-05 topecongiroCargo update
2017-11-05 Seiichi UchidaMerge pull request #2118 from killercup/rustup/2017...
2017-11-05 Pascal HertleifFix compile on 2017-11-04 nightly
2017-11-04 Seiichi UchidaMerge pull request #2117 from adeschamps/issue-2103
2017-11-04 Anthony DeschampsHandle case where there is a where clause but no generi...
2017-11-04 topecongiroRename test files
2017-11-04 topecongiroRename 'struct_lit_style' to 'struct_lit_indent'
2017-11-04 topecongiroRename 'fn_call_style' to 'fn_call_indent'
2017-11-04 topecongiroRename 'fn_args_layout' to 'fn_args_indent'
2017-11-04 topecongiroRename 'array_layout' to 'array_indent'
2017-11-04 topecongiroChange test files' name
2017-11-04 topecongiroRename 'chain_one_line_max' to 'chain_width'
2017-11-04 Seiichi UchidaMerge pull request #2114 from liigo/patch-1
2017-11-04 Liigo Zhuangfix old releases dates
2017-11-03 topecongiroUse get_bytepos_after_visibility()
2017-11-03 topecongiroUse correct span for tuple struct's body
2017-11-03 topecongiroAdd get_bytepos_after_visibility()
2017-11-03 topecongiroAdd more tests
2017-11-03 topecongiroAdd a test for structs with visibility
2017-11-03 Nick CameronMerge pull request #1877 from topecongiro/overflowing...
2017-11-02 topecongiroAdd a comment on args_have_many_closure()
2017-11-02 Nick CameronRemove include line from Cargo.toml
2017-11-02 Nick CameronRemove LicensePolicy (dead code)
2017-11-02 Nick CameronMerge pull request #2108 from topecongiro/combine-pat...
2017-11-02 topecongiroCargo fmt
2017-11-02 topecongiroForce to use block for closure's body when there is...
2017-11-02 topecongiroUse is_unsafe_block()
2017-11-02 topecongiroAdd args_have_many_closure()
2017-11-02 topecongiroUpdate tests
2017-11-02 topecongiroCombine PatKind::TupleStruct
2017-11-02 topecongiroAdd a test to see if tuple struct gets combined
2017-11-02 Nick CameronMerge pull request #2107 from davidalber/starting-issue...
2017-11-02 David AlberUpdating good starting issues link
2017-11-02 Nick CameronMerge pull request #2102 from topecongiro/soft-wrapping...
2017-11-02 Nick CameronMerge pull request #2106 from clippered/fix-panic-on...
2017-11-02 Nick CameronMerge pull request #2104 from martinlindhe/master
2017-11-01 clipperedfix output panics on unable to write to stderr
2017-11-01 Martin Lindhefix some typos
2017-11-01 topecongiroAdd ftp and file protocols
2017-10-31 topecongiroImplement soft wrapping for comments
2017-10-31 topecongiroAdd has_url()
2017-10-31 topecongiroAdd an optional max width argument to rewrite_string()
2017-10-31 topecongiroUse visual indent only when rewriting string literal
2017-10-31 topecongiroAdd a test for soft wrapping for comments
2017-10-30 Nick CameronMerge pull request #2101 from topecongiro/issue-2099
2017-10-30 Nick CameronMerge pull request #2100 from topecongiro/issue-2098
2017-10-30 Seiichi UchidaUse correct budget
2017-10-30 Seiichi UchidaAdd a test for #2098
2017-10-30 Seiichi UchidaFormat match expr with empty body
2017-10-30 Seiichi UchidaUse context.budget()
2017-10-30 Seiichi UchidaAdd a test for #2099
2017-10-30 Seiichi UchidaFix a typo
2017-10-29 Paul LietarAdd suport for extern types.
2017-10-29 Nick CameronMerge pull request #1998 from tmahmood/master
2017-10-29 Nick Cameronnightly-0.2.13
2017-10-29 Nick CameronFix build
2017-10-28 topecongironightly-0.2.12
2017-10-28 topecongiroFilter packages only when '-p' was passed
2017-10-28 topecongiroFormat dependency crates only when '--all' was passed
2017-10-28 Tarin MahmoodUnstable options added
2017-10-28 topecongironightly-0.2.11
2017-10-28 Nick CameronMerge pull request #2093 from topecongiro/ignore-nontri...
2017-10-28 topecongiroDo not propagate io error when dependencies are not...
2017-10-28 Nick Cameron0.2.10 + cargo update
2017-10-28 Nick CameronAdd support for `crate` shorthand for `pub(crate)`
2017-10-28 Nick CameronMerge pull request #2043 from sunjay/lift_generics
2017-10-28 Nick CameronMerge pull request #2074 from GuillaumeGomez/emitter
2017-10-27 Nick CameronMerge pull request #2092 from jugglerchris/remove_unnee...
2017-10-27 Chris EmersonFix a "variable does not need to be mutable" warning.
2017-10-27 Nick CameronMerge pull request #2091 from topecongiro/issue-2056
2017-10-27 topecongiroRemove iter() in for loop
next