| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-05-28 | Merge pull request #2810 from Aaronepower/stable_feature_flags | Oliver Schneider | -3/+0 | |
| Removed stable feature flags | ||||
| 2018-05-28 | Removed stable feature flags | Aaron Power | -3/+0 | |
| 2018-05-27 | running update lints script | Reiner Dolp | -2/+2 | |
| 2018-05-26 | Rustup | Oliver Schneider | -2/+2 | |
| 2018-05-24 | Fix note on macro outside current crate. Changed group to restricted | Michael A. Plikk | -2/+1 | |
| 2018-05-24 | Rename panic files to panic_unimplemented | Michael A. Plikk | -6/+6 | |
| 2018-05-24 | Create lint for unimplemented!() | Michael A. Plikk | -0/+2 | |
| 2018-05-19 | Use the new scoped tool attributes | Oliver Schneider | -1/+0 | |
| 2018-05-04 | Merge pull request #2713 from alexreg/nightly-fix | Oliver Schneider | -1/+0 | |
| Fixed build for latest rust master | ||||
| 2018-05-03 | remove unused crate import | Oliver Schneider | -1/+0 | |
| 2018-04-30 | Lint for multiple versions of dependencies | Yusuf Simonson | -0/+10 | |
| 2018-04-27 | rustup | Mateusz Mikuła | -0/+3 | |
| 2018-04-25 | Merge pull request #2673 from estk/excessive_precision | Oliver Schneider | -0/+4 | |
| Excessive precision | ||||
| 2018-04-24 | New excessive precision lint for floats | Evan Simmons | -0/+4 | |
| 2018-04-24 | Merge pull request #2684 from 17cupsofcoffee/infallible-destructuring-match | Oliver Schneider | -0/+4 | |
| Lint for destructuring tuple structs/variants with an infallible single-armed match | ||||
| 2018-04-24 | Implement lint for destructuring tuple structs with a let and a match ↵ | Joe Clay | -0/+4 | |
| (closes #2671) | ||||
| 2018-04-19 | Version bump | Oliver Schneider | -2/+4 | |
| 2018-04-15 | Merge pull request #1467 from philipturnbull/option_map_nil_fn | Oliver Schneider | -0/+4 | |
| Lint `Option.map(f)` where f returns unit | ||||
| 2018-04-15 | Version bump | Oliver Schneider | -10/+16 | |
| 2018-04-15 | Also lint Result.map for unit returns | Philipp Hansch | -0/+1 | |
| 2018-04-15 | Rename option_map_unit_fn to map_unit_fn | Philipp Hansch | -3/+3 | |
| 2018-04-15 | Rename lint to option_map_unit_fn | Philipp Hansch | -3/+3 | |
| Rust does not have nil. | ||||
| 2018-04-15 | Lint `Option.map(f)` where f returns nil | Phil Turnbull | -0/+3 | |
| 2018-04-11 | Merge pull request #2661 from devonhollowood/ptr-ptr-casts | Oliver Schneider | -2/+8 | |
| Replace `misaligned_transmute` lint | ||||
| 2018-04-11 | Deprecate misaligned_transmute | Devon Hollowood | -2/+4 | |
| 2018-04-11 | Fix misaligned_transmute lint | Devon Hollowood | -0/+4 | |
| This is done by adding two new lints: cast_ptr_alignment and transmute_ptr_to_ptr. These will replace misaligned_transmute. | ||||
| 2018-04-08 | Temporarily disable the needless_borrow lint | Oliver Schneider | -2/+1 | |
| 2018-04-07 | New lints for write! / writeln! macros. | Evan Simmons | -11/+10 | |
| 2018-04-04 | Bump version to 0.0.192 | Manish Goregaokar | -2/+3 | |
| 2018-03-29 | Address review comments | Oliver Schneider | -20/+23 | |
| 2018-03-28 | Update test suite | Oliver Schneider | -1/+206 | |
| 2018-03-28 | Categorize all the lints! | Oliver Schneider | -118/+116 | |
| 2018-03-27 | Implementation + move one lint | Oliver Schneider | -1/+28 | |
| 2018-03-26 | Merge pull request #2574 from mark-i-m/i128 | Oliver Schneider | -2/+4 | |
| i128 is stabilizing | ||||
| 2018-03-25 | make it pass for now | Mark Mansi | -0/+4 | |
| 2018-03-25 | i128 is stable | Mark Mansi | -2/+0 | |
| 2018-03-16 | Remove attributes for stable features | Mateusz Mikuła | -2/+1 | |
| Signed-off-by: Mateusz Mikuła <mati865@gmail.com> | ||||
| 2018-03-16 | Rustup | Oliver Schneider | -1/+1 | |
| 2018-03-13 | Update to rustc master | Oliver Schneider | -1/+1 | |
| 2018-03-07 | Merge pull request #2483 from kimsnj/infinite_loop | Oliver Schneider | -0/+1 | |
| immutable while condition | ||||
| 2018-02-26 | Bump to 0.0.187 | Manish Goregaokar | -2/+2 | |
| 2018-02-26 | oops | Manish Goregaokar | -1/+0 | |
| 2018-02-26 | Rustup to rustc 1.26.0-nightly (322d7f7b9 2018-02-25) | Manish Goregaokar | -0/+1 | |
| 2018-02-25 | lint: immutable only vars in while condition | Karim Snj | -0/+1 | |
| 2018-02-19 | Merge branch 'master' into suspicious_impl | Philipp Krones | -0/+4 | |
| 2018-02-13 | Lint for suspicious implementations of arithmetic std::ops traits | flip1995 | -0/+4 | |
| 2018-02-10 | Implement redundant field names lint #2244 | TomasKralCZ | -0/+3 | |
| 2018-02-06 | Make decimal_literal_representation a restriction lint | flip1995 | -1/+1 | |
| 2018-02-02 | Bump to 0.0.185 | Manish Goregaokar | -1/+2 | |
| 2018-01-31 | Add question mark operator | Guillem Nieto | -0/+2 | |
