about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/traits.rs
AgeCommit message (Expand)AuthorLines
2022-11-13add is_sized method on Abi and Layout, and use itRalf Jung-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-07-20incorporate some review feedbackRalf Jung-3/+4
2022-07-20make use of symbolic vtables in interpreterRalf Jung-109/+24
2022-07-19interpret: rename Tag/PointerTag to Prov/ProvenanceRalf Jung-6/+6
2022-07-02make AllocRef APIs more consistentRalf Jung-5/+5
2022-06-05interpret: better control over whether we read data with provenance, and impl...Ralf Jung-8/+11
2022-05-28Fix TyKind lint, make consts no longer fn, etcMichael Goulet-5/+5
2022-05-28Initial fixes on top of type interner commitMichael Goulet-4/+4
2022-04-07interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internalRalf Jung-3/+4
2022-04-03interpret: remove MemoryExtra in favor of giving access to the MachineRalf Jung-11/+7
2022-03-31interpret: make isize::MAX the limit for dynamic value sizesRalf Jung-2/+3
2021-10-07Turn tcx.vtable_allocation() into a query.Michael Woerister-1/+1
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+142