aboutsummaryrefslogtreecommitdiff
path: root/src/comp/middle/metadata.rs
Commit message (Expand)AuthorAgeFilesLines
* rustc: Remove commented out "encode_tag_variant_info" call that sneaked inPatrick Walton2011-03-281-1/+1
* rustc: Don't include a trailing null when writing out metadata; it corrupts t...Patrick Walton2011-03-281-4/+5
* rustc: Add support for calling LLVM intrinsics as native functionsPatrick Walton2011-03-281-0/+1
* Teach creader and metadata writer how to do ty.ty_type.Graydon Hoare2011-03-261-1/+11
* Support for 'float' in type signatures.Lindsey Kuper2011-03-231-0/+1
* rustc: Write out crate metadataPatrick Walton2011-03-231-5/+282
* rustc: Update type serialization and deserialization for the "mutable?" changePatrick Walton2011-03-211-5/+15
* rustc: Merge in type serialization and deserializationMarijn Haverbeke2011-03-211-0/+106
* rustc: Add some stub metadata to each cratePatrick Walton2011-03-111-0/+29