about summary refs log tree commit diff
path: root/src/patterns.rs
AgeCommit message (Expand)AuthorLines
2017-06-06Update syntex_syntaxest31-3/+3
2017-05-25Format source codestopecongiro-4/+4
2017-05-23Format source codestopecongiro-1/+1
2017-05-19Merge branch 'master' of https://github.com/rust-lang-nursery/rustfmt into co...Michael Killough-1/+1
2017-05-18config: fix `suffices` -> `suffixes` typoBen Boeckel-1/+1
2017-05-18Merge branch 'master' of https://github.com/rust-lang-nursery/rustfmt into co...Michael Killough-12/+9
2017-05-16Format source codestopecongiro-12/+9
2017-05-16Switch to accessing config items via method.Michael Killough-10/+13
2017-05-15Use offset_left for rewrite_unary_prefixSeiichi Uchida-4/+2
2017-05-13Add a missing trailing comma before elipsestopecongiro-2/+8
2017-05-01Merge pull request #1469 from topecongiro/bug/chainsNick Cameron-7/+3
2017-04-24Format source codestopecongiro-7/+3
2017-04-15Add heuristic choosing block or visual indent for unary op based on spantopecongiro-2/+4
2017-03-28test falloutNick Cameron-10/+3
2017-03-28fallout - source reformattingNick Cameron-19/+33
2017-03-27Merge pull request #1409 from alobb/1408-empty-tuple-enum-declNick Cameron-47/+46
2017-03-26Prevent conversion of empty tuples to unit structsAaron Lobb-47/+46
2017-03-26Avoid extra comma in vertical single-field struct patterns (#1403)Jon Gjengset-3/+9
2017-03-22Block indenting for struct lit patternsNick Cameron-44/+70
2017-03-09Be smarter about finding the span for `..` in patternsNick Cameron-2/+13
2017-03-07Formatting falloutNick Cameron-10/+10
2017-02-26bump syntex_* to 0.58Igor Gnatenko-3/+10
2017-02-23FalloutNick Cameron-26/+27
2017-02-21WIPNick Cameron-5/+5
2017-01-31Refactor indent and width into Shape structNick Cameron-65/+58
2017-01-20Update to latest SyntexNick Cameron-4/+11
2016-11-21update Serde, etc.Nick Cameron-1/+1
2016-11-07Condense suffix strings of simple wildcards in patternsMarcus Klaas-10/+39
2016-10-18Add spaces_within_square_brackets config option. (#1191)Mikko Rantanen-1/+5
2016-10-13Add support for spaces_within_parens config (#1187)Mikko Rantanen-2/+12
2016-09-16Update to latest SyntexNick Cameron-4/+3
2016-09-09Fix #1021: Handle `..` in tuple / tuple struct patternssinkuu-40/+93
2016-08-29Run clippysinkuu-1/+1
2016-05-31utils: Move codemap related utilities to a dedicated moduleKamal Marhubi-1/+2
2016-05-31Merge pull request #1017 from marcusklaas/tweak-if-elseNick Cameron-5/+1
2016-05-30deps: Update syntex_syntax to 0.33Kamal Marhubi-5/+10
2016-05-29Format non-statement if-else expressions on a single lineMarcus Klaas-5/+1
2016-05-27Don't ignore universal quantification in function typesNick Cameron-1/+0
2016-05-12Bootstrap it. Hard.Marcus Klaas-4/+2
2016-04-22Change defaults and update tests and sourceNick Cameron-5/+4
2016-04-16Fix off-by-one error in pattern formattingMarcus Klaas-2/+3
2016-03-14Merge pull request #857 from kamalmarhubi/codemap-extNick Cameron-3/+3
2016-03-13utils: Add CodeMapSpanUtils trait for span_* methodsKamal Marhubi-3/+3
2016-03-02deps: Update syntex_syntax to 0.29.1Kamal Marhubi-15/+16
2016-02-15reviewer changesNick Cameron-10/+16
2016-02-12Format all patterns (well, except macros)Nick Cameron-33/+120
2015-12-06Fixed named arguments in bare function typesMarcus Klaas-1/+7
2015-11-20Unwrap match arms that are simple blocksMarcus Klaas-6/+2
2015-11-16RustupNick Cameron-8/+4
2015-11-14Pass in whether an ast::Path is in an expression context.Eli Friedman-2/+7