about summary refs log tree commit diff
path: root/clippy_lints/src/needless_pass_by_value.rs
AgeCommit message (Expand)AuthorLines
2020-01-22Rustup to rust-lang/rust#68140Yuki Okushi-1/+1
2020-01-18Rustup to rust-lang/rust#68204Yuki Okushi-1/+1
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-11Rustup to rust-lang/rust#68101Yuki Okushi-2/+1
2020-01-09Rustup to rust-lang/rust#67979Yuki Okushi-1/+1
2020-01-08Rustup to rust-lang/rust#67970Yuki Okushi-1/+2
2020-01-07Normalize lint messagesYuki Okushi-1/+1
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2019-12-31Rustup to rust-lang/rust#67707Yuki Okushi-1/+1
2019-12-30Rustup to rust-lang/rust#66942Yuki Okushi-1/+1
2019-12-22Rustup to rust-lang/rust#66931flip1995-1/+1
2019-12-22Add <'_> where necessaryflip1995-1/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-11-29Use infer_ctxtflip1995-4/+4
2019-11-28Fix categorizationsManish Goregaokar-13/+1
2019-11-28Fix arguments on ExprUseVisitor::newManish Goregaokar-2/+1
2019-11-28euv moved from middle to typeckManish Goregaokar-7/+6
2019-11-28cmt_ -> PlaceManish Goregaokar-5/+5
2019-10-05Run util/dev fmtflip1995-15/+3
2019-10-04Fix needless_pass_by_valueflip1995-77/+7
2019-10-04Rustup to rust-lang/rust#64874flip1995-11/+4
2019-09-27Rustup to rust-lang/rust#64813flip1995-6/+6
2019-09-26Rustup https://github.com/rust-lang/rust/pull/64513Lzu Tao-1/+1
2019-09-11run rustfmtMatthias Krüger-2/+2
2019-09-09Use diagnostic item forAndre Bogus-3/+3
2019-08-28Replace `Arg` with `Param`Yuki Okushi-1/+1
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-3/+3
2019-08-03Doctests: Enable running doc tests for pedantic lintsPhilipp Hansch-0/+3
2019-07-26rustup https://github.com/rust-lang/rust/pull/62964Matthias Krüger-1/+1
2019-07-06Rename hir::map::local_def_id_from_hir_id to local_def_idLzu Tao-1/+1
2019-06-25fmtManish Goregaokar-5/+1
2019-06-25find_by_hir_id -> findManish Goregaokar-2/+2
2019-06-25get_parent_node_by_hir_id -> get_parent_nodeManish Goregaokar-2/+2
2019-06-20Fix warnings about unnecessary lifetime boundsLzu Tao-1/+1
2019-06-02Cargo fmtMateusz Mikuła-2/+10
2019-06-02Rustup for https://github.com/rust-lang/rust/pull/61276Mateusz Mikuła-1/+1
2019-05-17Prevent symbocalypseOliver Scherer-9/+8
2019-05-14Use symbols instead of stringsOliver Scherer-8/+9
2019-05-11Rename in_macro to in_macro_or_desugarManish Goregaokar-3/+3
2019-04-17Use lint pass macrosMatthew Kraai-12/+2
2019-03-18name -> check_nameMateusz Mikuła-1/+1
2019-03-11Filter out proc_macro and proc_macro_attributeTaiki Endo-6/+11
2019-03-10Various cosmetic improvements.Alexander Regueiro-1/+1
2019-03-07align with rust-lang/rust/#58992ljedrz-1/+1
2019-03-05move lint documentation into macro invocationsAndy Russell-23/+23
2019-03-01align with rust-lang/rust/#58836ljedrz-8/+7
2019-02-24HirIdify some lintsljedrz-6/+6
2019-02-24fix formattingljedrz-2/+4
2019-02-20partially HirIdify lintsljedrz-3/+5