about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-07-17Remove useless conditional compilation - 2Urgau-5/+1
2022-07-12feat: add skip_macro_invocations option (#5347)Tom Milligan-1/+6
2022-06-09Remove useless conditional compilationUrgau-6/+0
2022-06-04fix: handle inner ignore attribute on stdinCaleb Cartwright-0/+24
2022-05-30feat: remove report_todo optionCaleb Cartwright-4/+1
2022-04-07Backport 4326Caleb Cartwright-2/+2
2022-03-28Revert "Use cargo-fmt in self_tests"Caleb Cartwright-12/+34
2022-03-15Add test to verify tracking issue linksYacin Tmimi-0/+30
2022-02-28fallback to dir_path when relative external mod resolution failsYacin Tmimi-0/+16
2022-02-15Use cargo-fmt in self_testsCameron Steffen-34/+12
2022-01-23chore: bump toolchain, update testCaleb Cartwright-1/+4
2022-01-23Merge remote-tracking branch 'upstream/master' into subtree-sync-2022-01-23Caleb Cartwright-2/+135
2022-01-14fix(rustfmt): resolve generated file formatting issueCaleb Cartwright-0/+18
2022-01-02Use <stdin> when emitting stdin as filename (#4298)Seiichi Uchida-3/+3
2022-01-02Fix --check -l with stdin. (#3910)Chris Emerson-0/+26
2022-01-02Make `--check` work when running from stdin. (#3896)Chris Emerson-0/+93
2022-01-01Improve out of line module resolutionYacin Tmimi-0/+14
2021-12-29Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-sub...Caleb Cartwright-8/+22
2021-12-07Backport: Do not touch module with #![rustfmt::skip] (4297)Yacin Tmimi-8/+22
2021-12-02Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-sub...Caleb Cartwright-8/+5
2021-11-27Conditionally compile tests based on CFG_RELEASE_CHANNEL env varYacin Tmimi-8/+5
2021-11-07Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-syncCaleb Cartwright-14/+32
2021-11-04fix: handle external mods imported via external->inline load hierarchyCaleb Cartwright-12/+30
2021-10-27fix clippy::needless_borrowMatthias Krüger-2/+2
2021-10-20Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtreeCaleb Cartwright-6/+1
2021-10-13feat: stabilize disable_all_formattingCaleb Cartwright-5/+0
2021-09-14Support @generated marker to skip code formattingSeiichi Uchida-1/+1
2021-06-17fix(rustfmt): load nested out-of-line mods correctlyCaleb Cartwright-0/+26
2021-02-17Fix warningsJoshua Nelson-4/+3
2021-01-27fix: Avoid incorrect global 'cfg_if' Symbol interningSean Klein-0/+38
2020-11-02tests: adjust some cherry-picekd testsCaleb Cartwright-16/+7
2020-11-02tests: add test for panic on new_parser_from_fileCaleb Cartwright-0/+16
2020-11-02fix(parser): better unclosed delims handlingCaleb Cartwright-32/+52
2020-06-11fix: backport fix for submod parser errorsCaleb Cartwright-2/+32
2020-06-11fix: backport mod resolution error handlingCaleb Cartwright-0/+1
2019-10-07don't fail on recoverable parser errors in ignored files (#3782)Caleb Cartwright-0/+2
2019-10-04Init Logger for unit tests (#3829)Matthew Pomes-0/+23
2019-09-02fix formatting mods inside cfg_if macro (#3763)Caleb Cartwright-0/+3
2019-08-16add json emit mode (#3735)Caleb Cartwright-0/+7
2019-07-17#3665: Implemented (#3689)Michele d'Amico-0/+1
2019-07-14Extract configuration snippet tests into own module (#3667)Ruben Schmidmeister-279/+291
2019-06-16tests: ensure min number of system/idempotent tests ran (#3629)Caleb Cartwright-0/+10
2019-06-14Fix is_subpathSeiichi Uchida-1/+5
2019-06-13Use trait to abstract emit modes (#3616)Ruben Schmidmeister-3/+4
2019-06-09Format modules defined in cfg_attr (#3604)Seiichi Uchida-0/+5
2019-06-08Format modules defined inside cfg_if macro calls (#3600)Seiichi Uchida-1/+13
2019-05-17Move macro to separate moduleRuben Schmidmeister-1/+1
2019-05-17Re-use nightly channel macroRuben Schmidmeister-8/+4
2019-05-17Allow tests to be run on nightly onlyRuben Schmidmeister-7/+22
2019-05-05Fix condition typoDavid Alber-1/+1