summary refs log tree commit diff
path: root/src/librustc/middle/check_const.rs
AgeCommit message (Expand)AuthorLines
2012-12-10Remove un-needed code for obsolete classesTim Chevalier-2/+2
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-2/+2
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-30librustc: Implement tuple struct constants. r=brsonPatrick Walton-5/+22
2012-11-30librustc: Implement C-like enum constants. r=tjcPatrick Walton-1/+2
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-7/+7
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+220