3884 Commits

Author SHA1 Message Date
Philipp Hansch
2999be64bc
Add some output to make log reading easier 2018-05-25 08:35:04 +02:00
Philipp Hansch
391562706d
Don't run deploy script in integration tests
The deploy.sh was causing random integration tests to fail, possibly due to
multiple jobs trying to push to the same repo/branch at the same time?

The error message is:

    +git push git@github.com:rust-lang-nursery/rust-clippy.git gh-pages
    Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.
    To github.com:rust-lang-nursery/rust-clippy.git
     ! [rejected]          gh-pages -> gh-pages (fetch first)
    error: failed to push some refs to 'git@github.com:rust-lang-nursery/rust-clippy.git'
    hint: Updates were rejected because the re

The travis log is always truncated in similar ways.

Some examples:

* https://travis-ci.org/rust-lang-nursery/rust-clippy/jobs/383325083#L1076-L1082
* https://travis-ci.org/rust-lang-nursery/rust-clippy/jobs/382711561#L2768-L2773
2018-05-25 08:11:15 +02:00
Oliver Schneider
0a368b467e
Update CHANGELOG.md 2018-05-20 14:09:39 +02:00
Oliver Schneider
0bf96259f1 Version bump 2018-05-20 10:02:29 +02:00
Oliver Schneider
79d870ef66
Merge pull request #2777 from rust-lang-nursery/scoped_attrs
Use the new scoped tool attributes
2018-05-20 09:56:55 +02:00
Oliver Schneider
fcbcdbc625
Merge pull request #2779 from rust-lang-nursery/rerunnable_clippy
Stop compilation after linting
2018-05-20 09:56:35 +02:00
Oliver Schneider
26423dc392
Merge pull request #2781 from imp/2780
rustup to nightly 2018-05-19
2018-05-20 09:42:54 +02:00
Cyril Plisko
7b715583d4 rustup to nightly 2018-05-19
clippy_lints does not compile: non-primitive cast: `rustc_target::abi::Size` as `usize`

