about summary refs log tree commit diff
path: root/src/rustc/middle
AgeCommit message (Expand)AuthorLines
2012-03-07Improve a type error message (avoid the word 'non-dereferenceable')Tim Chevalier-4/+3
2012-03-07Fix #1503 in a saner wayMarijn Haverbeke-18/+6
2012-03-06make inline enabled by defaultNiko Matsakis-1/+1
2012-03-06Track all exports in exp_mapMarijn Haverbeke-110/+119
2012-03-06Make trans pass responsible for pulling in inlined functionsMarijn Haverbeke-201/+73
2012-03-06Don't attach def ids to types when the type already contains the def idMarijn Haverbeke-13/+3
2012-03-05rustc: Use std::util::unreachableBrian Anderson-3/+3
2012-03-05rustc: Lower case error messagesBrian Anderson-60/+57
2012-03-05rustc: Remove some redundant text from error messagesBrian Anderson-2/+2
2012-03-05give user control of whether we use inline hint or inline alwaysNiko Matsakis-8/+44
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-65/+259
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+26328