summary refs log tree commit diff
path: root/src/rustc/middle/trans
AgeCommit message (Expand)AuthorLines
2012-03-06Make trans pass responsible for pulling in inlined functionsMarijn Haverbeke-101/+73
2012-03-05rustc: Use std::util::unreachableBrian Anderson-1/+1
2012-03-05rustc: Lower case error messagesBrian Anderson-16/+16
2012-03-05give user control of whether we use inline hint or inline alwaysNiko Matsakis-2/+17
2012-03-05set LLVM inline hint for all #[inline] methods, whether CC or localNiko Matsakis-6/+18
2012-03-05rustc: Remove remaining non-inbounds GEPsBrian Anderson-3/+3
2012-03-04Translate simple classesTim Chevalier-28/+178
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+11346