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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
ty
/
impls_ty.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-07
ctfe interpreter: extend provenance so that it can track whether a pointer is...
Ralf Jung
-0
/
+8
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-04-20
Derive `HashStable` on `GenericArgKind` instead of implementing it by hand
Maybe Waffle
-28
/
+0
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2022-11-06
interpret: support for per-byte provenance
Ralf Jung
-13
/
+0
2022-08-27
interpret: rename relocation → provenance
Ralf Jung
-1
/
+1
2022-07-29
remove some manual hash stable impls
lcnr
-40
/
+0
2022-07-20
rename get_global_alloc to try_get_global_alloc
Ralf Jung
-1
/
+1
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-2
/
+2
2022-06-19
Move RegionKind to rustc_type_ir
Jack Huey
-37
/
+5
2022-05-26
rebase, use Ty in CallArgument and re-insert static_assert_size on Constraint...
b-naber
-2
/
+2
2022-05-25
add def_id and substs to ConstraintCategory::CallArgument
b-naber
-2
/
+2
2022-05-10
Auto merge of #94799 - lcnr:list-ty-perf, r=petrochenkov
bors
-7
/
+5
2022-03-30
rework implementation for inherent impls for builtin types
lcnr
-0
/
+13
2022-03-10
don't hash `()`
lcnr
-1
/
+1
2022-03-10
update `hash_stable` for `List<Ty<'tcx>>`
lcnr
-7
/
+5
2022-02-21
review
lcnr
-0
/
+8
2022-02-21
safely `transmute<&List<Ty<'tcx>>, &List<GenericArg<'tcx>>>`
lcnr
-0
/
+22
2022-01-05
Ensure that `Fingerprint` caching respects hashing configuration
Aaron Hill
-2
/
+3
2021-10-03
Fully remove rustc_middle::ich.
Camille GILLOT
-0
/
+165