about summary refs log tree commit diff
path: root/src/rustc/middle/resolve.rs
AgeCommit message (Expand)AuthorLines
2012-03-16Classes WIPTim Chevalier-1/+1
2012-03-14std: Rename the hashmap constructors to conform to new standardsBrian Anderson-15/+14
2012-03-13Overhaul constructor naming in libsBrian Anderson-2/+2
2012-03-12stdlib: Make list::find do what the docs say it does.Patrick Walton-2/+20
2012-03-10Use loop instead of while(true) in libraries and compiler itselfTim Chevalier-9/+7
2012-03-09rustc: Add region def ids to the ASTPatrick Walton-0/+1
2012-03-09Revert "rustc: Create def IDs for region parameters"Patrick Walton-2/+1
2012-03-09rustc: Create def IDs for region parametersPatrick Walton-1/+2
2012-03-08Change util::unreachable to core::unreachableTim Chevalier-1/+1
2012-03-08Explicitly store self_ids use for self locals in methodsMarijn Haverbeke-3/+3
2012-03-06Track all exports in exp_mapMarijn Haverbeke-105/+89
2012-03-05rustc: Use std::util::unreachableBrian Anderson-1/+1
2012-03-05rustc: Lower case error messagesBrian Anderson-4/+4
2012-03-05rustc: Remove some redundant text from error messagesBrian Anderson-2/+2
2012-03-04Translate simple classesTim Chevalier-11/+11
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+2381