about summary refs log tree commit diff
path: root/src/lib.rs
AgeCommit message (Expand)AuthorLines
2017-05-06Respect file_lines within format_lines() functionJonathan Behrens-16/+24
2017-05-05Block format control flow discriminant expressions and binopsNick Cameron-0/+8
2017-05-03Drop rustc-serialize, use serde, update toml dependencyest31-1/+5
2017-05-01Remove TODO from 'format_tuple_struct'topecongiro-1/+1
2017-05-01Refactor Shapetopecongiro-20/+5
2017-04-18format_lines: fix line_len for config.max_widthEvgeny Duzhakov-2/+2
2017-04-02Do not count `\r` as part of line width.Mike Boutin-1/+0
2017-03-28test falloutNick Cameron-3/+1
2017-03-28fallout - source reformattingNick Cameron-1/+3
2017-03-22Block indenting for struct lit patternsNick Cameron-0/+8
2017-03-07Formatting falloutNick Cameron-1/+4
2017-03-06added unit tests for Indent and Shape (#1353)Andy Librian-0/+85
2017-02-23Merge pull request #1325 from C4K3/masterNick Cameron-1/+1
2017-02-23FalloutNick Cameron-18/+18
2017-02-21WIPNick Cameron-3/+93
2017-02-19Add error_on_line_overflow optionSebastian Blunt-1/+1
2017-02-07New `disable_all_formatting` config option (#1297)Craig M. Brandenburg-0/+3
2017-01-31Refactor indent and width into Shape structNick Cameron-0/+44
2017-01-20process cfg'ed off modulesNick Cameron-2/+9
2017-01-09Better message for LineOverflow error (#1268)Stepan Koltsov-6/+11
2016-11-21update Serde, etc.Nick Cameron-2/+2
2016-09-16Update to latest SyntexNick Cameron-4/+5
2016-08-29Run clippysinkuu-3/+3
2016-06-21Return failure exit code on found diffs (fix #906)Johann Hofmann-7/+13
2016-05-31Add type to represent collection of lines in filesKamal Marhubi-0/+2
2016-05-31utils: Move codemap related utilities to a dedicated moduleKamal Marhubi-0/+1
2016-05-31Derive Debug for the Input enumKamal Marhubi-0/+1
2016-05-28Handle pub(restricted) (#1013)Kamal Marhubi-0/+1
2016-05-18Handle parser errors betterNick Cameron-5/+10
2016-05-15Write each file as it is formatted (#991)Nick Cameron-96/+120
2016-05-12Bootstrap it. Hard.Marcus Klaas-5/+2
2016-05-06Changed modules & visitor mods to public, set filemap::write_file publicDaniel Campbell-2/+2
2016-04-28Always skip children when using Plain write modeMicah Chalmer-1/+4
2016-04-27Bail out on recovered errors. (#965)Nick Cameron-4/+15
2016-04-15Don't print empty lines to stderr (#940)Aleksey Kladov-1/+3
2016-04-15return non-zero exit code if there were errorsAleksey Kladov-11/+32
2016-04-14don't silence error unnecessary Aleksey Kladov-5/+1
2016-04-13Change stdout to stderr (#925)Srinivas Reddy Thatiparthy-1/+1
2016-04-11unify format_string and format_fileAleksey Kladov-54/+29
2016-04-06use std::error instead std::outSrinivas Reddy Thatiparthy-2/+2
2016-04-05make naming more consistentAleksey Kladov-4/+4
2016-04-03make format_string and fmt_lines privateAleksey Kladov-2/+2
2016-04-03use format_input function in testsAleksey Kladov-2/+2
2016-04-02refactor: unify run and run_from_stdinAleksey Kladov-16/+24
2016-04-02minor: use &mut ref instead of by value argumentAleksey Kladov-2/+2
2016-03-29deps: Update syntex_syntax to 0.30.0Kamal Marhubi-2/+3
2016-03-02deps: Update syntex_syntax to 0.29.1Kamal Marhubi-8/+26
2016-02-08config: Use write_mode from configKamal Marhubi-28/+13
2016-02-02cleanup: Remove documentation of deleted parameterKamal Marhubi-2/+0
2016-01-19Update checkstyle write mode to take Write arguments.Mark Story-3/+5