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_utils
/
src
/
consts.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-4
/
+4
2025-02-07
clippy: directly use rustc_abi instead of reexports
Jubilee Young
-1
/
+1
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-3
/
+4
2025-01-28
Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...
Philipp Krones
-3
/
+5
2025-01-08
Exhaustively handle expressions in patterns
Oli Scherer
-21
/
+38
2024-11-28
Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-6
/
+6
2024-11-07
Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...
Philipp Krones
-0
/
+6
2024-10-19
Fix tests
Michael Goulet
-2
/
+2
2024-10-18
Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...
Philipp Krones
-3
/
+2
2024-10-03
Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...
Philipp Krones
-3
/
+3
2024-10-01
make InterpResult a dedicated type to avoid accidentally discarding the error
Ralf Jung
-5
/
+5
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-5
/
+5
2024-08-24
Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup
Jason Newcomb
-1
/
+1
2024-08-08
Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...
Philipp Krones
-144
/
+135
2024-06-27
Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u...
Philipp Krones
-4
/
+17
2024-06-19
Resolve Clippy `f16` and `f128` `unimplemented!`/`FIXME`s
Trevor Gross
-6
/
+37
2024-06-13
Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...
Philipp Krones
-8
/
+6
2024-06-10
ScalarInt: size mismatches are a bug, do not delay the panic
Ralf Jung
-2
/
+2
2024-06-07
Revert "Create const block DefIds in typeck instead of ast lowering"
Oli Scherer
-3
/
+3
2024-05-30
Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...
Philipp Krones
-4
/
+2
2024-05-28
Create const block DefIds in typeck instead of ast lowering
Oli Scherer
-3
/
+3
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-5
/
+5
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-1
/
+1
2024-03-21
Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...
Philipp Krones
-7
/
+100
2024-03-18
Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ...
Oli Scherer
-1
/
+1
2024-03-01
Propegate HIR and AST `f16` and `f128` types to clippy
Trevor Gross
-0
/
+4
2024-02-28
Add stubs for `f16` and `f128` to clippy
Trevor Gross
-0
/
+2
2024-02-15
Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.
Nicholas Nethercote
-1
/
+1
2024-01-19
Pack the u128 in LitKind::Int
Josh Stone
-1
/
+1
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-24
/
+108
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-22
/
+20
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-10
/
+12
2023-11-01
Rename hook.
Camille GILLOT
-1
/
+1
2023-10-21
Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup
Philipp Krones
-1
/
+1
2023-10-06
Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyup
Philipp Krones
-39
/
+30
2023-09-25
Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup
Philipp Krones
-2
/
+3
2023-09-22
Add a way to decouple the implementation and the declaration of a TyCtxt method.
Oli Scherer
-1
/
+1
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-10
/
+10
2023-09-19
move ConstValue into mir
Ralf Jung
-1
/
+1
2023-09-14
fix clippy (and MIR printing) handling of ConstValue::Indirect slices
Ralf Jung
-13
/
+4
2023-09-14
cleanup op_to_const a bit; rename ConstValue::ByRef → Indirect
Ralf Jung
-1
/
+1
2023-09-14
use AllocId instead of Allocation in ConstValue::ByRef
Ralf Jung
-25
/
+28
2023-08-11
Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyup
Philipp Krones
-1
/
+1
2023-08-04
Improve spans for indexing expressions
Nilstrieb
-1
/
+1
2023-07-28
Make Clippy understand generic const items
León Orell Valerian Liehr
-1
/
+1
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-6
/
+4
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-8
/
+8
2023-07-06
Auto merge of #113291 - oli-obk:pretty_print_mir_const, r=RalfJung
bors
-3
/
+4
[next]