about summary refs log tree commit diff
path: root/src/rustc/metadata
AgeCommit message (Expand)AuthorLines
2012-03-09rustc: Add region def ids to the ASTPatrick Walton-1/+24
2012-03-09Revert "rustc: Create def IDs for region parameters"Patrick Walton-888/+835
2012-03-09rustc: Create def IDs for region parametersPatrick Walton-835/+888
2012-03-08rustc: Change the address-of operator to an explicit production so that we ca...Patrick Walton-37/+60
2012-03-08Rename last to last_opt, last_unsafe to lastTim Chevalier-1/+1
2012-03-08rustc: Add regions to the type systemPatrick Walton-0/+18
2012-03-08Properly serialize is_last_use valuesMarijn Haverbeke-3/+119
2012-03-08Explicitly store self_ids use for self locals in methodsMarijn Haverbeke-9/+20
2012-03-08Drop collect_items pass, create decls on demandMarijn Haverbeke-14/+17
2012-03-08rustc: Add the safe address-of operator to the ASTPatrick Walton-0/+8
2012-03-08rustc: Add region-annoted type parameters to the AST; stub associated patternsPatrick Walton-832/+919
2012-03-07Fix #1941: inlining of items that themselves contain nested itemsNiko Matsakis-1/+62
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-4/+10
2012-03-07Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"Patrick Walton-10/+4
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-4/+10
2012-03-06Add a reachability checker, only export metadata for reachable itemsMarijn Haverbeke-7/+145
2012-03-06Track all exports in exp_mapMarijn Haverbeke-3/+8
2012-03-05rustc: Lower case error messagesBrian Anderson-2/+2
2012-03-05rewrite vec to be more unsafe, more inlinedNiko Matsakis-0/+3
2012-03-05give user control of whether we use inline hint or inline alwaysNiko Matsakis-2/+10
2012-03-05set LLVM inline hint for all #[inline] methods, whether CC or localNiko Matsakis-6/+2
2012-03-04Translate simple classesTim Chevalier-127/+181
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+12548