about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2019-04-14Refactor suspicious_else_formatting using if_chainPhilipp Hansch-35/+32
2019-04-14Remove `except` in suspicious_else_formattingPhilipp Hansch-16/+16
2019-04-12Auto merge of #3946 - rchaser53:issue-3920, r=flip1995bors-1/+3
2019-04-13fix format does not parse escaped braces errorrchaser53-1/+3
2019-04-12Fix `get_def_path`flip1995-9/+7
2019-04-10Auto merge of #3931 - phansch:3891, r=flip1995bors-16/+13
2019-04-10Refactor check_lit methodPhilipp Hansch-17/+13
2019-04-10Support updated type dependent def ID getterTomas Koutsky-7/+7
2019-04-10Code formatting/cleanupPhilipp Hansch-4/+1
2019-04-10Don't emit useless_attribute lint in external macrosPhilipp Hansch-1/+5
2019-04-09Auto merge of #3925 - phansch:3741, r=flip1995bors-1/+2
2019-04-08Fix ICE in decimal_literal_representation lintPhilipp Hansch-9/+13
2019-04-08Escape a single quote in single_char_pattern hintKlemen Košir-1/+2
2019-04-08Auto merge of #3921 - euclio:single-char-names-multispan, r=flip1995bors-28/+63
2019-04-08Auto merge of #3848 - felix91gr:null_transmute, r=flip1995bors-13/+140
2019-04-08Auto merge of #3901 - rail-rain:issue_1670, r=flip1995bors-6/+22
2019-04-08cargo fmtPhilipp Hansch-2/+3
2019-04-07Fix ICE in suspicious_else_formattingPhilipp Hansch-2/+2
2019-04-05use a multispan for MANY_SINGLE_CHAR_NAMESAndy Russell-28/+63
2019-04-04NFC: fix typosMatthias Krüger-2/+2
2019-04-03rustup https://github.com/rust-lang/rust/pull/59657Matthias Krüger-1/+1
2019-04-02Add TransmutingNull LintFélix Fischer-13/+140
2019-04-01Rustup to https://github.com/rust-lang/rust/pull/58805Philipp Hansch-2/+1
2019-04-01Updated source to match with recent rustc `master` toolchain changesFélix Fischer-2/+4
2019-04-01Fix dogfood error of question_mark lint fixflip1995-3/+2
2019-04-01Fix question_mark lint+testflip1995-1/+8
2019-03-28use `span_lint_and_sugg` in `explicit_counter_loop`rail-7/+17
2019-03-26Fix some test failuresFélix Fischer-2/+1
2019-03-26Hacky rustupOliver Scherer-26/+34
2019-03-23run cargo fmtMatthias Krüger-4/+1
2019-03-23rustup https://github.com/rust-lang/rust/pull/59096/Matthias Krüger-17/+11
2019-03-23Change explicit_counter_loop's message to add parentheses if necessaryrail-1/+5
2019-03-23Change explicit_counter_loop's message to reflect original variable namerail-2/+4
2019-03-18Cargo fmtMateusz Mikuła-60/+58
2019-03-18Drop range_contains featureMateusz Mikuła-1/+0
2019-03-18Fix rustfmt::skip detectionMateusz Mikuła-1/+2
2019-03-18Rework clippy detection in attribute lintMateusz Mikuła-3/+4
2019-03-18name -> check_nameMateusz Mikuła-16/+16
2019-03-18span -> span()Mateusz Mikuła-3/+3
2019-03-18name -> ident_strMateusz Mikuła-3/+7
2019-03-18NestedMetaItemKind -> NestedMetaItemMateusz Mikuła-5/+5
2019-03-18Drop redundant &Mateusz Mikuła-1/+1
2019-03-18Fix path_qualifiedMateusz Mikuła-11/+17
2019-03-18Replace most of ty:Ty with TyMateusz Mikuła-18/+18
2019-03-16Feed dogflip1995-3/+4
2019-03-16Adapt paths to new formattingflip1995-12/+12
2019-03-16cargo fmtflip1995-25/+19
2019-03-16Use LocalInternedString inside of AbsolutePathPrinterflip1995-11/+14
2019-03-16AbsolutePathBuffer -> AbsolutePathPrinterflip1995-6/+6
2019-03-16Remove ty::TyKind from eta_reduction and replace it with ty::Tyflip1995-15/+15