summary refs log tree commit diff
path: root/src/librustc_const_math/int.rs
AgeCommit message (Expand)AuthorLines
2017-01-11Fix two const-eval issues related to i128 negationSimonas Kazlauskas-1/+1
2016-12-30Add a way to retrieve constant value in 128 bitsSimonas Kazlauskas-2/+34
2016-12-30Cleanup FIXMEsSimonas Kazlauskas-5/+0
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-126/+186
2016-05-19Support 16-bit pointers as well as i/usizeJake Goulding-0/+39
2016-04-26report shift right error instead of shift left error on right shiftOliver Schneider-1/+1
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-2/+2
2016-03-30rename `rustc_const_eval` to `rustc_const_math`Oliver Schneider-0/+569