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
/
functions
/
must_use.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-3
/
+3
2025-02-02
Convert two `rustc_middle::lint` functions to `Span` methods.
Nicholas Nethercote
-3
/
+2
2025-01-28
Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-1
/
+6
2024-12-26
Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...
Philipp Krones
-12
/
+46
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-2
/
+1
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-1
/
+1
2024-10-29
update tools
lcnr
-1
/
+1
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-08-24
Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup
Jason Newcomb
-10
/
+6
2024-07-21
Fix tools
Michael Goulet
-2
/
+3
2024-06-13
Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-04-17
has_typeck_results doesnt need to be a query
Michael Goulet
-3
/
+3
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-4
/
+2
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-1
/
+1
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-3
/
+4
2023-08-04
Improve spans for indexing expressions
Nilstrieb
-1
/
+1
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-5
/
+4
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-3
/
+3
2023-04-11
Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup
Philipp Krones
-3
/
+15
2023-03-24
Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyup
Philipp Krones
-4
/
+1
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-3
/
+3
2023-03-21
Use local key in providers
Michael Goulet
-3
/
+3
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-11
/
+11
2022-11-21
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
Philipp Krones
-19
/
+11
2022-10-29
Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors
Guillaume Gomez
-1
/
+1
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-10
/
+10
2022-10-27
Update tooling
Maybe Waffle
-1
/
+1
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-4
/
+4
2022-10-23
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
flip1995
-4
/
+6
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-46
/
+36
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-10
/
+10
2022-09-09
Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup
Philipp Krones
-1
/
+1
2022-09-05
separate the receiver from arguments in HIR under /clippy
Takayuki Maeda
-1
/
+19
2022-05-10
update clippy
lcnr
-4
/
+4
2022-05-05
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
flip1995
-7
/
+2
2022-04-29
errors: `span_suggestion` takes `impl ToString`
David Wood
-1
/
+1
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-2
/
+2
2022-02-21
update clippy
lcnr
-1
/
+1
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-1
/
+1
2022-01-16
Fix Visitor::NestedFilter in Clippy
Cameron Steffen
-7
/
+0
2022-01-15
Return a LocalDefId in get_parent_item.
Camille GILLOT
-1
/
+1
2022-01-13
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
flip1995
-3
/
+3
2021-09-08
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
flip1995
-1
/
+0
2021-07-31
Fix clippy
Vadim Petrochenkov
-9
/
+9
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-1
/
+1
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-0
/
+272