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
2025-02-17
Overhaul the `intravisit::Map` trait.
Nicholas Nethercote
-2
/
+2
2025-01-14
Add hir::HeaderSafety to make follow up commits simpler
Oli Scherer
-1
/
+1
2024-12-26
Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...
Philipp Krones
-5
/
+3
2024-12-14
Add some convenience helper methods on `hir::Safety`
Oli Scherer
-2
/
+2
2024-11-28
Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...
Philipp Krones
-11
/
+9
2024-11-23
no more Reveal :(
lcnr
-2
/
+0
2024-11-19
remove `TypingMode::from_param_env` in clippy
lcnr
-5
/
+9
2024-11-14
Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-11-07
Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...
Philipp Krones
-20
/
+20
2024-10-26
Effects cleanup
Deadbeef
-1
/
+1
2024-10-03
Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-09-25
Auto merge of #130778 - flip1995:clippy-subtree-update, r=Manishearth
bors
-2
/
+2
2024-09-24
Fix tools
Michael Goulet
-1
/
+0
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-05-30
Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...
Philipp Krones
-10
/
+21
2024-05-18
Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726
bors
-2
/
+2
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-2
/
+2
2024-05-16
Fix tools
Michael Goulet
-2
/
+2
2024-05-09
Rename Generics::params to Generics::own_params
Michael Goulet
-1
/
+1
2024-04-18
Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-2
/
+1
2024-03-22
Fix clippy
Michael Goulet
-2
/
+2
2024-03-07
Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into clippy-subtree-u...
Philipp Krones
-1
/
+5
2024-01-25
Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-u...
Philipp Krones
-1
/
+2
2024-01-20
Rollup merge of #120000 - smoelius:fix-clippy, r=fee1-dead
Guillaume Gomez
-2
/
+2
2024-01-17
Fix clippy
Oli Scherer
-1
/
+2
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
[next]