about summary refs log tree commit diff
path: root/src/utils.rs
AgeCommit message (Expand)AuthorLines
2019-02-19Various cosmetic improvements (#3403)Alexander Regueiro-12/+2
2019-02-11Merge pull request #3335 from h-michael/rust-2018Seiichi Uchida-5/+5
2019-02-09Fix rust_2018_idioms warningsHirokazu Hata-5/+5
2019-02-07fix formatting of strings within a macroStéphane Campinas-2/+11
2019-02-04transition to Rust 2018Evgenii-6/+5
2019-01-17Merge pull request #3284 from scampi/issue-3270Nick Cameron-5/+13
2019-01-16version-gate the formatting of commented stringsStéphane Campinas-7/+10
2019-01-15Use Unicode-standard char width to wrap comments or strings. (#3275)wada314-15/+19
2019-01-10recognize strings inside comments in order to avoid indenting themStéphane Campinas-5/+10
2018-12-18Fix trim_right/trim_left deprecation warnings (#3252)Philipp Hansch-1/+1
2018-12-08Update rustc-ap-syntax to 306.0kngwyu-2/+13
2018-11-07Trim the indentation on macros which heuristically appear to use block-style ...Kevin Stenerson-2/+2
2018-10-30The method trim_left_preserve_layout didn't handle tabs properly.Stéphane Campinas-38/+115
2018-10-24Fix handling of code that is annotated with rustfmt::skip.Stéphane Campinas-1/+40
2018-10-18Remove NLL featureNick Cameron-1/+36
2018-10-16Merge pull request #3106 from sinkuu/clippyNick Cameron-1/+1
2018-10-16Merge pull request #3102 from nrc/arm-guard-newlineNick Cameron-0/+32
2018-10-16Merge pull request #3101 from nrc/pair-newlineNick Cameron-4/+5
2018-10-15ClippyShotaro Yamada-1/+1
2018-10-15Only put `{` on a newline in a match arm where necessaryNick Cameron-0/+32
2018-10-15Fixup formattingNick Cameron-4/+5
2018-10-14utils: rewrite `count_newlines` using `bytecount::count`Otavio Salvador-2/+4
2018-08-23Reformatcad97-1/+1
2018-08-23Rename CodeMap/FileMap to SourceMap/SourceFilecad97-2/+2
2018-08-05Ignore comment in wrap_strSeiichi Uchida-1/+2
2018-07-29fix nitsBenjamin Brittain-2/+2
2018-07-29Format Async block and async fnBen Brittain-0/+8
2018-07-24chains: prefer to use the next line for an expression, if using the same line...Nick Cameron-0/+7
2018-07-20Fix breaking changesSeiichi Uchida-0/+20
2018-07-14fix rewrite_string when a line feed is present in a sequence of whitespaces, ...Stéphane Campinas-1/+1
2018-07-12Fixup formatting of tests and sourceNick Cameron-5/+4
2018-06-25Handle raw identifiersSeiichi Uchida-2/+6
2018-05-21Replace `use_colored_tty` with iatty crateNick Cameron-27/+0
2018-05-18Remove spaces_within_parens_and_bracketsNick Cameron-9/+0
2018-05-15Use saturating_subShotaro Yamada-4/+1
2018-05-14Give a deprecation warning on `rustfmt_skip` and an error on `rustfmt::` othe...Nick Cameron-2/+2
2018-05-14Skip on `rustfmt::skip` as well as `rustfmt_skip`Nick Cameron-3/+6
2018-05-08Cargo fmttopecongiro-1/+2
2018-05-06Update rustc_ap_syntaxNick Cameron-2/+2
2018-04-30Merge branch 'master' into imports_indentNick Cameron-0/+10
2018-04-30Merge pull request #2656 from topecongiro/issue-2594Nick Cameron-0/+10
2018-04-29update self formatcsmoe-2/+4
2018-04-28add rustc_target to dependencies (#2660)Ryan Leung-1/+2
2018-04-28Factor out a formatting routine for empty struct and tupletopecongiro-0/+10
2018-04-20keep auto traitRoman Stoliar-0/+8
2018-04-20Refactor to make a sensible public APINick Cameron-9/+0
2018-04-14Fallout from removing TupFieldNick Cameron-1/+0
2018-04-08update rustc syntax 91.0.0csmoe-3/+3
2018-04-06Cargo update (#2602)Seiichi Uchida-2/+1
2018-03-23Merge pull request #2549 from topecongiro/macro-def-spaces-around-colonNick Cameron-4/+4