about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-11-19Use argv[0] for usage outputSteven Fackler-1/+1
2015-11-20Merge pull request #619 from SiegeLord/item_brace_style_1Nick Cameron-4/+27
2015-11-18Properly follow the brace styles.Pavel Sountsov-20/+26
2015-11-16Comments.Pavel Sountsov-1/+1
2015-11-16RustupNick Cameron-12/+8
2015-11-15Implement initial option for brace style for non-fn items.Pavel Sountsov-2/+19
2015-11-16Merge pull request #607 from rhoot/native-newlineNick Cameron-1/+13
2015-11-15Adds a "Native" option to newline_style.Johan Sköld-1/+13
2015-11-15Add verbose modeSeo Sanghyeon-11/+22
2015-11-14Pass in whether an ast::Path is in an expression context.Eli Friedman-49/+43
2015-11-14Merge pull request #601 from thorbenk/chains_tabbed_indentMarcus Klaas de Vries-1/+10
2015-11-14new config 'chain_indent'Thorben Kroeger-1/+10
2015-11-14Don't print an unnecessary newline after printing format reportMika Attila-1/+1
2015-11-14Merge pull request #596 from marcusklaas/where-indentNick Cameron-2/+3
2015-11-14Merge pull request #597 from marcusklaas/method-generixNick Cameron-4/+6
2015-11-13Fix span issue with generic method callsMarcus Klaas-4/+6
2015-11-13Fix brace indentation after where clauseMarcus Klaas-2/+3
2015-11-13Correct some non-idiomatic codeJan Likar-6/+2
2015-11-13Enable rustfmt to format a list of filesJan Likar-14/+24
2015-11-10Merge pull request #571 from nrc/semiMarcus Klaas de Vries-5/+1
2015-11-09Check if the CWD contains a config (previously it only checked parents)Jørn Lode-4/+5
2015-11-09Merge pull request #573 from nrc/doom_panicMarcus Klaas de Vries-57/+153
2015-11-10Option to disable line breaking in commentsNick Cameron-3/+4
2015-11-09Format tuple structs betterNick Cameron-57/+153
2015-11-09Don't strip semi-colons from expressions with non-void type since it can chan...Nick Cameron-5/+1
2015-11-07Move config help to dedicated --config-help flagKamal Marhubi-1/+14
2015-11-05fix unused variable `path` warningMitsutaka Mimura-1/+1
2015-11-03Honor "enum_trailing_comma" option. Fixes #556Florian Zeitz-1/+11
2015-11-03Address review concernsJohann-21/+8
2015-11-02Stdin supportJohann-11/+94
2015-10-27Fix crash speculatively parsing macro arguments as expressions.Eli Friedman-19/+34
2015-10-26Merge pull request #531 from marcusklaas/match-inner-blockNick Cameron-73/+69
2015-10-24Print configuration options once in help messageMarcus Klaas-41/+54
2015-10-24Address some issues with multiline patterns in let statementsMarcus Klaas-73/+69
2015-10-24show rustfmt coverage!Ravi Shankar-13/+41
2015-10-24Merge pull request #471 from defuz/relative-configfileNick Cameron-13/+20
2015-10-24Lookup rustfmt.toml file is relative from input file, not from current directorydefuz-13/+20
2015-10-24Merge pull request #530 from marcusklaas/match-inner-blockNick Cameron-5/+4
2015-10-24Merge pull request #529 from marcusklaas/pattern-indentNick Cameron-2/+3
2015-10-24Merge pull request #528 from marcusklaas/chain-idempotenceNick Cameron-4/+4
2015-10-23Ignore #[cfg_attr(rustfmt, rustfmt_skip)] functionsAlex Crichton-0/+3
2015-10-23Move option parsing to crates.io-based getopts crateAlex Crichton-36/+40
2015-10-23Remove dependence on rustc/rustc_driver, use syntexAlex Crichton-119/+30
2015-10-23Remove usage of many unstable featuresAlex Crichton-21/+37
2015-10-23Use the log/env_logger crates from crates.ioAlex Crichton-0/+3
2015-10-23Bump match inner block indent a levelMarcus Klaas-5/+4
2015-10-23Fix indentation for enum-style patternsMarcus Klaas-2/+3
2015-10-23Restore idempotence for chain formattingMarcus Klaas-4/+4
2015-10-22Merge pull request #485 from marcusklaas/floaters2Marcus Klaas de Vries-10/+40
2015-10-22Deal with floating links in chainsMarcus Klaas-10/+40