about summary refs log tree commit diff
path: root/src/rustfmt_diff.rs
AgeCommit message (Expand)AuthorLines
2021-12-27chore: reduce some vis. for updated unreachable_pub lintCaleb Cartwright-5/+5
2021-07-25fix a bunch of clippy warningsMatthias Krüger-5/+2
2019-09-08Update deps (#3788)Seiichi Uchida-2/+0
2019-05-09Enable unreachable_pub lintRuben Schmidmeister-5/+5
2019-03-04Remove redundant closureIgor Matuszewski-2/+2
2019-03-04Remove eprintlnIgor Matuszewski-2/+0
2019-03-04Expose ModifiedLines and implement parsing data from the string outputIgor Matuszewski-39/+145
2019-02-19Various cosmetic improvements (#3403)Alexander Regueiro-12/+2
2019-02-09Fix rust_2018_idioms warningsHirokazu Hata-1/+1
2019-02-04transition to Rust 2018Evgenii-2/+4
2018-09-19Cargo fmtSeiichi Uchida-1/+2
2018-09-06Change `print_diff` to output the correct line number.Robert Bartlensky-1/+1
2018-07-24formattingNick Cameron-7/+9
2018-05-21Replace `use_colored_tty` with iatty crateNick Cameron-2/+1
2018-05-21Remove `format_and_emit_report` from the APINick Cameron-1/+0
2018-05-11Remove `--verbose-diff`Nick Cameron-2/+6
2018-04-25Cargo update and clippy (#2643)Seiichi Uchida-1/+1
2018-04-20Add a verbose-diff optionNick Cameron-8/+15
2018-03-26Update tests and cargo fmtSeiichi Uchida-26/+20
2018-03-20cargo fmtNick Cameron-1/+1
2018-03-20format code and testsNick Cameron-1/+1
2018-03-02Go back to a non-workspace structureNick Cameron-0/+303
2018-02-07Create rustfmt_core cratetopecongiro-247/+0
2018-01-22Cargo fmtSeiichi Uchida-1/+1
2018-01-11Consolidating the logic for printing outputDavid Alber-61/+42
2018-01-04Adding test to verify code block idempotency in Configurations.mdDavid Alber-5/+18
2017-12-08Replace into() on &str with to_owned()Seiichi Uchida-13/+13
2017-11-17Add test for trailing newline in diff.Utkarsh Kukreti-0/+16
2017-11-13rename to use_colored_tty; used match as wellclippered-2/+2
2017-11-13add cli option for colorclippered-3/+4
2017-10-19Run rustfmt on the new changes.Chris Emerson-30/+50
2017-10-19Add a couple of special cases which fix the zero-context diff case.Chris Emerson-3/+3
2017-10-19Add a test for two nearby chunks (with context).Chris Emerson-0/+20
2017-10-19Add a failing test of zero context.Chris Emerson-1/+13
2017-10-19Add a simple passing test for diffs.Chris Emerson-0/+20
2017-08-15Move isatty() to utils.rstopecongiro-19/+1
2017-07-13Sort imports in alphabetical and consistent ordertopecongiro-2/+12
2017-06-13Reformat source code using new defaultsNick Cameron-6/+10
2017-03-28test falloutNick Cameron-15/+5
2017-03-28fallout - source reformattingNick Cameron-5/+15
2016-08-26Check term supports colour before printing fancy diffsKamal Marhubi-1/+3
2016-05-31print_diff: Don't print color codes if output is not a ttyKamal Marhubi-4/+22
2016-05-17Fall back to basic stdout if we can't unwrap a fancy terminal (#995)Nick Cameron-1/+35
2016-01-01Fixed #700, use default color for titles and context in write-mode=diffSinh Pham-3/+3
2015-12-28Add tests for #606.Utkarsh Kukreti-0/+2
2015-09-26Changes to rustfmt sourceNick Cameron-1/+4
2015-09-10Add diff write mode https://github.com/nrc/rustfmt/issues/261Sinh Pham-0/+109