about summary refs log tree commit diff
path: root/clippy_lints/src/large_enum_variant.rs
AgeCommit message (Expand)AuthorLines
2018-12-08rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() )Matthias Krüger-1/+1
2018-11-27Run rustfmt on clippy_lintsflip1995-8/+6
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-20Another Applicability adjustmentflip1995-1/+1
2018-09-20Applicability adjustment per additional commentsVitaly _Vi Shukela-1/+1
2018-09-20Fill in Applicability from review comments by @flip1995Vitaly _Vi Shukela-1/+1
2018-09-20Use span_suggestion_with_applicability instead of span_suggestionVitaly _Vi Shukela-1/+3
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-4/+4
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-07-23RustupOliver Schneider-1/+1
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16Update for hir renamings in rustcOliver Schneider-1/+1
2018-05-30Run rustfixMateusz Mikuła-1/+1
2018-03-28Categorize all the lints!Oliver Schneider-2/+2
2018-03-16Apply clippy suggestionsMateusz Mikuła-1/+1
2018-02-09Remove rarely used `type_size` helper functionOliver Schneider-8/+6
2017-09-05Run nightly rustfmtOliver Schneider-9/+10
2017-08-21Run Dogfood for `use_self`Oliver Schneider-1/+1
2017-08-14RustfmtOliver Schneider-26/+38
2017-04-27Update to latest rustc versionOliver Schneider-2/+2
2017-03-02Fix invalid_upcast_comparisons lint for same size sign castsOliver Schneider-23/+15
2017-02-10rustfmtOwen Sanchez-1/+3
2017-02-10Search directly for the largest and smallest variants instead of sortingOwen Sanchez-12/+17
2017-02-10Change large_enum_variant to lint against size differences rather than sizeOwen Sanchez-38/+52
2017-02-10Add some writes to a log file for debuggingOwen Sanchez-0/+8
2017-02-03TyCtxt::map is now called TyCtxt::hirMrmaxmeier-1/+1
2017-01-31rustfmtOliver Schneider-9/+6
2017-01-31improve messages and add suggestionsOliver Schneider-5/+25
2017-01-30large_enum_variants lint suggests to box variants above a configurable limitOliver Schneider-0/+81