index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
middle
/
metadata.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Write typarams for variants. Typecheck gets as far as ty.rs now.
Graydon Hoare
2011-04-01
1
-2
/
+4
*
Encode ty_native ebml node for native types so typechecker has something to w...
Graydon Hoare
2011-04-01
1
-0
/
+1
*
rustc: Write symbols for native items into the crate metadata
Patrick Walton
2011-04-01
1
-0
/
+1
*
rustc: Don't try to write symbols into the metadata for nullary tags. Puts ou...
Patrick Walton
2011-04-01
1
-1
/
+3
*
rustc: Get tag variants from the crate metadata
Patrick Walton
2011-04-01
1
-9
/
+24
*
rustc: Add a type annotation to tag items
Patrick Walton
2011-03-31
1
-2
/
+3
*
rustc: Write out a path index as well
Patrick Walton
2011-03-31
1
-59
/
+117
*
rustc: Index only the local part of definition IDs
Patrick Walton
2011-03-31
1
-16
/
+21
*
rustc: Write out an index of definition info in crate metadata
Patrick Walton
2011-03-31
1
-30
/
+100
*
Improve line comment positioning
Marijn Haverbeke
2011-03-31
1
-7
/
+7
*
rustc: Thread an item-to-type mapping throughout the typechecking and transla...
Patrick Walton
2011-03-30
1
-6
/
+22
*
rustc: Parse parameter IDs in external crate metadata. Un-XFAIL lib-bitv.rs.
Patrick Walton
2011-03-29
1
-1
/
+1
*
rustc: Resolve external modules and native modules to definition IDs as well
Patrick Walton
2011-03-29
1
-6
/
+14
*
rustc: Remove commented out "encode_tag_variant_info" call that sneaked in
Patrick Walton
2011-03-28
1
-1
/
+1
*
rustc: Don't include a trailing null when writing out metadata; it corrupts t...
Patrick Walton
2011-03-28
1
-4
/
+5
*
rustc: Add support for calling LLVM intrinsics as native functions
Patrick Walton
2011-03-28
1
-0
/
+1
*
Teach creader and metadata writer how to do ty.ty_type.
Graydon Hoare
2011-03-26
1
-1
/
+11
*
Support for 'float' in type signatures.
Lindsey Kuper
2011-03-23
1
-0
/
+1
*
rustc: Write out crate metadata
Patrick Walton
2011-03-23
1
-5
/
+282
*
rustc: Update type serialization and deserialization for the "mutable?" change
Patrick Walton
2011-03-21
1
-5
/
+15
*
rustc: Merge in type serialization and deserialization
Marijn Haverbeke
2011-03-21
1
-0
/
+106
*
rustc: Add some stub metadata to each crate
Patrick Walton
2011-03-11
1
-0
/
+29