about summary refs log tree commit diff
path: root/clippy_lints/src/escape.rs
AgeCommit message (Expand)AuthorLines
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-09Rustup to rust-lang/rust#67979Yuki Okushi-1/+1
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-3/+3
2020-01-05Rustup to rust-lang/rust#67803Yuki Okushi-1/+1
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-1/+1
2019-12-30Rustup to rust-lang/rust#66942Yuki Okushi-1/+1
2019-12-22Add <'_> where necessaryflip1995-1/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-11-29Add projections check to EUV for escape analysisflip1995-25/+29
2019-11-29Use infer_ctxtflip1995-2/+4
2019-11-28Fix categorizationsManish Goregaokar-3/+3
2019-11-28Fix arguments on ExprUseVisitor::newManish Goregaokar-2/+1
2019-11-28euv moved from middle to typeckManish Goregaokar-2/+1
2019-11-28cmt_ -> PlaceManish Goregaokar-4/+4
2019-11-28make use of Result::map_orLzu Tao-1/+1
2019-10-06Move is_argument check into mutateflip1995-13/+15
2019-10-05Run util/dev fmtflip1995-14/+2
2019-10-05Merge consume and consume_pat in escape analysisflip1995-45/+11
2019-10-04Rustup to rust-lang/rust#64874flip1995-10/+6
2019-09-27Rustup to rust-lang/rust#64813flip1995-3/+3
2019-08-28Replace `Arg` with `Param`Yuki Okushi-1/+1
2019-08-03Doctests: Enable running doc tests for perf lintsPhilipp Hansch-5/+4
2019-07-30Fix breakage due to rust-lang/rust#61856Michael Wright-3/+18
2019-07-06Rename hir::map::local_def_id_from_hir_id to local_def_idLzu Tao-1/+1
2019-06-25Remove a hir_to_node_idManish Goregaokar-1/+1
2019-06-25find_by_hir_id -> findManish Goregaokar-3/+3
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-18rustup https://github.com/rust-lang/rust/pull/61836/Matthias Krüger-1/+1
2019-06-02Cargo fmtMateusz Mikuła-1/+10
2019-06-02Rustup for https://github.com/rust-lang/rust/pull/61276Mateusz Mikuła-1/+1
2019-04-17Use lint pass macrosMatthew Kraai-12/+5
2019-03-13Auto merge of #3873 - phansch:hiridification, r=flip1995bors-2/+1
2019-03-12Use `HirId` instead of `NodeId` for lookupPhilipp Hansch-2/+1
2019-03-12Merge branch 'master' into fix-3739Michael Wright-45/+44
2019-03-10Various cosmetic improvements.Alexander Regueiro-11/+11
2019-03-05move lint documentation into macro invocationsAndy Russell-17/+17
2019-03-03fmt fixesPhilipp Hansch-3/+1
2019-03-01align with rust-lang/rust/#58836ljedrz-11/+12
2019-02-24HirIdify some lintsljedrz-3/+3
2019-02-22Remove unneeded visitor classMichael Wright-40/+4
2019-02-21Fix `boxed_local` suggestionMichael Wright-3/+39
2019-02-20partially HirIdify lintsljedrz-4/+4
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-20Run rustfmtMichael Wright-9/+9
2019-01-20Fixed breakage due to rust-lang/rust#57489Michael Wright-3/+1
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-11/+11