Commit Graph

1857 Commits

Author SHA1 Message Date
Oliver Schneider 100d381d2b
lint `a += a + b` (possible mis-refactoring of `a = a + b`) 2016-07-20 15:29:24 +02:00
Oliver Schneider 3ea9a249bc
get snippets inside the suggestions-closure 2016-07-20 13:29:01 +02:00
mcarton e3559ec4fc Revert "Maybe fix `deploy.sh`"
This reverts commit c6c8560861.
2016-07-19 23:08:41 +02:00
mcarton 8587bbe922 Add encryption label to deploy.sh
Aka. “Fix deploy.sh IV”
2016-07-19 23:00:36 +02:00
mcarton 1155925305 Fix deploy.sh III 2016-07-19 22:48:52 +02:00
mcarton e8c54edfe1 Fix deploy.sh II 2016-07-19 22:42:09 +02:00
mcarton c6c8560861 Maybe fix `deploy.sh` 2016-07-19 22:27:39 +02:00
Martin Carton 46ad7d00a2 Merge pull request #1109 from Manishearth/setup-gh-pages
Fix deploy.sh and python2 usage
2016-07-19 22:13:24 +02:00
mcarton 3fab9a8970
Fix deploy.sh and python2 usage 2016-07-19 22:07:39 +02:00
Martin Carton 5cb4fb7076 Merge pull request #1108 from Manishearth/setup-gh-pages
Add `deploy.sh` to `travis.toml`
2016-07-19 21:56:15 +02:00
mcarton b7df2f8732
Add `deploy.sh` to `travis.toml` 2016-07-19 21:52:13 +02:00
Martin Carton 8383e56973 Merge pull request #1107 from Manishearth/setup-gh-pages
Setup gh-pages
2016-07-19 21:49:06 +02:00
mcarton 01c61a714b
Setup automatic push of gh-pages 2016-07-19 21:26:16 +02:00
mcarton c638e5b679 Merge branch 'feature/gh-pages-docs' of https://github.com/killercup/rust-clippy into killercup-feature/gh-pages-docs 2016-07-19 20:01:10 +02:00
llogiq a371558bdb Merge pull request #1093 from oli-obk/serde_specific_lint
lint on implementing `visit_string` without also implementing `visit_str`
2016-07-18 11:53:28 +02:00
Oliver Schneider b4ee9115d8
"fallout" 2016-07-18 11:19:45 +02:00
Oliver Schneider 02c46f057f
add an internal lint that catches misordered paths 2016-07-18 11:19:33 +02:00
mcarton 94fcdadd85 Update README 2016-07-17 13:38:17 +02:00
mcarton 5eced5dc55 Dogfood 2016-07-17 13:33:51 +02:00
Martin Carton fc2c6cbb08 Merge pull request #1103 from Manishearth/doc-eta
redundant closures don't allocate
2016-07-16 14:55:14 +02:00
Manish Goregaokar 3e13e24ed5
redundant closures don't allocate 2016-07-16 18:25:00 +05:30
mcarton 13a30aed2d
Run `./util/update_lints.py` 2016-07-16 00:30:08 +02:00
mcarton caa76e119b
Improve docs 2016-07-16 00:26:54 +02:00
Oliver Schneider fc54a91916
add the path to the util::path module 2016-07-15 18:10:28 +02:00
Martin Carton 26fdd3f2b7 Merge pull request #1102 from Manishearth/fix-1100
Fix position of mut in toplevel-ref-arg (fixes #1100, again)
2016-07-15 15:39:49 +02:00
Manish Goregaokar b8c5e5a89c
Fix position of mut in toplevel-ref-arg (fixes #1100, again) 2016-07-15 19:02:41 +05:30
Martin Carton 6a20d6a5f6 Merge pull request #1101 from Manishearth/fix-1100
Suggest mutability and fix type in toplevel-ref-arg
2016-07-15 14:41:28 +02:00
Manish Goregaokar 60f354880f
Suggest mutability and fix type in toplevel-ref-arg 2016-07-15 17:52:34 +05:30
Pascal Hertleif c2baf5f2e3 Add EditorConfig 2016-07-15 13:08:21 +02:00
Pascal Hertleif a4f070ba92 Add Level 'Deprecated' 2016-07-15 13:08:13 +02:00
Pascal Hertleif 8dad2ced7a HMTL Docs: Add Configuration, Fix Example Section 2016-07-15 13:08:04 +02:00
mcarton b2637a6f78
Fix markdown in CHANGELOG 2016-07-15 12:32:21 +02:00
mcarton 557baf253a
Format code for methods lints 2016-07-14 22:56:20 +02:00
llogiq b1becf41e4 Merge pull request #1099 from Manishearth/fix
Some small fixes
2016-07-14 21:32:45 +02:00
Pascal Hertleif bbbd0a5475 Adjust HTML Docs
- Section IDs, with handy anchor links
- Multiple filters for levels
- Table rendering, block quote size
- Nicer loading (hide un-rendered content)
- Code highlighting (only for Rust, of course!)
- Fix parsing of descriptions that have a newline after the section
  title (lead to duplicating the title, e.g., "Examples", in the
  content)
2016-07-14 21:00:20 +02:00
mcarton ea665c38f1
Fix FP with `USELESS_VEC` and non-copy types 2016-07-14 19:31:17 +02:00
mcarton c1eb5828fa
Fix suggestion spans for `NEEDLESS_RETURN` 2016-07-14 18:32:48 +02:00
mcarton 3447bfccd9
Fix `MANY_SINGLE_CHAR_NAMES`'s docs 2016-07-14 17:42:57 +02:00
Oliver Schneider 99b1ebbb33 Merge pull request #1096 from cramertj/1086-negative-zero
Fix #1086-Added sign check on Constant f64 PartialEq implementation
2016-07-14 13:13:11 +02:00
Taylor Cramer 7450d842ea Fix different NaNs in if const expressions test 2016-07-13 10:02:28 -07:00
Taylor Cramer 61d1a9b030 Check for comparison of -0.0 and 0.0 in PartialOrd for Constant 2016-07-13 09:55:16 -07:00
Taylor Cramer 0c21a6b0c4 Add test for different NaNs 2016-07-13 09:35:31 -07:00
Taylor Cramer 0dd13b0db2 Change floating point constant to mem::transmute u64 comparison 2016-07-13 00:59:35 -07:00
Taylor Cramer 8907cbc0b8 Added sign check on Constant f64 PartialEq implementation 2016-07-13 00:43:33 -07:00
Oliver Schneider 319c66a2a4
lint on implementing `visit_string` without also implementing `visit_str` 2016-07-12 17:36:11 +02:00
Martin Carton f1a0ddf31b Merge pull request #1092 from Manishearth/fx
Remove unnecessary feature
2016-07-12 17:03:05 +02:00
Manish Goregaokar e63b8342c3 Remove unnecessary feature 2016-07-12 20:21:45 +05:30
Pascal Hertleif ba9eda7236 Add First Draft of Lint Listing Page 2016-07-12 16:31:13 +02:00
Martin Carton aa75fda4c4 Merge pull request #1083 from Manishearth/allow-large-arrays
Don't warn when boxing large arrays r? @mcarton
2016-07-12 15:27:19 +02:00
Manish Goregaokar c1421c6e82
Don't warn when boxing large arrays 2016-07-12 18:49:34 +05:30