Fixes #2780
2018-05-20 09:20:01 +03:00
Oliver Schneider
b60ffa780d
Stop compilation after linting 2018-05-19 18:49:57 +02:00
Philipp Hansch
06f981f2e9
Merge pull request #2778 from phansch/add_rls_to_integration_tests
Add rls to integration tests
2018-05-19 17:19:18 +02:00
Philipp Hansch
cd03c6ee2e
Add rls to integration tests 2018-05-19 17:02:08 +02:00
Oliver Schneider
e0df4ccfc5 Use the new scoped tool attributes 2018-05-19 14:04:57 +02:00
Oliver Schneider
ebe0b0eed5 Version bump 2018-05-19 13:01:26 +02:00
Oliver Schneider
27789b00ab
Merge pull request #2775 from utam0k/rename-trans-to-codegen
Rename trans to codegen
2018-05-19 09:57:36 +02:00
utam0k
df1b7c5f19 Rename trans to codegen 2018-05-19 14:29:20 +09:00
Philipp Hansch
7c3fcf0272
Merge pull request #2773 from phansch/add_hyper_to_integration_tests
Add hyper to integration tests
2018-05-18 19:07:23 +02:00
Philipp Hansch
ee96249d32
Add hyper to integration tests
Because it was failing before: https://github.com/rust-lang/rust/issues/49643
2018-05-18 18:43:21 +02:00
Oliver Schneider
dc5a5a46dc
Merge pull request #2763 from phansch/tasty_ice_cream
Fix SpanlessHash and SpanlessEq tables
2018-05-18 09:12:58 +02:00
Philipp Hansch
3c068d7ba5
Merge pull request #2772 from phansch/add_more_integration_tests
Add more integration tests
2018-05-17 23:48:55 +02:00
Philipp Hansch
4a460ab6c3
Use full backtrace 2018-05-17 22:16:15 +02:00
Philipp Hansch
b4482ce381
Make build output cleaner 2018-05-17 21:40:23 +02:00
Philipp Hansch
8509a0f839
Add more crates for integration tests 2018-05-17 21:40:04 +02:00
Philipp Hansch
ed885dc2b3
Fix ICE for issues 2767, 2499, 1782 2018-05-17 21:12:07 +02:00
Philipp Hansch
6eb07cc5b6
Fix ICE for issue 2594 2018-05-17 21:12:06 +02:00
Philipp Hansch
21e783d3b6
Add run-pass tests for SpanlessEq/SpanlessHash ICE 2018-05-17 20:47:21 +02:00
Philipp Hansch
f19eab94fb
Merge pull request #2764 from phansch/integration_tests
Add basic integration tests for travis
2018-05-17 14:16:26 +02:00
Oliver Schneider
c0bf3a4696 Version bump 2018-05-17 11:40:12 +02:00
Oliver Schneider
f400548391
Merge pull request #2770 from mati865/rustup
Rustup to 2018-05-16
2018-05-17 11:36:41 +02:00
Mateusz Mikuła
f0c823a85e Rustup to 2018-05-16 2018-05-17 11:21:15 +02:00
Philipp Hansch
569c138333
s/internal error/internal compiler error/ 2018-05-16 20:08:46 +02:00
Philipp Hansch
3314c5fda7
No -e in integration_tests
Because that makes the script stop early and not print any clippy error
output.
2018-05-16 19:54:30 +02:00
Philipp Hansch
dd0ed5dccc
Clone into checkout directory and cd into it 2018-05-16 19:21:57 +02:00
Philipp Hansch
9e6dc8d2d5
Add exec bit, add set -ex to ci test files 2018-05-16 18:55:21 +02:00
Philipp Hansch
4abd4a12b7
Make sure base tests are executed, too 🔨 2018-05-16 09:17:55 +02:00
Philipp Hansch
cc9122777b
Add integration tests 2018-05-16 09:10:35 +02:00
Manish Goregaokar
1af2f20da6
include contributing.md blurb from https://github.com/hashicorp/vault/blob/master/CONTRIBUTING.md 2018-05-14 12:11:56 -05:00
Oliver Schneider
c658fc8cbc
Version bump 2018-05-14 11:29:22 +02:00
Oliver Schneider
ff0f8d5ac3
Merge pull request #2758 from CAD97/patch-1
Update for rust-lang/rust#50536
2018-05-14 11:26:43 +02:00
Christopher Durham
2c2e7f4d5f
Update for rust-lang/rust#50536
Fixes #2757
2018-05-14 04:34:11 -04:00
Martin Carton
491fb01af5
Merge pull request #2755 from phansch/typos
Fix two typos
2018-05-13 13:49:40 +02:00
Philipp Hansch
ecf4f5128f
Fix two typos 2018-05-13 13:47:54 +02:00
Oliver Schneider
be7e554c81
Merge pull request #2753 from phansch/fix_build_script_for_dev_channel
Fix build script for dev channel
2018-05-13 11:56:03 +02:00
Philipp Hansch
364f42d78d
Fix build script for dev channel 2018-05-13 11:32:33 +02:00
Philipp Hansch
29a900d916
Merge pull request #2754 from phansch/rustup20180513
Rustup to 2018-05-13
2018-05-13 11:31:20 +02:00
Oliver Schneider
a8d7e5a1f2
Version bump 2018-05-13 11:16:07 +02:00
Philipp Hansch
26b48bbdfc
Rustup to 2018-05-13 2018-05-13 10:44:57 +02:00
Oliver Schneider
18a5b90242
Merge pull request #2712 from rust-lang-nursery/oli-obk-patch-1
Deprecate plugin-clippy
2018-05-12 11:13:37 +02:00
Oliver Schneider
553b90b0b7
Merge pull request #2747 from rust-lang-nursery/author
Patterns, locals and matches for author lint
2018-05-12 11:12:23 +02:00
Philipp Hansch
cd3d22d287
Merge pull request #2748 from phansch/explain_how_to_fix_nightly_build_failures
Explain how to debug and fix nightly build failures
2018-05-12 11:01:56 +02:00
Philipp Hansch
fa0d9c5782
Explain how to debug and fix nightly build failures 2018-05-12 10:35:35 +02:00