about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/operator.rs
AgeCommit message (Expand)AuthorLines
2021-02-16Pass PlaceTy by reference not valueTomasz Miąsko-2/+2
2021-02-16Pass OpTy by reference not valueTomasz Miąsko-11/+11
2021-01-18Use ty::{IntTy,UintTy,FloatTy} in rustcLeSeulArtichaut-2/+1
2020-09-04Change ty.kind to a methodLeSeulArtichaut-2/+2
2020-08-30mv compiler to compiler/mark-0/+418