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
/
missing_inline.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-06
Fix all occurences of `needless_borrow` internally
Jason Newcomb
-1
/
+1
2021-03-15
Don't re-export clippy_utils::diagnostics::*
Cameron Steffen
-1
/
+1
2021-03-11
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-4
/
+4
2021-03-09
Remove hir::Item::attrs.
Camille GILLOT
-1
/
+2
2021-03-09
Remove hir::ImplItem::attrs.
Camille GILLOT
-1
/
+2
2021-03-09
Remove hir::TraitItem::attrs.
Camille GILLOT
-1
/
+2
2021-02-28
Fix false positives on procedural macros of `missing_inline_in_public_items` ...
hyd-dev
-4
/
+4
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-4
/
+3
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-1
/
+1
2021-02-15
Use ItemId as a strongly typed index.
Camille GILLOT
-1
/
+1
2020-11-26
Remove ForeignMod struct.
Camille GILLOT
-1
/
+1
2020-11-05
Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup
flip1995
-1
/
+2
2020-08-04
rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`
Vadim Petrochenkov
-1
/
+1
2020-07-14
Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup
flip1995
-4
/
+5
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-5
/
+5
2020-06-11
Remove ImplItemKind::OpaqueTy from clippy
Matthew Jasper
-1
/
+1
2020-05-22
Use `OnceCell` instead of `Once`
Dylan MacKenzie
-1
/
+1
2020-04-24
rustup https://github.com/rust-lang/rust/pull/71215/
Matthias Krüger
-1
/
+1
2020-04-19
Cleanup: `node_id` -> `hir_id`
Philipp Hansch
-2
/
+1
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-3
/
+3
2020-03-19
rustup https://github.com/rust-lang/rust/pull/69920/
Matthias Krüger
-1
/
+1
2020-03-16
rustup https://github.com/rust-lang/rust/pull/69738
Matthias Krüger
-1
/
+1
2020-03-13
Rustup to rust-lang/rust#69674
Yuki Okushi
-1
/
+1
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-1
/
+1
2020-01-18
Rustup to rust-lang/rust#68204
Yuki Okushi
-1
/
+1
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-3
/
+3
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-07
Normalize lint messages
Yuki Okushi
-1
/
+1
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2020-01-04
Rustup to https://github.com/rust-lang/rust/pull/67853
Philipp Hansch
-1
/
+1
2019-12-22
Rustup to rust-lang/rust#66931
flip1995
-1
/
+1
2019-12-22
Add <'_> where necessary
flip1995
-2
/
+2
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-12-01
account for external macro in MISSING_INLINE_IN_PUBLIC_ITEMS lint
Lzu Tao
-3
/
+3
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-3
/
+3
2019-08-05
Rollup merge of #4331 - phansch:doctests_restriction, r=flip1995
Philipp Krones
-3
/
+3
2019-08-05
Rustup to https://github.com/rust-lang/rust/pull/63213
Philipp Hansch
-2
/
+2
2019-08-03
Doctests: Enable running doc tests for restriction lints
Philipp Hansch
-3
/
+3
2019-08-03
Rustup to latest rustc master
Philipp Hansch
-2
/
+2
2019-07-06
Rename hir::map::local_def_id_from_hir_id to local_def_id
Lzu Tao
-1
/
+1
2019-06-21
Remove another unnecessary lifetime
flip1995
-1
/
+1
2019-06-21
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-05-17
Prevent symbocalypse
Oliver Scherer
-2
/
+1
2019-05-14
Use symbols instead of strings
Oliver Scherer
-1
/
+2
2019-04-17
Use lint pass macros
Matthew Kraai
-12
/
+2
2019-03-26
Hacky rustup
Oliver Scherer
-6
/
+5
2019-03-23
rustup https://github.com/rust-lang/rust/pull/59096/
Matthias Krüger
-5
/
+4
2019-03-18
name -> check_name
Mateusz Mikuła
-1
/
+1
2019-03-07
align with rust-lang/rust/#58992
ljedrz
-1
/
+1
2019-03-05
move lint documentation into macro invocations
Andy Russell
-45
/
+45
[next]