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
/
needless_pass_by_value.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-20
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+1
2025-02-07
clippy: directly use rustc_abi instead of reexports
Jubilee Young
-2
/
+2
2025-02-06
Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u...
Philipp Krones
-3
/
+8
2025-02-06
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-3
/
+8
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-3
/
+2
2024-12-07
Make `Copy` unsafe to implement for ADTs with `unsafe` fields
Jack Wrenn
-0
/
+1
2024-11-28
Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...
Philipp Krones
-8
/
+3
2024-11-19
remove `TypingMode::from_param_env` in clippy
lcnr
-3
/
+8
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-1
/
+1
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-18
/
+14
2024-08-24
Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup
Jason Newcomb
-5
/
+5
2024-08-08
Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...
Philipp Krones
-4
/
+7
2024-05-21
Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...
Philipp Krones
-1
/
+3
2024-05-12
Propagate errors rather than using return_if_err
Michael Goulet
-1
/
+1
2024-05-12
Make LateCtxt be a type info delegate for EUV for clippy
Michael Goulet
-3
/
+1
2024-05-02
Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-04-17
Rename `BindingAnnotation` to `BindingMode`
Jules Bertholet
-2
/
+2
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
2024-02-19
Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.
Nicholas Nethercote
-2
/
+2
2024-02-10
hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`
Vadim Petrochenkov
-1
/
+1
2023-12-10
fix clippy
Deadbeef
-0
/
+1
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
-1
/
+1
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-100
/
+100
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-2
/
+2
2023-10-21
Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup
Philipp Krones
-1
/
+1
2023-10-05
Add more diagnostic items for clippy
Jason Newcomb
-2
/
+2
2023-07-31
Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup
Philipp Krones
-2
/
+8
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-5
/
+5
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-2
/
+2
2023-07-02
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
Philipp Krones
-28
/
+5
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-1
/
+1
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-1
/
+1
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-7
/
+4
2023-04-06
Make elaborator generic
Michael Goulet
-1
/
+1
2023-03-26
Don't elaborate non-obligations into obligations
Michael Goulet
-2
/
+2
2023-02-25
Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup
Jason Newcomb
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-3
/
+4
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-1
/
+1
2023-01-13
Check ADT fields for copy implementations considering regions
Michael Goulet
-2
/
+2
2023-01-04
get_parent and find_parent
Michael Goulet
-1
/
+1
2023-01-04
rename get_parent_node to parent_id
Michael Goulet
-1
/
+1
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-2
/
+6
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-1
/
+1
2022-11-22
Auto merge of #104688 - flip1995:clippyup, r=Manishearth,flip1995
bors
-7
/
+1
2022-11-21
Fix clippy's missing substs
Oli Scherer
-2
/
+2
2022-11-21
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
Philipp Krones
-7
/
+1
[next]