summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/cast.rs
AgeCommit message (Expand)AuthorLines
2022-06-05Allow ptr_from_addr_cast to failRalf Jung-1/+1
2022-06-02add cast kind of from_exposed_addr (int-to-ptr casts)Ralf Jung-10/+24
2022-06-01rename PointerAddress → PointerExposeAddressRalf Jung-3/+3
2022-05-31Add a pointer to address cast kindTomasz Miąsko-15/+22
2022-05-28Move things to rustc_type_irWilco Kusee-3/+3
2022-05-19Remove unneeded assertscarbotaniuman-3/+0
2022-05-13Rustc changes for permissive provenancecarbotaniuman-15/+44
2022-04-07interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internalRalf Jung-1/+1
2022-04-03interpret: remove MemoryExtra in favor of giving access to the MachineRalf Jung-4/+4
2022-03-06CTFE engine: expose misc_cast to MiriRalf Jung-5/+5
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-1/+1
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+365