about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/step.rs
AgeCommit message (Expand)AuthorLines
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-316/+0
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-1/+1
2021-09-02rustc_target: move `LayoutOf` to `ty::layout`.Eduard-Mihai Burtescu-1/+1
2021-07-15adjustions and cleanup to make Miri build againRalf Jung-3/+2
2021-07-14consistently treat None-tagged pointers as ints; get rid of some deprecated S...Ralf Jung-1/+1
2021-07-14CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...Ralf Jung-6/+2
2021-05-18CTFE core engine allocation & memory API improvemenetsRalf Jung-18/+24
2021-05-04CTFE engine: rename copy → copy_intrinsic, move to intrinsics.rsRalf Jung-33/+1
2021-03-10fix error message for copy(_nonoverlapping) overflowRalf Jung-1/+4
2021-03-10fix copy_nonoverlappingRalf Jung-7/+8
2021-03-09Clean up todoskadmin-6/+7
2021-03-09Switch to changing cp_non_overlap in tformkadmin-27/+29
2021-03-09Update craneliftkadmin-14/+22
2021-03-09Update interpret stepkadmin-3/+11
2021-03-09Update match brancheskadmin-0/+17
2021-03-05Shrink the size of Rvalue by 16 bytesOli Scherer-2/+2
2021-02-16Pass MPlaceTy by reference not valueTomasz Miąsko-2/+2
2021-02-16Pass PlaceTy by reference not valueTomasz Miąsko-21/+21
2021-02-16Pass OpTy by reference not valueTomasz Miąsko-13/+13
2021-01-21mir: Improve size_of handling when arg is unsizedÖmer Sinan Ağacan-0/+1
2021-01-19Fix ICE in mir when evaluating SizeOf on unsized typeÖmer Sinan Ağacan-4/+7
2020-12-11make redundant StorageLive UBRalf Jung-4/+2
2020-08-30mv compiler to compiler/mark-0/+305