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
/
derive.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-15
Ensure `callee_id`s are body owners
Samuel Moelius
-2
/
+2
2023-12-10
fix clippy
Deadbeef
-2
/
+2
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-3
/
+3
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-125
/
+104
2023-11-03
Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb
bors
-2
/
+1
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-2
/
+2
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-2
/
+1
2023-09-14
treat host effect params as erased generics in codegen
Deadbeef
-1
/
+1
2023-08-11
Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyup
Philipp Krones
-33
/
+17
2023-08-02
Remove constness from `TraitPredicate`
Deadbeef
-3
/
+1
2023-07-31
Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup
Philipp Krones
-16
/
+32
2023-07-27
Remove `constness` from `ParamEnv`
Deadbeef
-2
/
+1
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-3
/
+4
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-6
/
+6
2023-07-02
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
Philipp Krones
-3
/
+4
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-6
/
+6
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-3
/
+3
2023-04-25
Use `ty::TraitRef::new` in clippy
Maybe Waffle
-1
/
+1
2023-03-24
Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyup
Philipp Krones
-4
/
+4
2023-03-21
Use local key in providers
Michael Goulet
-1
/
+1
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-2
/
+2
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-2
/
+2
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-2
/
+3
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-2
/
+2
2023-01-14
change usages of impl_trait_ref to bound_impl_trait_ref
Kyle Matsuda
-4
/
+4
2023-01-12
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
Philipp Krones
-14
/
+17
2022-12-17
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
Philipp Krones
-4
/
+1
2022-12-14
Remove TraitRef::new
Oli Scherer
-3
/
+3
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-2
/
+2
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-4
/
+4
2022-11-21
Fix clippy's missing substs
Oli Scherer
-2
/
+2
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-2
/
+2
2022-10-23
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
flip1995
-4
/
+1
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-1
/
+1
2022-09-12
Remove unused span argument from `walk_fn`.
Nicholas Nethercote
-2
/
+2
2022-09-07
rustc: Parameterize `ty::Visibility` over used ID
Vadim Petrochenkov
-2
/
+2
2022-08-31
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
Jason Newcomb
-1
/
+4
2022-07-18
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
Philipp Krones
-1
/
+1
2022-06-16
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
flip1995
-43
/
+54
2022-06-04
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
Philipp Krones
-9
/
+38
2022-05-21
Merge 'rust-clippy/master' into clippyup
xFrednet
-6
/
+73
2022-05-10
update clippy
lcnr
-5
/
+5
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-3
/
+3
2022-02-26
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
flip1995
-3
/
+4
2022-01-16
Fix Visitor::NestedFilter in Clippy
Cameron Steffen
-5
/
+5
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+4
2021-11-28
Take a LocalDefId in expect_*item.
Camille GILLOT
-7
/
+1
2021-10-07
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
flip1995
-2
/
+2
[next]