about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/impls_ty.rs
AgeCommit message (Expand)AuthorLines
2025-05-27Rename unpack to kindMichael Goulet-1/+1
2024-09-10const-eval interning: accpt interior mutable pointers in final value (but kee...Ralf Jung-3/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-7/+9
2024-06-30Uplift fast rejection to new solverMichael Goulet-13/+0
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_middle`.Nicholas Nethercote-0/+1
2024-04-06add RawListLukas Markeffsky-14/+5
2024-04-04cache type info for ParamEnvLukas Markeffsky-0/+10
2023-12-07ctfe interpreter: extend provenance so that it can track whether a pointer is...Ralf Jung-0/+8
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-1/+1
2023-04-20Derive `HashStable` on `GenericArgKind` instead of implementing it by handMaybe Waffle-28/+0
2023-02-24Rename many interner functions.Nicholas Nethercote-1/+1
2022-11-06interpret: support for per-byte provenanceRalf Jung-13/+0
2022-08-27interpret: rename relocation → provenanceRalf Jung-1/+1
2022-07-29remove some manual hash stable implslcnr-40/+0
2022-07-20rename get_global_alloc to try_get_global_allocRalf Jung-1/+1
2022-07-19interpret: rename Tag/PointerTag to Prov/ProvenanceRalf Jung-2/+2
2022-06-19Move RegionKind to rustc_type_irJack Huey-37/+5
2022-05-26rebase, use Ty in CallArgument and re-insert static_assert_size on Constraint...b-naber-2/+2
2022-05-25add def_id and substs to ConstraintCategory::CallArgumentb-naber-2/+2
2022-05-10Auto merge of #94799 - lcnr:list-ty-perf, r=petrochenkovbors-7/+5
2022-03-30rework implementation for inherent impls for builtin typeslcnr-0/+13
2022-03-10don't hash `()`lcnr-1/+1
2022-03-10update `hash_stable` for `List<Ty<'tcx>>`lcnr-7/+5
2022-02-21reviewlcnr-0/+8
2022-02-21safely `transmute<&List<Ty<'tcx>>, &List<GenericArg<'tcx>>>`lcnr-0/+22
2022-01-05Ensure that `Fingerprint` caching respects hashing configurationAaron Hill-2/+3
2021-10-03Fully remove rustc_middle::ich.Camille GILLOT-0/+165