]> git.lizzy.rs Git - rust.git/history - tests
Remove BlockIndentStyle::Inherit
[rust.git] / tests /
2017-03-19 Nick CameronRemove BlockIndentStyle::Inherit
2017-03-19 Nick CameronBlock formatting for arrays
2017-03-12 Nick CameronMerge branch 'master' of github.com:rust-lang-nursery...
2017-03-12 Nick CameronTrailing comma for functions with empty bodies
2017-03-12 Nick CameronLine breaking around generics in tuple structs
2017-03-12 C4K3config: Rename ideal_width -> comment_width (#1370)
2017-03-09 Nick CameronCheck we can put the where clause on one line when...
2017-03-09 Nick CameronTry harder to format function sigs
2017-03-09 Nick CameronBe smarter about finding the span for `..` in patterns
2017-03-09 Nick CameronUse trailing commas if block formatting fn args
2017-03-09 Nick CameronImplement where_style Rfc
2017-03-07 Nick CameronFormat glob imports
2017-03-07 Nick CameronMore space for qself paths
2017-03-07 Nick CameronTreat new blocks like existing ones in closures
2017-03-06 Nick CameronTest fallout
2017-03-06 Nick CameronFormatting fallout
2017-03-02 Nick CameronFix failing test
2017-03-02 Nick CameronFix trailing comma tests
2017-03-02 Nick CameronMerge branch 'master' of github.com:rust-lang-nursery...
2017-02-28 Marcus BallFix wrap_match_arms resulting in a missing comma (...
2017-02-26 Nick CameronMerge pull request #1334 from gypsydave5/fix_1255
2017-02-26 David WickesTest for #1255
2017-02-26 Nick CameronMerge pull request #1341 from daboross/patch-1
2017-02-26 Nick CameronMerge pull request #1338 from ignatenkobrain/update...
2017-02-26 Igor Gnatenkobump regex to 0.2
2017-02-23 Nick CameronSome tests
2017-02-23 Nick CameronCoalesce trailing comma options
2017-02-23 Nick CameronFix width bug for long patterns in match arms
2017-02-23 Nick CameronMerge pull request #1326 from durka/assoc-type-density
2017-02-23 Nick CameronMerge pull request #1325 from C4K3/master
2017-02-23 Nick Cameronmore fallout
2017-02-23 Nick Camerontest fallout
2017-02-19 Sebastian BluntMake tests fail if rustfmt encounters an error
2017-02-12 sinkuuSupport field-init-shorthand (#1308)
2017-02-07 Craig M. BrandenburgNew `disable_all_formatting` config option (#1297)
2017-02-01 Nick CameronMerge pull request #1295 from tspiteri/let-if-else
2017-01-31 Trevor SpiteriHandle multiline condition in let if else (fixes #1239)
2017-01-26 Nick CameronDo not format string lits by default
2017-01-26 Nick CameronMake string lit formatting fallible
2017-01-26 Nick CameronCatch attributes before comments
2017-01-19 Nick CameronUpdate to latest Syntex
2017-01-17 Nick CameronHandle semicolons in macro statements
2017-01-17 Nick CameronTry hard to format impl signatures
2017-01-16 Nick CameronFix bug in identifying comments
2017-01-16 Nick CameronAdd a more lightweight method for rewriting comments...
2017-01-16 Nick CameronAllow empty blocks on one line in more places
2017-01-16 Nick Cameronmake rustfmt-normalize_comments false by default
2017-01-11 Nick CameronRefactor if/else formatting
2017-01-10 Nick CameronRefactor pairs/binops
2017-01-09 sinkuuFix #1258 (#1266)
2017-01-09 Stepan KoltsovDo not ignore space_before_bound in where clause (...
2017-01-06 Nick CameronRemove `self` from `use foo::bar::self;`
2017-01-06 Nick CameronIf a string goes over-width, give up formatting it
2017-01-06 Nick CameronMacros in types are possible
2017-01-03 sinkuuFix #1259 (#1263)
2016-12-23 Nick CameronMerge pull request #1251 from erickt/master
2016-12-23 Erick TryzelaarUpdate to the latest syntex module
2016-11-28 Luke CliftonDon't drop opening brace on long line matches. (#1228)
2016-11-28 Luke CliftonIndent open brace for impl when nested. (#1227)
2016-11-20 Nick Cameronupdate Serde, etc.
2016-11-14 Bekh-Ivanov AlekseyStripping trailing commas and spaces from `vec!` elemen...
2016-11-13 Nick CameronMerge pull request #1221 from Zarokka/issue-1216
2016-11-13 Martin Wohlifix #1216: panic on comment starting with //*
2016-11-07 Nick CameronMerge pull request #1212 from marcusklaas/test123
2016-11-07 Marcus KlaasCondense suffix strings of simple wildcards in patterns
2016-11-06 Nick CameronMerge pull request #1207 from Fraser999/master
2016-11-03 Fraser HutchisonFixes a few doc typos.
2016-11-03 Fraser HutchisonFixes #1184 where reordering import items could cause...
2016-10-27 Nick CameronMerge pull request #1200 from efyang/strayspace
2016-10-27 Edward YangRemove extra whitespace after macro calls
2016-10-24 Edward YangStop extra newlines from being added after block commen...
2016-10-17 Mikko RantanenAdd spaces_within_square_brackets config option. (...
2016-10-13 Nick CameronMerge pull request #1188 from Rantanen/master
2016-10-13 Nick CameronMerge pull request #1189 from Pursuit92/master
2016-10-13 Josh ChaseQuick fix for "impl Trait"
2016-10-13 Mikko RantanenAdded test for `for< 'a >`
2016-10-13 Mikko RantanenAdd support for spaces_within_angle_brackets
2016-10-13 Mikko RantanenAdd support for spaces_within_parens config (#1187)
2016-10-12 Nick CameronMerge pull request #1182 from philipc/issue-1149
2016-10-03 Philip CraigPreserve macro formatting if we can't rewrite it
2016-09-29 Florian GilcherAdd custom comments (#1179)
2016-09-20 Nick CameronMerge pull request #1166 from sinkuu/fix_775
2016-09-20 sinkuuFix #775
2016-09-19 Nick CameronMerge pull request #1156 from sinkuu/break_if_let
2016-09-19 Nick CameronMerge pull request #1162 from sinkuu/fix1040
2016-09-18 Nick CameronMerge pull request #1161 from sinkuu/fix550
2016-09-17 Nick CameronMerge pull request #1160 from est31/master
2016-09-17 sinkuuPrevent line breaking at `=` or `in` after trivial...
2016-09-17 sinkuuFix #550: `if` nested in tuple is indented oddly
2016-09-17 est31Improve comment rewriting with normalize_comments ...
2016-09-17 est31Add three new options for spaces
2016-09-16 Nick CameronUpdate to latest Syntex
2016-09-13 Nick CameronMerge pull request #1151 from sinkuu/issue1021
2016-09-10 sinkuuFix #1040
2016-09-09 sinkuuFix #1021: Handle `..` in tuple / tuple struct patterns
2016-09-06 dawirstejeckSplit impl at 'for' if a line break is needed (#1148)
2016-08-28 Nick CameronMerge pull request #1134 from sinkuu/issue977
2016-08-28 sinkuuFix #977
2016-08-25 Nick CameronMerge pull request #1138 from johannhof/travis-docs
2016-08-24 Stuart DootsonFix issue 1124 - detect start of output rather than...
next