summary refs log tree commit diff
path: root/src/rustc/metadata/cstore.rs
AgeCommit message (Expand)AuthorLines
2012-09-28demode vecNiko Matsakis-2/+2
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-4/+4
2012-09-26turn ast::ident into a structErick Tryzelaar-2/+2
2012-09-26Allow hashmaps to infer their typesErick Tryzelaar-2/+2
2012-09-23core: Demode optionBrian Anderson-1/+1
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-1/+1
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-4/+3
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-2/+2
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-2/+2
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-2/+2
2012-09-10Convert std::map to camel caseBrian Anderson-5/+5
2012-09-04rustc: "import" -> "use"Patrick Walton-5/+5
2012-08-26Camel case the option typeBrian Anderson-1/+1
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-5/+5
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-3/+3
2012-08-22intern identifiersPaul Stansifer-22/+22
2012-08-17rustc: Remove a user of tag_paths.Patrick Walton-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-1/+1
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-2/+2
2012-08-01Convert ret to returnBrian Anderson-13/+13
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-3/+3
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-18/+18
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-6/+6
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