about summary refs log tree commit diff
path: root/src/lib.rs
AgeCommit message (Expand)AuthorLines
2017-06-10Reset the error count of parser from the previous filetopecongiro-6/+15
2017-06-06Update syntex_syntaxest31-3/+3
2017-06-04Format source codestopecongiro-1/+1
2017-06-01Format source codesSeiichi Uchida-15/+17
2017-05-25Remove dependency on ItertoolsNick Cameron-1/+0
2017-05-25Remove multimap depNick Cameron-1/+0
2017-05-18Provide `config.set().item(value)` API.Michael Killough-3/+1
2017-05-16Switch to accessing config items via method.Michael Killough-22/+24
2017-05-15Merge pull request #1510 from fintelia/better-filelinesNick Cameron-16/+24
2017-05-08Replace 'try!' with '?'topecongiro-8/+8
2017-05-08Refactor Shapetopecongiro-16/+5
2017-05-08Add indented and with_max_widthtopecongiro-13/+23
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