about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-03-04Fix stdin_works... test on WindowsIgor Matuszewski-3/+3
2019-03-04Expose ModifiedLines and implement parsing data from the string outputIgor Matuszewski-2/+2
2019-03-04Allow for stdin input in EmitMode::ModifiedLinesIgor Matuszewski-1/+25
2019-02-19Various cosmetic improvements (#3403)Alexander Regueiro-54/+46
2019-02-09Fix rust_2018_idioms warningsHirokazu Hata-1/+1
2019-02-04transition to Rust 2018Evgenii-6/+8
2018-12-18Merge pull request #3240 from Xanewok/parser-panicSeiichi Uchida-0/+12
2018-12-14use the rustfmt function to find the binAndreas Jonson-1/+1
2018-12-14remove deprecated dependency assert_cliAndreas Jonson-9/+6
2018-12-13Add test asserting we catch Rust parser panicsIgor Matuszewski-0/+12
2018-11-16fix a few clippy warningsMatthias Krüger-5/+5
2018-11-07Trim the indentation on macros which heuristically appear to use block-style ...Kevin Stenerson-1/+1
2018-10-18Remove NLL featureNick Cameron-1/+1
2018-10-09Enable `stdin_disable_all_formatting_test` testOtavio Salvador-22/+27
2018-09-19Cargo fmtSeiichi Uchida-3/+6
2018-09-06fix cargo test --release.Matthias Krüger-1/+12
2018-09-01final clippy changesMaximilian Roos-2/+2
2018-08-23Reformatcad97-2/+2
2018-08-23Rename CodeMap/FileMap to SourceMap/SourceFilecad97-10/+10
2018-07-24Remove `Summary`Nick Cameron-8/+8
2018-07-24formattingNick Cameron-5/+4
2018-07-24Refactoring: factor out `format_file` and `FormatHandler`Nick Cameron-7/+6
2018-07-24Refactoring: summaryNick Cameron-2/+1
2018-07-23factor out a `Session` objectNick Cameron-33/+78
2018-07-23Move non-public API from lib.rs to its own moduleNick Cameron-4/+6
2018-07-17Merge pull request #2823 from fwalch/default-newline-styleNick Cameron-0/+3
2018-07-12Fixup formatting of tests and sourceNick Cameron-1/+2
2018-07-02test: Assert CRLF line endings on WindowsFlorian Walch-0/+3
2018-06-30warn on use of default value for an optionStéphane Campinas-0/+3
2018-06-10Move newline logic inside the formatting process.Tibo Delor-9/+3
2018-05-29Add mercy for devs that run `cargo test` without buildingAlex Butler-0/+4
2018-05-21Remove `format_and_emit_report` from the APINick Cameron-4/+4
2018-05-21Replace WriteMode with EmitMode and backup boolNick Cameron-2/+2
2018-05-21Refactor CliOptionsNick Cameron-2/+2
2018-05-21Rationalise result and error typesNick Cameron-24/+20
2018-05-14Update uses of `rustfmt_skip` to `rustfmt::skip`Nick Cameron-3/+3
2018-05-13Replace `--write-mode` with `--emit`Nick Cameron-12/+1
2018-05-09Merge pull request #2684 from topecongiro/issue-2175Nick Cameron-2/+4
2018-05-08Ensure tests pass on the beta compilerAlex Crichton-0/+4
2018-05-08Fix rustfmt tests in the Rust repoAlex Crichton-8/+11
2018-05-08Cargo fmttopecongiro-2/+4
2018-05-06Fix up lines exceeding max widthtopecongiro-2/+3
2018-05-06Use rustfmt.toml when running self_teststopecongiro-8/+15
2018-05-06Use a different env var for the test directoryNick Cameron-1/+2
2018-05-04Fix test bug (again)Nick Cameron-6/+4
2018-05-03Make test temp files in the Cargo target directory, if knownNick Cameron-4/+8
2018-04-30Run cargo fmt with reorder_impl_items set to truetopecongiro-0/+1
2018-04-27Harden tests to not rely on CWDNick Cameron-2/+27
2018-04-20Refactor to make a sensible public APINick Cameron-0/+884