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
/
ty.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-15
Ensure `callee_id`s are body owners
Samuel Moelius
-20
/
+10
2023-12-16
Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyup
Philipp Krones
-16
/
+39
2023-12-10
fix clippy
Deadbeef
-11
/
+23
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-17
rename bound region instantiation
lcnr
-2
/
+2
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-2
/
+17
2023-11-13
update type flags
lcnr
-2
/
+2
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-1
/
+1
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-10
/
+12
2023-10-18
AliasTy::new instead of tcx method
lcnr
-1
/
+1
2023-10-05
Add more diagnostic items for clippy
Jason Newcomb
-4
/
+2
2023-09-25
Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup
Philipp Krones
-1
/
+2
2023-09-19
move ConstValue into mir
Ralf Jung
-1
/
+1
2023-09-12
Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyup
Philipp Krones
-1
/
+6
2023-08-11
Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyup
Philipp Krones
-0
/
+5
2023-08-02
Remove constness from `TraitPredicate`
Deadbeef
-1
/
+1
2023-07-31
Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup
Philipp Krones
-82
/
+116
2023-07-17
Rename arg_iter to iter_instantiated
Michael Goulet
-2
/
+2
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-20
/
+15
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-42
/
+42
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
-6
/
+52
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-8
/
+8
2023-06-22
Migrate item_bounds to ty::Clause
Michael Goulet
-7
/
+7
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-8
/
+8
2023-05-05
Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyup
Philipp Krones
-3
/
+3
2023-04-27
rename `needs_infer` to `has_infer`
Boxy
-1
/
+1
2023-04-20
add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder...
Kyle Matsuda
-2
/
+1
2023-04-20
add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite...
Kyle Matsuda
-3
/
+3
2023-04-20
change usages of explicit_item_bounds to bound_explicit_item_bounds
Kyle Matsuda
-2
/
+3
2023-04-18
Remove very useless `as_substs` usage from clippy
Maybe Waffle
-1
/
+1
2023-04-11
Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup
Philipp Krones
-3
/
+19
2023-03-24
Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyup
Philipp Krones
-10
/
+53
2023-03-10
Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup
Philipp Krones
-3
/
+3
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-25
Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup
Jason Newcomb
-8
/
+21
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-2
/
+2
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-3
/
+3
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
2023-02-14
Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr
bors
-1
/
+1
2023-02-14
Rollup merge of #108007 - compiler-errors:str-less-kind, r=Nilstrieb
Matthias Krüger
-1
/
+1
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-1
/
+1
2023-02-13
Use is_str instead of string kind comparison
Michael Goulet
-1
/
+1
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-1
/
+1
2023-01-27
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
Philipp Krones
-3
/
+6
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-2
/
+2
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-1
/
+1
2023-01-17
fix missing subst in clippy utils
Kyle Matsuda
-2
/
+2
[next]