summary refs log tree commit diff
path: root/src/rustc/middle/ast_map.rs
AgeCommit message (Expand)AuthorLines
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-6/+6
2012-03-23Remove last vestiges of old-style intrinsicsMarijn Haverbeke-1/+1
2012-03-23Revert removal of intrinsicsMarijn Haverbeke-1/+1
2012-03-23Rename builtin back to intrinsicMarijn Haverbeke-1/+1
2012-03-23Implement built-in native modules as an alternative to intrinsicsMarijn Haverbeke-0/+4
2012-03-20Class methods WIPTim Chevalier-1/+12
2012-03-16Classes WIPTim Chevalier-3/+3
2012-03-15rustc: Fix the AST map to actually map blocks. Also improve region error mess...Patrick Walton-1/+2
2012-03-15rustc: Index blocksPatrick Walton-0/+6
2012-03-14std: Rename the hashmap constructors to conform to new standardsBrian Anderson-1/+1
2012-03-08Rename last to last_opt, last_unsafe to lastTim Chevalier-1/+1
2012-03-08Rename last_total to last_unsafeTim Chevalier-1/+3
2012-03-08Explicitly store self_ids use for self locals in methodsMarijn Haverbeke-0/+2
2012-03-08Drop collect_items pass, create decls on demandMarijn Haverbeke-18/+29
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-1/+2
2012-03-07Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"Patrick Walton-2/+1
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-1/+2
2012-03-06Track all exports in exp_mapMarijn Haverbeke-4/+28
2012-03-05give user control of whether we use inline hint or inline alwaysNiko Matsakis-6/+27
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+152