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
/
transmute
Age
Commit message (
Expand
)
Author
Lines
2025-02-20
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+0
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-2
/
+2
2025-02-07
remove an outdated line in `transmute/mod.rs` (#14159)
Catherine Flores
-1
/
+0
2025-02-06
remove an outdated line
lapla-cogito
-1
/
+0
2025-02-02
Convert two `rustc_middle::lint` functions to `Span` methods.
Nicholas Nethercote
-2
/
+1
2025-01-28
Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...
Philipp Krones
-5
/
+2
2025-01-28
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-5
/
+2
2025-01-23
The clipper :3c
Boxy
-2
/
+1
2025-01-19
Apply `unnecessary_semicolon` to Clippy sources
Samuel Tardieu
-1
/
+1
2025-01-09
Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...
Philipp Krones
-4
/
+0
2024-12-28
[`needless_continue`]: lint if the last stmt in for/while/loop is `continue`,...
lengyijun
-4
/
+0
2024-11-30
Eliminate magic numbers from expression precedence
David Tolnay
-3
/
+2
2024-11-28
Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...
Philipp Krones
-7
/
+8
2024-11-26
Rollup merge of #133140 - dtolnay:precedence, r=fmease
Michael Goulet
-2
/
+2
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-3
/
+3
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-9
/
+10
2024-11-17
Inline ExprPrecedence::order into Expr::precedence
David Tolnay
-2
/
+2
2024-11-07
Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-9
/
+29
2024-09-13
handle transmutes in const context if msrvs::CONST_FLOAT_BITS_CONV
Trevor Spiteri
-8
/
+14
2024-09-13
Revert "stabilize const_float_bits_conv" for src/tools/clippy/clippy_lints
Trevor Spiteri
-5
/
+13
2024-09-01
stabilize const_float_bits_conv
Ralf Jung
-13
/
+5
2024-08-08
Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...
Philipp Krones
-9
/
+6
2024-07-25
Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...
Philipp Krones
-9
/
+44
2024-06-13
Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...
Philipp Krones
-2
/
+1
2024-05-30
Auto merge of #125711 - oli-obk:const_block_ice2, r=Nadrieril
bors
-2
/
+2
2024-05-29
Auto merge of #125360 - RalfJung:packed-field-reorder, r=fmease
bors
-1
/
+1
2024-05-29
Make `body_owned_by` return the body directly.
Oli Scherer
-2
/
+2
2024-05-21
don't inhibit random field reordering on repr(packed(1))
Ralf Jung
-1
/
+1
2024-05-08
Use generic `NonZero`.
Markus Reiter
-1
/
+1
2024-05-08
Simplify `clippy` lint.
Markus Reiter
-34
/
+11
2024-04-18
Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u...
Philipp Krones
-3
/
+3
2024-04-08
Stop exporting `TypeckRootCtxt` and `FnCtxt`.
Oli Scherer
-39
/
+2
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-19
/
+140
2024-03-26
Inherited -> TypeckRootCtxt
Michael Goulet
-3
/
+3
2024-03-22
And the tools too
Michael Goulet
-30
/
+17
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-11
/
+11
2024-03-21
Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-03-07
Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into clippy-subtree-u...
Philipp Krones
-1
/
+3
2024-05-21
Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-02-10
hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`
Vadim Petrochenkov
-1
/
+1
2024-01-30
Rollup merge of #120342 - oli-obk:track_errors6, r=nnethercote
Guillaume Gomez
-17
/
+1
2024-01-27
Fix `NonZero` clippy lints.
Markus Reiter
-18
/
+33
2024-01-25
Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-u...
Philipp Krones
-5
/
+8
2024-01-25
Remove an unused error count check
Oli Scherer
-17
/
+1
2024-01-11
Merge commit '26ac6aab023393c94edf42f38f6ad31196009643'
Philipp Krones
-7
/
+50
2024-01-08
Rustdoc and Clippy stop misusing Key for Ty -> (adt) DefId
Michael Goulet
-3
/
+2
2024-01-01
Address unused tuple struct fields in clippy
Jake Goulding
-8
/
+8
2023-12-28
Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-sync
Philipp Krones
-1
/
+134
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
[next]