| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rustup to *1.9.0-nightly (c66d2380a 2016-03-15)*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add a configuration file and a POC `BLACKLISTED_NAME` lint
|
|
It might still have false positives, but it’s even less likely.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This can be useful to prevent panics in a codebase. ATM it is a pedantic
lint, but in the future it should be added to the restricions group.
|
|
|
|
|
|
|
|
|
|
Lint unused labels and types with `fn new() -> Self` and no `Default` impl
|
|
|
|
|
|
|
|
|
|
|
|
Linting classical overflow checks
|
|
|
|
|
|
|
|
|
|
|