about summary refs log tree commit diff
path: root/src/patterns.rs
AgeCommit message (Expand)AuthorLines
2019-02-19Various cosmetic improvements (#3403)Alexander Regueiro-12/+3
2019-02-09cargo fmtHirokazu Hata-1/+5
2019-02-09Fix rust_2018_idioms warningsHirokazu Hata-8/+8
2019-02-04transition to Rust 2018Evgenii-13/+13
2018-11-16fix a few clippy warningsMatthias Krüger-1/+1
2018-10-19fix a few typos found via codespell.Matthias Krüger-1/+1
2018-09-30Put arguments of the fail attribute on the same line as println!Seiichi Uchida-0/+1
2018-09-29Take impl Iterator for overflow routinesSeiichi Uchida-2/+1
2018-09-19Cargo fmtSeiichi Uchida-1/+2
2018-08-27Fixed #2955. Added value to determine whether or not rustfmt has condensed a ...crw5996-17/+16
2018-08-27Merge pull request #2942 from crw5996/fix-ellipsis-bugNick Cameron-1/+3
2018-08-24Fixed ellipsis bug where rustfmt was creating code that could not be parsedchris-1/+3
2018-08-23Reformatcad97-2/+2
2018-08-23Rename CodeMap/FileMap to SourceMap/SourceFilecad97-4/+4
2018-08-12Remove a wildcard parttern from slice patternsSeiichi Uchida-1/+2
2018-08-03Use builder pattern for ListFormattingSeiichi Uchida-2/+2
2018-07-12Move pair handling to its own moduleNick Cameron-3/+2
2018-07-12Factor out PairParts::infixNick Cameron-1/+1
2018-06-30Fix compile error from breaking changes in libsyntaxtopecongiro-1/+1
2018-06-25Handle raw identifiersSeiichi Uchida-3/+3
2018-05-18Remove spaces_within_parens_and_bracketsNick Cameron-6/+1
2018-05-08Cargo fmttopecongiro-1/+2
2018-04-29update self formatcsmoe-4/+7
2018-04-08update rustc syntax 91.0.0csmoe-1/+1
2018-04-01Use ListItem::has_commentShotaro Yamada-1/+1
2018-04-01Do not collect into a Vec by handShotaro Yamada-4/+1
2018-04-01Remove unnecessary `[..]`sShotaro Yamada-1/+1
2018-03-25Avoid cloning RewriteContextSeiichi Uchida-4/+0
2018-03-21Add matches moduleSeiichi Uchida-0/+34
2018-03-09Use Option<SeparatorTactic> over bool to control trailing commaSeiichi Uchida-1/+5
2018-03-09Add overflow moduleSeiichi Uchida-5/+6
2018-03-06Support parentheses in patternsSeiichi Uchida-0/+2
2018-03-02Go back to a non-workspace structureNick Cameron-0/+380
2018-02-07Create rustfmt_core cratetopecongiro-379/+0
2018-01-21Extending `spaces_around_ranges` to ranges in match arm patternsDavid Alber-1/+6
2017-12-24Cargo fmtSeiichi Uchida-1/+1
2017-12-10Format macro in pattern positionSeiichi Uchida-2/+2
2017-12-08Replace into() on &str with to_owned()Seiichi Uchida-1/+1
2017-12-07Convert '&str' into 'String' whenever necessarySeiichi Uchida-1/+1
2017-11-30Format source codestopecongiro-5/+7
2017-11-16Generalize ListItems to allow a separator other than commatopecongiro-0/+2
2017-11-16Cargo fmttopecongiro-4/+4
2017-11-14Combine spaces_within_parens and spaces_within_bracketstopecongiro-1/+1
2017-11-06Fix PairParts related issuestopecongiro-1/+1
2017-11-06Introduce PairParts to reduce the number of args of rewrite_pair()topecongiro-4/+2
2017-11-02Combine PatKind::TupleStructtopecongiro-3/+4
2017-11-01fix some typosMartin Lindhe-8/+8
2017-10-05Replace 'try_opt!' macro with a '?' operatortopecongiro-29/+16
2017-10-04Merge pull request #2011 from topecongiro/rewrite_call_innerNick Cameron-1/+1
2017-09-28Change return type of rewrite_call_inner() to Option<String>topecongiro-1/+1