Commit graph

46 commits

Author SHA1 Message Date
Manish Goregaokar
e7f3fa6713 Remove * dep 2015-12-29 10:25:53 +05:30
Manish Goregaokar
a2b842dff3 Bump cargo (fixes #517) 2015-12-23 07:53:01 +05:30
Devon Hollowood
b6766a0dcf Add RustcEncodable test 2015-12-21 01:40:19 -08:00
Manish Goregaokar
4a32445aa7 Add macro check to used_underscore 2015-12-20 04:53:29 +05:30
Manish Goregaokar
a65a7770b3 Rust upgrade to rustc 1.7.0-nightly (8ad12c3e2 2015-12-19) 2015-12-19 19:08:22 +05:30
Oliver Schneider
ecb97866b6 compiletest_rs needs to be at least 0.0.11
otherwise tests using `SUGGESTION` will fail (see `compile-fail/eta.rs`)
2015-12-14 11:28:22 +01:00
Manish Goregaokar
b865e30b49 Upgrade rust to rustc 1.6.0-nightly (462ec0576 2015-12-09) 2015-12-09 15:56:49 -05:00
Robert Clipsham
978c41584f Fix clippy with latest Rust nightly. 2015-12-05 12:33:58 +00:00
Manish Goregaokar
dc414e6c02 Make panic in CC silencable (partial #478) 2015-12-05 14:23:00 +05:30
Manish Goregaokar
b45745e905 bump 27 2015-11-30 23:17:14 +05:30
Manish Goregaokar
2ce2bc3345 Bump to 26 2015-11-30 15:52:17 +05:30
Manish Goregaokar
5b6c2b7938 Publish 0.0.25 2015-11-26 04:57:23 +05:30
Manish Goregaokar
1b41a4515e Crates bump 2015-11-20 16:21:14 +05:30
Manish Goregaokar
c7df4bd000 Rustup to rustc 1.6.0-nightly (effcd2965 2015-11-04)
fixes #437
2015-11-05 08:20:28 +05:30
Manish Goregaokar
5d3f627f47 bump version, add optional dep info 2015-10-25 23:43:27 +05:30
Manish Goregaokar
e24d469849 bump again 2015-10-15 19:56:27 +05:30
Manish Goregaokar
1f4136dc08 bump crates 2015-10-15 19:22:36 +05:30
Manish Goregaokar
7a129a1340 Bump version 2015-10-06 00:50:06 +05:30
Manish Goregaokar
cd3b21907b bump 2015-10-02 13:37:46 +05:30
Manish Goregaokar
cd11488080 rustup 2015-09-24 2015-09-25 18:52:36 +05:30
Pietro Monteiro
b2c66d1a0e Upgrade Rust to rustc 1.5.0-nightly (b2f379cdc 2015-09-23)
Ident was removed in many HIR structures in favor of Name.
2015-09-23 17:30:39 -07:00
Manish Goregaokar
f4da7d09d2 Upgrade Rust to rustc 1.5.0-nightly (cff041170 2015-09-17)
LintPass was split and ExprParen was removed from the HIR

Fixes #338
2015-09-19 08:23:04 +05:30
Manish Goregaokar
3124d2b8df Rustup to rustc 1.5.0-nightly (fc4d566b4 2015-09-16)
fixes #334
2015-09-17 05:32:29 +05:30
Manish Goregaokar
d9ecd0b965 bump 2015-09-06 05:47:51 +05:30
llogiq
e11fd49b1c Unicode lints, second attempt: Lint whole strings, help with replacement 2015-09-04 16:18:46 +05:30
Manish Goregaokar
af1340e4fe bump crates to 0.0.12 2015-08-20 12:49:49 +05:30
llogiq
36ef03158f give credit where credit is due 2015-08-20 08:59:07 +02:00
Manish Goregaokar
8bcd01ff47 Bump to 0.0.11 2015-08-12 15:20:18 +05:30
Manish Goregaokar
5060e9e685 Bump to 0.0.10 2015-08-12 00:28:46 +05:30
Manish Goregaokar
228f06a960 Upgrade Rust to rustc 1.4.0-nightly (a5d33d891 2015-08-08) (fixes #123) 2015-08-09 22:16:39 +05:30
Manish Goregaokar
6ebb9b1551 Fix crash with idents from different contexts 2015-08-02 20:59:12 +05:30
Manish Goregaokar
de5ccdfab6 Upgrade to rustc 1.3.0-nightly (4d52d7c85 2015-07-30) 2015-07-31 12:00:06 +05:30
Manish Goregaokar
0e8e8cfc9b Basic framework for structured logging 2015-07-27 00:39:09 +05:30
Manish Goregaokar
ad3d36dc72 bump to 0.0.6 2015-07-10 20:22:15 +05:30
Manish Goregaokar
be8cb319d8 bump crates 2015-06-13 22:36:06 +05:30
llogiq
cd2e621c60 made in_macro distinguish intra-crate and extra-crate macros, as the latter have no working source (note: may fail in the face of compiler plugins doing whatever they like with spans), also one more run-pass test 2015-05-26 13:52:40 +02:00
llogiq
0d651c72ff made macro test even simpler, added a few tests 2015-05-26 01:45:15 +02:00
Manish Goregaokar
2447e1d5be Add eta reduction (fixes #29) 2015-05-10 11:49:08 +05:30
Manish Goregaokar
709dfe1cea plugin 2015-05-09 15:24:54 +05:30
Manish Goregaokar
5b1cda74c6 Add info 2015-05-09 15:22:22 +05:30
Manish Goregaokar
068e215728 move to compiletest on crates 2015-05-09 15:19:12 +05:30
llogiq
441b55b328 Added eq_op and bad_bit_mask from the extra_lints project (mostly plain copy, need to refactor to integrate better) 2015-04-30 11:48:43 +02:00
Manish Goregaokar
a5c3102594 Use compiletest 2015-04-14 00:20:44 +05:30
Manish Goregaokar
a8aadc7376 rust_clippy -> clippy 2014-12-26 05:30:03 +05:30
Manish Goregaokar
2af7596f03 dylib 2014-12-25 04:43:56 +05:30
Manish Goregaokar
37226273a7 init cargo 2014-11-19 13:23:40 +05:30