about summary refs log tree commit diff
path: root/src/bin
AgeCommit message (Expand)AuthorLines
2017-05-30Expose methods to locate and load configRavi Khadiwala-83/+13
2017-05-25Simplify --version infoNick Cameron-13/+3
2017-05-18Add --dump-default-config and --dump-minimal-config.Michael Killough-1/+39
2017-05-18Provide `config.set().item(value)` API.Michael Killough-28/+28
2017-05-16Switch to accessing config items via method.Michael Killough-29/+29
2017-05-08Replace 'try!' with '?'topecongiro-16/+16
2017-05-08Allow config-path to point to a filetopecongiro-22/+40
2017-05-03Drop rustc-serialize, use serde, update toml dependencyest31-11/+17
2017-05-01Merge pull request #1473 from topecongiro/bug/no-such-file-or-directoryNick Cameron-12/+20
2017-04-26Prevent panicking against directories or non-existent filesSeiichi Uchida-12/+20
2017-04-19Show exit codes' meanings with the rustfmt help messageSheng Hau-0/+1
2017-04-10fix path checkJay Lee-1/+10
2017-04-06Merge pull request #1438 from topecongiro/poor-formatting/method-chainsNick Cameron-1/+2
2017-04-06Lookup the last element of 'subexpr_list' instead of the first onetopecongiro-1/+2
2017-04-06Merge pull request #1432 from topecongiro/parse-configNick Cameron-7/+8
2017-04-03Change return type of 'from_toml' from 'Config' to 'Result<Config>'topecongiro-7/+8
2017-04-03Merge pull request #1430 from fintelia/stdin_linesNick Cameron-10/+18
2017-03-31Warn about extra files listed in file_lines argumentJonathan Behrens-0/+11
2017-03-30--file_lines argument now supports "stdin"Jonathan Behrens-11/+8
2017-03-30Implemented support for workspacesEmil Gardström-16/+96
2017-03-28test falloutNick Cameron-35/+8
2017-03-28fallout - source reformattingNick Cameron-3/+11
2017-03-28Source formatting falloutNick Cameron-6/+12
2017-03-22Test and source falloutNick Cameron-1/+4
2017-03-07Formatting falloutNick Cameron-5/+20
2017-02-23more falloutNick Cameron-5/+5
2017-02-23test falloutNick Cameron-8/+8
2017-02-13Don't print config file by default (#1313)Casey Rodarmor-7/+12
2017-01-25Process build scriptsIvan Ukhov-1/+3
2016-12-16Recognize "rlib" and "cdylib" crates (#1238)Jason Dusek-1/+1
2016-11-21update Serde, etc.Nick Cameron-12/+7
2016-11-02cargo-fmt processes bench, test, example filesMason Smith-11/+11
2016-08-29Run clippysinkuu-7/+7
2016-08-01Multiple config file names feature (#1101)Daniel Campoverde-11/+15
2016-07-04Merge pull request #1084 from johannhof/rustfmt-not-foundNick Cameron-1/+11
2016-07-04Show more helpful error if rustfmt is not in PATH.Johann Hofmann-1/+11
2016-07-04rustupNick Cameron-2/+1
2016-06-21Return failure exit code on found diffs (fix #906)Johann Hofmann-0/+3
2016-06-12Include git commit and worktree status in version output (#1060)Kamal Marhubi-5/+13
2016-05-31rustfmt: Add option to specify line ranges for formattingKamal Marhubi-5/+21
2016-04-22Change defaults and update tests and sourceNick Cameron-15/+15
2016-04-22TestsNick Cameron-10/+7
2016-04-16rustfmt: Parse options once instead of once per file argument (#944)Kamal Marhubi-19/+36
2016-04-15return non-zero exit code if there were errorsAleksey Kladov-6/+22
2016-04-10rustfmt: Simplify match in project file lookup loopKamal Marhubi-8/+6
2016-04-10rustfmt: Make error handling more idiomaticKamal Marhubi-50/+35
2016-04-10rustfmt: Move getopts::Options creation to its own functionKamal Marhubi-1/+7
2016-04-06use std::error instead std::outSrinivas Reddy Thatiparthy-9/+1
2016-04-05Merge pull request #897 from matklad/refactor-runNick Cameron-3/+3
2016-04-04Fix. rustfmt write to stderr instead stdout0x0G-4/+4