summary refs log tree commit diff
path: root/src/rustc/middle/trans/tvec.rs
AgeCommit message (Expand)AuthorLines
2012-03-27Move some code over to iterator-for to see how it performs.Marijn Haverbeke-4/+4
2012-03-26Disallow ret inside of block functionsMarijn Haverbeke-1/+1
2012-03-23Remove more needless context threading in transMarijn Haverbeke-12/+10
2012-03-23Change vector append to no longer rely on an intrinsicMarijn Haverbeke-13/+27
2012-03-23Implement built-in native modules as an alternative to intrinsicsMarijn Haverbeke-2/+2
2012-03-22Add an LLVM-instruction-counting mode to trans.Graydon Hoare-1/+15
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-15/+15
2012-03-19Send string concatenation to specialized upcall, shave 17s off librustc compi...Graydon Hoare-5/+6
2012-03-15Remove support for dynamically-sized types from translation codeMarijn Haverbeke-64/+25
2012-03-15Remove a large part of the tydesc-passing codeMarijn Haverbeke-1/+1
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+315