Matthias Krüger
e7b820d626
consistently gitignore all Cargo.lock files
2018-09-27 12:34:16 +02:00
Matthias Krüger
fa11aad92a
print git commit hash and commit date in version output
...
clippy 0.0.212 (964fcbe0 2018-09-06)
2018-09-06 14:45:12 +02:00
Philipp Hansch
20836d3003
Remove duplicated .gitignore
2018-09-05 13:35:57 +02:00
Oliver Schneider
22bef4ce28
Patterns, locals and matches for author lint
2018-05-11 19:05:34 +02:00
Philipp Hansch
c0a0ddd638
Add rustc version check to build script
2018-05-07 22:11:26 +02:00
MSI\Stew's Laptop
d175c797e5
fixing error message for empty println macro
2018-04-15 14:00:28 +02:00
Oliver Schneider
21f387d278
Update dependencies
2018-03-13 16:54:13 +01:00
Ben Boeckel
3358dd72ed
gitignore: support ignoring target as symlinks
2018-01-31 14:51:40 -05:00
Malo Jaffré
4734bc0150
Ignore Cargo.lock in .gitignore
...
Since the merge of #2146 , `Cargo.lock` is no longer checked in the git
repository, but `cargo` generates it anyway, if we are not in the main rust
repository. Ignore it to avoid eventual confusion when contributing directly
to clippy.
2017-10-20 23:20:44 +02:00
Oliver Schneider
4402bc70a3
Rust needs clippy to have a Cargo.lock
2017-08-15 18:24:42 +02:00
Oliver Schneider
b1eec6b402
Remove all references to clippy_tests
2017-08-02 17:24:07 +02:00
Oliver Schneider
3a61b452a2
Create a lint authoring helper (generates matching code)
2017-08-01 12:55:52 +02:00
Oliver Schneider
4465bc3e3f
Make most tests an example
so we can run them one by one
2017-05-17 14:19:44 +02:00
Oliver Schneider
c657d603ba
Bump the version
2017-04-07 11:25:00 +02:00
Oliver Schneider
3b8d348fd5
create a commit with just changelog and Cargo.toml changes
2017-02-16 09:49:47 +01:00
Oliver Schneider
0a7ae5fec8
run rustfmt
2016-12-20 10:20:41 +01:00
Georg Brandl
9a221402e6
Make Python utils more idiomatic, use better names, fix -c mode of update_wiki.
2016-08-07 08:09:26 +02:00
mcarton
01c61a714b
Setup automatic push of gh-pages
2016-07-19 21:26:16 +02:00
Pascal Hertleif
ba9eda7236
Add First Draft of Lint Listing Page
2016-07-12 16:31:13 +02:00
Oliver Schneider
bf227f4729
split clippy into lints, plugin and cargo-clippy
2016-05-27 13:03:58 +02:00
Oliver Schneider
617c820e6b
compute cyclomatic complexity (adjusted to not punish Rust's match
)
2015-12-03 16:41:55 +01:00
Manish Goregaokar
2447e1d5be
Add eta reduction ( fixes #29 )
2015-05-10 11:49:08 +05:30
Manish Goregaokar
3a6010f8df
Create .gitignore
2014-11-19 13:22:58 +05:30