about summary refs log tree commit diff
path: root/src/bin
AgeCommit message (Expand)AuthorLines
2019-02-19Various cosmetic improvements (#3403)Alexander Regueiro-11/+1
2019-02-09cargo +nightly fix --edition-idiomsHirokazu Hata-4/+4
2019-02-04transition to Rust 2018Evgenii-1/+1
2018-10-29Use edition in rustfmt.toml when no command line argument is passedSeiichi Uchida-3/+5
2018-10-23rustfmt: add support to specify the Rust edition as argumentOtavio Salvador-2/+17
2018-10-23rustfmt: avoid duplicating the error handling for `--emit`Otavio Salvador-5/+2
2018-10-12bin: replace `.unwrap_or` with `.map_or`Otavio Salvador-3/+1
2018-09-25Remove unnecessary feature flagNick Cameron-3/+0
2018-09-19Cargo fmtSeiichi Uchida-1/+2
2018-09-07Fix typo in usage textDavid Hotham-1/+1
2018-09-01final clippy changesMaximilian Roos-7/+7
2018-08-23Consider "dev" as nightly for feature (un)gatingChristopher Durham-1/+1
2018-07-31Use is_nightly helper instead of duplicate codeIngvar Stepanyan-3/+1
2018-07-31Fix check for unstable featuresIngvar Stepanyan-29/+30
2018-07-31Emit 0 exit code for --version and similar operationsNick Cameron-5/+5
2018-07-31Warn the user if using an unstable option without `--unstable-options`Nick Cameron-0/+19
2018-07-24Remove `Summary`Nick Cameron-12/+11
2018-07-24formattingNick Cameron-2/+1
2018-07-23factor out a `Session` objectNick Cameron-97/+66
2018-07-12Fixup formatting of tests and sourceNick Cameron-1/+2
2018-07-05Fix help for --help=file-linesEric Huss-1/+1
2018-05-21Replace `use_colored_tty` with iatty crateNick Cameron-3/+3
2018-05-21Remove `format_and_emit_report` from the APINick Cameron-6/+50
2018-05-21Replace WriteMode with EmitMode and backup boolNick Cameron-33/+43
2018-05-21Use our own `FileName` struct rather than exporting libsyntax'sNick Cameron-2/+2
2018-05-21Refactor CliOptionsNick Cameron-7/+151
2018-05-21Rationalise error typesNick Cameron-4/+4
2018-05-18Exit with 1 for license check in `--check` modeNick Cameron-3/+3
2018-05-14Reorder the --help messageNick Cameron-30/+29
2018-05-14Make some write modes unstableNick Cameron-3/+9
2018-05-14Support unstable optionsNick Cameron-33/+40
2018-05-13Replace `--write-mode` with `--emit`Nick Cameron-8/+3
2018-05-13Add `--backup` flagNick Cameron-0/+1
2018-05-12Fix build failure (#2699)Seiichi Uchida-5/+4
2018-05-11Replace `--dump-minimal-config` and `--dump-default-config` with `--print-con...Nick Cameron-30/+18
2018-05-11Add `--check` flag.Nick Cameron-2/+10
2018-05-11`--help` optionsNick Cameron-19/+55
2018-05-11Remove `--verbose-diff`Nick Cameron-5/+0
2018-05-11Add `--quiet` flag, remove `Plain` write modeNick Cameron-8/+9
2018-05-06Cargo fmttopecongiro-1/+2
2018-04-30Merge branch 'master' into imports_indentNick Cameron-2/+2
2018-04-29set stdin default config path to currcsmoe-2/+2
2018-04-29update self formatcsmoe-2/+4
2018-04-26Replace completely std::error with failure crateTibo-3/+8
2018-04-20Refactor to make a sensible public APINick Cameron-181/+37
2018-04-20Get exit codes rightNick Cameron-4/+2
2018-04-20Add a verbose-diff optionNick Cameron-0/+9
2018-04-20Refactoring around write mode in mainNick Cameron-22/+12
2018-04-20Trivial refactoring in binNick Cameron-92/+100
2018-04-20Implemented rough draft of `check` write mode. (#2539)David Barsky-10/+17