summary refs log tree commit diff
path: root/src/rustc/metadata/csearch.rs
AgeCommit message (Expand)AuthorLines
2012-03-26Enforce privacy declarations for class fields and methodsTim Chevalier-9/+0
2012-03-23Remove last vestiges of old-style intrinsicsMarijn Haverbeke-6/+0
2012-03-23Revert removal of intrinsicsMarijn Haverbeke-0/+6
2012-03-23Remove support for the old-style intrinsicsMarijn Haverbeke-6/+0
2012-03-22Make cross-crate calls to class methods workTim Chevalier-0/+11
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-2/+2
2012-03-21methods workTim Chevalier-1/+10
2012-03-20Class methods WIPTim Chevalier-3/+28
2012-03-16Fix encoding of class ctorsTim Chevalier-0/+2
2012-03-16Classes WIPTim Chevalier-0/+8
2012-03-15Properly recognize external intrinsicsMarijn Haverbeke-0/+6
2012-03-15Make sure enum and resource constructors are inlined properlyMarijn Haverbeke-2/+8
2012-03-15Fix assumption that monomorphized method's impls are crate-localMarijn Haverbeke-0/+7
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+1
2012-03-07Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"Patrick Walton-1/+0
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+1
2012-03-05rewrite vec to be more unsafe, more inlinedNiko Matsakis-0/+3
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+126