summary refs log tree commit diff
path: root/src/rustc/middle/const_eval.rs
AgeCommit message (Expand)AuthorLines
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-2/+2
2012-06-14Further work on integer literal suffix inference (#1425)Lindsey Kuper-1/+1
2012-06-13Box AST identsBrian Anderson-2/+2
2012-06-11Add a new AST node for unsuffixed integer types.Lindsey Kuper-0/+1
2012-06-07Comments only: annotate FIXMEsTim Chevalier-1/+1
2012-06-04Machine types are different from int/uint, etc (Issue #2187)Eric Holk-2/+2
2012-05-30Handle differing signedness in constant shifts. Closes #2426.Michael Sullivan-1/+11
2012-05-22Get rid of the >>> operator and make >> logical or arithmetic depending on th...Michael Sullivan-5/+2
2012-03-26rustc: Move eval_const_expr to its own modBrian Anderson-0/+167