This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6f527ea810
rust
/
src
History
Download ZIP
Download TAR.GZ
llogiq
6bec4f35df
Added 'ineffective bit mask' lint
2015-05-15 14:09:29 +02:00
..
approx_const.rs
New lint: approx_const
2015-05-04 12:01:34 +02:00
bit_mask.rs
Added 'ineffective bit mask' lint
2015-05-15 14:09:29 +02:00
eq_op.rs
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
eta_reduction.rs
Add eta reduction (
fixes
#29
)
2015-05-10 11:49:08 +05:30
lib.rs
Added 'ineffective bit mask' lint
2015-05-15 14:09:29 +02:00
misc.rs
fixed typo from last commit
2015-05-06 14:19:02 +02:00
needless_bool.rs
Added check for zero bitmask and uncommon directions, wrong comment in needless_bool corrected, added new lint vec_ptr_arg + test
2015-05-04 07:20:34 +02:00
ptr_arg.rs
Added &String matching and renamed to vec_ptr_arg to ptr_arg, also added README section
2015-05-04 08:15:24 +02:00
types.rs
Fix Box<Vec<T>> test.
2015-05-06 22:52:16 -07:00