summary refs log tree commit diff
path: root/src/rustc/metadata/cstore.rs
AgeCommit message (Expand)AuthorLines
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-5/+5
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-14/+14
2012-06-28Replaced almost all vector+ in rustc (#2719)Eric Holk-1/+1
2012-06-26Getting rid of lots more vector +=. (issue #2719)Eric Holk-3/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-17/+17
2012-06-13Box AST identsBrian Anderson-13/+13
2012-06-06move to dvec in metadataNiko Matsakis-1/+3
2012-05-23rustc: Eliminate metadata's dependency on util::commonBrian Anderson-1/+0
2012-05-23rustc: Move new_def_hash to ast_utilBrian Anderson-0/+1
2012-04-23Move map iface over to more `for`-friendly iteration methodsMarijn Haverbeke-2/+2
2012-04-08Encode crate dependencies' hash and version dataHaitao Li-3/+1
2012-04-07Use version and hash in crate_map nameHaitao Li-1/+15
2012-04-06Re-rename option functionsTim Chevalier-1/+1
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
2012-04-02Rename some core::option functionsTim Chevalier-1/+1
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-6/+6
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-1/+1
2012-03-20Revert order of arguments to option::maybe and from_maybeMarijn Haverbeke-1/+1
2012-03-16Classes WIPTim Chevalier-4/+3
2012-03-14std: Rename the hashmap constructors to conform to new standardsBrian Anderson-2/+2
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-02Move src/comp to src/rustcGraydon Hoare-0/+175