index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clippy_lints
/
src
/
try_err.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-06
Introduce is_lang_ctor
Cameron Steffen
-2
/
+3
2021-04-06
Fix all occurences of `needless_borrow` internally
Jason Newcomb
-7
/
+7
2021-03-31
Eat dogfood
Cameron Steffen
-8
/
+3
2021-03-17
Don't re-export clippy_utils::*
Cameron Steffen
-1
/
+1
2021-03-15
Don't re-export clippy_utils::diagnostics::*
Cameron Steffen
-1
/
+2
2021-03-15
Move some utils to clippy_utils::source module
Cameron Steffen
-4
/
+2
2021-03-15
Move some utils to ty_utils
Cameron Steffen
-2
/
+3
2020-11-09
Auto merge of #6278 - ThibsG:DerefAddrOf, r=llogiq
bors
-3
/
+6
2020-11-05
Fix incorrect suggestion for `try_err` lint when `Err` arg is itself a macro
ThibsG
-3
/
+6
2020-11-05
Skip rustfmt as it is wanted for this test
ThibsG
-6
/
+0
2020-11-02
Use const rustc sym where possible
Cameron Steffen
-4
/
+5
2020-11-02
Fix incorrect suggestion when from expansion in `try_err` lint
ThibsG
-2
/
+8
2020-09-04
`ty.kind` -> `ty.kind()` in rustdoc and clippy
LeSeulArtichaut
-6
/
+6
2020-08-28
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
flip1995
-3
/
+3
2020-08-17
clippy: support `QPath::LangItem`
David Wood
-4
/
+4
2020-08-11
Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup
flip1995
-24
/
+88
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-2
/
+2
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-4
/
+4
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-2
/
+2
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-2
/
+2
2020-02-21
Fix fallout
flip1995
-1
/
+1
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+2
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-3
/
+3
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-10-24
Don't emit try_err lint in external macros
Philipp Hansch
-1
/
+2
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-9
/
+9
2019-08-19
Remove in_macro_or_desugar
KRAAI, MATTHEW [VISUS]
-2
/
+2
2019-08-08
Use snippet_with_macro_callsite suggested by flip1995
Lzu Tao
-15
/
+6
2019-08-08
Fix macro expansion in try_err lint
Lzu Tao
-3
/
+17
2019-06-24
Making try_err machine applicable
Joe Frikker
-1
/
+1
2019-06-23
PR comments
Joe Frikker
-18
/
+13
2019-06-22
Adding try_err lint
Joe Frikker
-0
/
+120