about summary refs log tree commit diff
path: root/clippy_lints/src/utils/mod.rs
AgeCommit message (Expand)AuthorLines
2018-06-19Merge pull request #2844 from illicitonion/default_trait_accessOliver Schneider-0/+14
2018-06-19Version bumpOliver Schneider-0/+1
2018-06-18Exclude generated codeDaniel Wagner-Hall-0/+14
2018-06-08Implement lint that checks for unidiomatic `unwrap()` (fixes #1770)Fabian Zaiser-0/+1
2018-06-07Fix cargo late bound region mismatch ICEPhilipp Hansch-1/+5
2018-05-30Run rustfixMateusz Mikuła-1/+1
2018-05-23Update to nightly 2018-05-22Mateusz Mikuła-2/+2
2018-05-19Use the new scoped tool attributesOliver Schneider-11/+17
2018-05-17Rustup to 2018-05-16Mateusz Mikuła-3/+3
2018-05-11Rustup to 2018-05-11Philipp Hansch-2/+2
2018-05-04Merge pull request #2713 from alexreg/nightly-fixOliver Schneider-6/+6
2018-05-03Fixed build for latest nightly (again)Alexander Regueiro-1/+1
2018-05-01Simplify some internal codeCyril Plisko-3/+1
2018-05-01Fixed build for latest nightlyAlexander Regueiro-5/+5
2018-04-28Rustup to latest nightlyPhilipp Hansch-2/+2
2018-04-27rustupMateusz Mikuła-1/+1
2018-04-07Fix compilation for nightly 2018-04-06Michael Wright-1/+1
2018-04-02Fix clippy warningMichael Wright-1/+1
2018-03-30Handle nested block commentsPhilipp Hansch-5/+4
2018-03-30Fix false positive in empty_line_after_outer_attrPhilipp Hansch-0/+34
2018-03-16Apply clippy suggestionsMateusz Mikuła-1/+1
2018-03-13Update to rustc masterOliver Schneider-9/+24
2018-03-05Make `redundant_field_name` not care range expressionsHidehito Yabuuchi-0/+10
2018-02-09Remove rarely used `type_size` helper functionOliver Schneider-7/+0
2018-02-06Partly fix incorrect useless_attribute suggestionPhilipp Hansch-0/+8
2018-02-05Cleanup calls to `layout_of`Oliver Schneider-9/+2
2018-02-05Merge pull request #2415 from HMPerson1/fix-2356Oliver Schneider-0/+3
2018-02-05Rustup to rustc 1.25.0-nightly (0c6091fbd 2018-02-04)messense-3/+5
2018-02-02Fix `get_enclosing_block`HMPerson1-0/+3
2018-02-02set CodeSuggestion approximate to false. fixes #2429Frederick Zhang-0/+1
2018-01-25Add misaligned_transmute lintDevon Hollowood-1/+6
2018-01-17Add some reviewer commentsPhil Ellison-2/+2
2018-01-16Fix error span to play nicely with rustfixPhil Ellison-2/+2
2018-01-14Address some review commentsPhil Ellison-0/+14
2018-01-14Move get_arg_name into utilsPhil Ellison-0/+8
2017-12-15Rustup and lazy_static version mismatch fixOliver Schneider-0/+1
2017-11-21fix usage of LayoutDetailsFrederick Zhang-2/+3
2017-11-15RustupOliver Schneider-4/+3
2017-11-10RustupOliver Schneider-8/+12
2017-11-05Cargo fmttopecongiro-18/+25
2017-10-29Handle TyForeignManish Goregaokar-0/+1
2017-10-23remove if_let_chainAlex Burka-57/+0
2017-10-23mechanically swap if_let_chain -> if_chainAlex Burka-26/+29
2017-10-20Fixed some code in clippy to pass the new, removed formatting changes.Paul Florence-1/+1
2017-10-11Apply suggestionssinkuu-1/+4
2017-10-08Merge pull request #2117 from sinkuu/improve_take_by_valueOliver Schneider-0/+1
2017-10-08Duplicate ptr_arg's suggestion logicsinkuu-0/+1
2017-09-19Move has_drop to the utils module.Chris Emerson-0/+9
2017-09-16add suggestions for .clone() in ptr_arg fnsAndre Bogus-0/+21
2017-09-13RustupOliver Schneider-0/+4