summary refs log tree commit diff
path: root/src/librustc_const_math
AgeCommit message (Expand)AuthorLines
2016-08-04Update wording on E0080Shantanu Raj-11/+11
2016-06-10Allow truncating constants to 16-bit u/isizeJake Goulding-2/+20
2016-06-05rustc_const_eval: work around double rounding.Eduard Burtescu-9/+184
2016-06-05Add a new Assert terminator to MIR for bounds & arithmetic checks.Eduard Burtescu-2/+2
2016-05-19Support 16-bit pointers as well as i/usizeJake Goulding-0/+47
2016-04-26don't report bitshift overflow twiceOliver Schneider-1/+1
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/+789