about summary refs log tree commit diff
path: root/src/comp/metadata/csearch.rs
AgeCommit message (Expand)AuthorLines
2012-03-02Move src/comp to src/rustcGraydon Hoare-126/+0
2012-03-02restructure to better support method inliningNiko Matsakis-1/+1
2012-02-24Encode/decode AST into metadata, re-instantiate inlined itemsNiko Matsakis-0/+12
2012-02-15Replace some explicit fails with 'alt check' invocationsMarijn Haverbeke-2/+1
2012-02-13Track purity/unsafety of iface and impl methodsMarijn Haverbeke-0/+10
2012-02-11correct fully qualified type names to include the crate; add tests (take 2)Niko Matsakis-1/+2
2012-02-11Revert prior commit until I have time to track down the valgrind errorNiko Matsakis-2/+1
2012-02-10correct fully qualified type names to include the crate; add testsNiko Matsakis-1/+2
2012-02-10put serializer into the build and encode full item pathsNiko Matsakis-1/+9
2012-02-09Remove some pointless importsMarijn Haverbeke-1/+0
2012-01-31Change option::t to optionTim Chevalier-2/+2
2012-01-25Rename tag to enum throughout the compilerMarijn Haverbeke-3/+3
2012-01-21rustc: Always resolve reexported names from original defHaitao Li-6/+1
2012-01-12Make driver::session::session no longer an objectMarijn Haverbeke-4/+4
2012-01-05Clean up translating of def_ids in metadata readerMarijn Haverbeke-41/+10
2012-01-05Get external interfaces / impls workingMarijn Haverbeke-20/+10
2012-01-05Write the iface type of an impl in the crate dataMarijn Haverbeke-0/+9
2012-01-02More resolving and typechecking of bounded type parameters.Marijn Haverbeke-0/+1
2011-12-28Change representation of type params to handle interface boundsMarijn Haverbeke-1/+1
2011-12-22Merge all 3 log syntaxes, tidy up residual misuses.Graydon Hoare-2/+2
2011-12-20rustc: Implement re-export of renamed modulesHaitao Li-0/+6
2011-12-16Finish resolving and calling of crate-external implsMarijn Haverbeke-6/+30
2011-12-16rustc: Implement non-renamed re-export across cratesHaitao Li-2/+27
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-6/+6
2011-09-02Reformat. Issue #855Brian Anderson-2/+2
2011-08-27Convert rustc::driver::session to istrs. Issue #855Brian Anderson-1/+1
2011-08-27Convert rustc::metadata to istrs. Issue #855Brian Anderson-1/+1
2011-08-09Port the compiler to the ivec type [T] syntax.Erick Tryzelaar-2/+2
2011-07-29Encode, decode, and thread through typechecking all the param kinds, not just...Graydon Hoare-1/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-33/+31
2011-07-26Remove all uses of tuples from the compiler and stdlibMarijn Haverbeke-13/+9
2011-07-15rustc: Remove a bunch of exterior vectorsPatrick Walton-1/+1
2011-07-14rustc: Move much of metadata reading over to interior vectorsPatrick Walton-1/+0
2011-07-08Decode types across multiple crates. Closes #632Brian Anderson-12/+50
2011-07-08Cleanup decoding and crate searchingBrian Anderson-0/+2
2011-07-08Make the interface to metadata::csearch more consistentBrian Anderson-9/+11
2011-07-08Remove unused functions from metadata::csearchBrian Anderson-9/+0
2011-07-08Extract various dependencies from metadata::decoder to metadata::csearchBrian Anderson-5/+15
2011-07-08Begin splitting metadata::decoder into decoding and crate search modulesBrian Anderson-0/+43