summary refs log tree commit diff
path: root/src/comp/metadata/decoder.rs
AgeCommit message (Expand)AuthorLines
2012-01-19rustc: "tag" -> "enum"Patrick Walton-2/+2
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-3/+3
2012-01-17encode variant names and have log print them out.Niko Matsakis-2/+3
2012-01-11Fix dependency bug iface-did-of-impl resolvingMarijn Haverbeke-12/+1
2012-01-11Major clean-up of std::ioMarijn Haverbeke-0/+1
2012-01-11Fix regression in resolving of external implsMarijn Haverbeke-4/+4
2012-01-10Support explicit discriminant numbers on tag variants.Kevin Atkinson-1/+19
2012-01-05Clean up translating of def_ids in metadata readerMarijn Haverbeke-70/+65
2012-01-05Get external interfaces / impls workingMarijn Haverbeke-49/+72
2012-01-05Write the iface type of an impl in the crate dataMarijn Haverbeke-1/+19
2012-01-02Box arrays of parameter boundsMarijn Haverbeke-4/+4
2012-01-02Check that type parameter bounds are interface typesMarijn Haverbeke-5/+2
2011-12-29Box ty_param_bounds_and_tyMarijn Haverbeke-1/+1
2011-12-28Change representation of type params to handle interface boundsMarijn Haverbeke-48/+33
2011-12-23Use the same type of record in ty::ty_fn and ty::methodMarijn Haverbeke-6/+3
2011-12-20rustc: Implement re-export of renamed modulesHaitao Li-1/+0
2011-12-19Associate names with types introduced by itemsMarijn Haverbeke-2/+10
2011-12-16Finish resolving and calling of crate-external implsMarijn Haverbeke-2/+48
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-1/+0
2011-12-16rustc: Implement non-renamed re-export across cratesHaitao Li-8/+3
2011-12-15rustc: Box tag variants to avoid copiesBrian Anderson-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+2
2011-12-12rustc: Encode crate hash into metadataHaitao Li-3/+11
2011-11-18Preparation for kind system overhaulMarijn Haverbeke-3/+3
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-10Cleanup unused importsHaitao Li-2/+0
2011-10-21Remove last uses of iterators from stdlibMarijn Haverbeke-25/+20
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-2/+2
2011-10-12reimplement some of the unsafe stuff which got lostNiko Matsakis-0/+4
2011-10-12make native functions markable as unsafe and incorporate thatNiko Matsakis-1/+3
2011-10-12add 'u' to one other place it was missingNiko Matsakis-0/+1
2011-10-12add 'u' to decoder (kinda' important)Niko Matsakis-0/+1
2011-10-12Extend the unchecked block stuff to allow unsafe blocks as well.Niko Matsakis-0/+1
2011-09-12Factor imports mindlessly.Graydon Hoare-9/+3
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-30/+30
2011-09-02Reformat. Issue #855Brian Anderson-41/+32
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-4/+4
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-11/+11
2011-09-01Remove std::str. Issue #855Brian Anderson-1/+0
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-12/+9
2011-08-27Convert misc compiler bits to istrs. Issue #855Brian Anderson-1/+1
2011-08-27Convert pretty-printer to istrs. Issue #855Brian Anderson-2/+6
2011-08-27Convert rustc::metadata to istrs. Issue #855Brian Anderson-29/+32
2011-08-27Convert ast::ident to istr. Issue #855Brian Anderson-4/+4
2011-08-27Convert portions of rustc to istrs. Recover a lot of performance.Brian Anderson-1/+2
2011-08-27Convert std::io to istrs. Issue #855Brian Anderson-11/+16
2011-08-24Change "pred" to "pure fn" (but still accept "pred")Tim Chevalier-1/+1
2011-08-22Move functions from syntax::ast to syntax::ast_utilBrian Anderson-1/+2
2011-08-20ReformatBrian Anderson-47/+46
2011-08-18Remove or _-prefix all unused function argumentsMarijn Haverbeke-1/+1