summary refs log tree commit diff
path: root/src/rustc/middle/trans/shape.rs
AgeCommit message (Expand)AuthorLines
2012-03-27Enforce mutability declarations in classes; correct shapes for classesTim Chevalier-2/+9
2012-03-27Move some code over to iterator-for to see how it performs.Marijn Haverbeke-16/+16
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-6/+6
2012-03-22Add an LLVM-instruction-counting mode to trans.Graydon Hoare-1/+0
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-34/+34
2012-03-18core: Rename vec::position_elt to position_elemBrian Anderson-1/+1
2012-03-16Remove shared tydescsMarijn Haverbeke-1/+0
2012-03-15Remove support for dynamically-sized types from translation codeMarijn Haverbeke-196/+57
2012-03-15Make sure resource destructors are properly monomorphizedMarijn Haverbeke-10/+8
2012-03-15Remove a large part of the tydesc-passing codeMarijn Haverbeke-1/+1
2012-03-14Convert *u8 native string users to *c_charBrian Anderson-2/+2
2012-03-14rustc: Lift the @ from the type definition of crate_ctxt into its usesPatrick Walton-14/+14
2012-03-08rustc: Add regions to the type systemPatrick Walton-0/+5
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+787