about summary refs log tree commit diff
path: root/clippy_lints/src/try_err.rs
AgeCommit message (Expand)AuthorLines
2021-04-06Introduce is_lang_ctorCameron Steffen-2/+3
2021-04-06Fix all occurences of `needless_borrow` internallyJason Newcomb-7/+7
2021-03-31Eat dogfoodCameron Steffen-8/+3
2021-03-17Don't re-export clippy_utils::*Cameron Steffen-1/+1
2021-03-15Don't re-export clippy_utils::diagnostics::*Cameron Steffen-1/+2
2021-03-15Move some utils to clippy_utils::source moduleCameron Steffen-4/+2
2021-03-15Move some utils to ty_utilsCameron Steffen-2/+3
2020-11-09Auto merge of #6278 - ThibsG:DerefAddrOf, r=llogiqbors-3/+6
2020-11-05Fix incorrect suggestion for `try_err` lint when `Err` arg is itself a macroThibsG-3/+6
2020-11-05Skip rustfmt as it is wanted for this testThibsG-6/+0
2020-11-02Use const rustc sym where possibleCameron Steffen-4/+5
2020-11-02Fix incorrect suggestion when from expansion in `try_err` lintThibsG-2/+8
2020-09-04`ty.kind` -> `ty.kind()` in rustdoc and clippyLeSeulArtichaut-6/+6
2020-08-28Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyupflip1995-3/+3
2020-08-17clippy: support `QPath::LangItem`David Wood-4/+4
2020-08-11Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyupflip1995-24/+88
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-2/+2
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-4/+4
2020-06-26rustc_lint: only query `typeck_tables_of` when a lint needs it.Eduard-Mihai Burtescu-2/+2
2020-03-30rustup https://github.com/rust-lang/rust/pull/70536Matthias Krüger-2/+2
2020-02-21Fix falloutflip1995-1/+1
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+2
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-3/+3
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-10-24Don't emit try_err lint in external macrosPhilipp Hansch-1/+2
2019-09-27Rustup to rust-lang/rust#64813flip1995-9/+9
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-2/+2
2019-08-08Use snippet_with_macro_callsite suggested by flip1995Lzu Tao-15/+6
2019-08-08Fix macro expansion in try_err lintLzu Tao-3/+17
2019-06-24Making try_err machine applicableJoe Frikker-1/+1
2019-06-23PR commentsJoe Frikker-18/+13
2019-06-22Adding try_err lintJoe Frikker-0/+120