summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/traits.rs
AgeCommit message (Expand)AuthorLines
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