about summary refs log tree commit diff
path: root/ci
AgeCommit message (Expand)AuthorLines
2019-04-09Exclude ice-3891.rs from rustfmt runPhilipp Hansch-1/+3
2019-03-09Auto merge of #3824 - phansch:adding_lints, r=phanschbors-1/+1
2019-03-07Add `[rustfmt::skip]` to `unused_unit` testMichael Wright-1/+1
2019-03-07Add `[rustfmt::skip]` to `doc_markdown` testsMichael Wright-1/+1
2019-03-03Run remark in `doc` directory, too.Philipp Hansch-1/+1
2019-02-28Add `rustfmt::skip` to `double_parens` testsMichael Wright-1/+1
2019-02-27Add `rustfmt::skip` to outer attr format testsMichael Wright-1/+1
2019-02-26Add [rustfmt::skip] to formatting lint testsMichael Wright-1/+1
2019-02-24Fix `useless_format` suggestionsMichael Wright-1/+1
2019-02-22rustfmt tests/ui/methods.rsMichael Wright-1/+1
2019-02-06Auto merge of #3665 - jsgf:master, r=oli-obkbors-6/+32
2019-02-03Add setup-toolchain.sh script to configure the master version of rustc,Jeremy Fitzhardinge-2/+2
2019-02-02Add a CI test for cargoless use of clippy-driverJeremy Fitzhardinge-0/+25
2019-02-02base-tests: use subshells to manage current directoryJeremy Fitzhardinge-6/+7
2019-01-08Remove all copyright license headersPhilipp Hansch-21/+0
2018-12-27tests: fix formatting and update test outputMatthias Krüger-6/+3
2018-12-27base tests: make sure to fail CI if tests need formattingMatthias Krüger-8/+17
2018-12-27base tests: switch to nightly toolchain before checking formatting of tests w...Matthias Krüger-0/+4
2018-12-19Auto merge of #3552 - phansch:make_integration_tests_fail_again, r=oli-obkbors-1/+1
2018-12-14Make integration tests fail on 'E0463'Philipp Hansch-1/+1
2018-12-14base tests: make sure cargo-clippy binary can be called directlyMatthias Krüger-0/+5
2018-12-12Auto merge of #3537 - matthiaskrgr:fix_script_2, r=matthiaskrgrbors-3/+2
2018-12-12base-tests: don't print all commands to stdout during the loopMatthias Krüger-3/+2
2018-12-12fix typo in scriptMatthias Krüger-1/+1
2018-12-11Merge branch 'master' into rustfmt_testsMatthias Krüger-0/+2
2018-12-10test formatting: don't format tests/ui/formatting.rsMatthias Krüger-1/+1
2018-12-10update test stderrMatthias Krüger-2/+7
2018-12-09travis: base-tests: share CARGO_TARGET_DIR between check runs of subcrates to...Matthias Krüger-0/+2
2018-12-09base tests: assert that tests are properly formatted.Matthias Krüger-0/+13
2018-12-05Fix dogfood tests.Wayne Warren-20/+0
2018-12-02Travis: Add rustc sysroot bin to PATH for windows buildPhilipp Hansch-0/+3
2018-11-27Let travis run cargo fmt --all -- --checkflip1995-0/+1
2018-11-05RIIR update lints: Add check mode (update_lints.py rewrite complete)Philipp Hansch-2/+3
2018-11-03Merge #3399bors[bot]-0/+1
2018-11-03Test clippy_dev on CI and fix testPhilipp Hansch-0/+1
2018-11-02clippy: fix pedantic warnings and run clippy::pedantic lints on the codebase.Matthias Krüger-2/+2
2018-10-27slightly simplify integration testsMatthias Krüger-5/+1
2018-10-26simplify ci base-testsMatthias Krüger-13/+13
2018-10-12Only run markdown linter on linuxPhilipp Hansch-1/+3
2018-10-06Add license header to other filesManish Goregaokar-0/+21
2018-09-19Make travis check lint listMichael Wright-0/+2
2018-09-12Also run internal lints on the code baseflip1995-1/+1
2018-09-07rustc_tools_util: add testMatthias Krüger-0/+1
2018-09-06print git commit hash and commit date in version outputMatthias Krüger-0/+2
2018-09-06Merge pull request #2985 from phansch/riir_update_lintsOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-0/+1
2018-09-03Run clippy on clippy_dev, tooPhilipp Hansch-0/+1
2018-09-03Update travis integration tests to tool_lintsPhilipp Krones-1/+1
2018-09-03Fix clippy -> clippy::all warning in CIPhilipp Hansch-7/+7
2018-08-28Make clippy_lints::{utils,consts} modules private, remove unused items.Corey Farwell-0/+1
2018-07-30integration tests: add more clippy warnings for greater coverageMatthias Krüger-2/+10