index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
middle
/
metadata.rs
Age
Commit message (
Expand
)
Author
Lines
2011-05-02
Use different syntax for checks that matter to typestate
Tim Chevalier
-1
/
+1
2011-04-29
Don't emit metadata unless compiling -shared.
Graydon Hoare
-4
/
+7
2011-04-29
Intern metadata while writing, shrink stage1 from 12mb to 5.7mb.
Graydon Hoare
-70
/
+138
2011-04-25
rustc: Use the abbreviated type names to avoid LLVM bitcode size explosion
Patrick Walton
-3
/
+2
2011-04-25
rustc: Pass a "type context" around instead of directly passing the type stor...
Patrick Walton
-5
/
+5
2011-04-22
rustc: Thread the type store through everything that needs to access type str...
Patrick Walton
-13
/
+14
2011-04-22
rustc: Move the type serialization logic to an Encode module
Patrick Walton
-96
/
+104
2011-04-22
rustc: Switch @ty.t to ty.t so that we can change it to a uint
Patrick Walton
-4
/
+4
2011-04-22
rustc: Eliminate the direct use of ty.t.struct
Patrick Walton
-1
/
+1
2011-04-21
rustc: Pass a type store around, which does nothing yet
Patrick Walton
-1
/
+1
2011-04-20
rustc: Precompute type hashes
Patrick Walton
-0
/
+5
2011-04-20
rustc: Remove all uses of plain_ty() and friends from outside of ty.rs
Patrick Walton
-1
/
+1
2011-04-19
Remove effect system from src.
Graydon Hoare
-5
/
+5
2011-04-12
rustc: Switch to indices for type parameters
Patrick Walton
-16
/
+13
2011-04-07
Fix problem in metadata writer
Marijn Haverbeke
-0
/
+4
2011-04-01
Write typarams for variants. Typecheck gets as far as ty.rs now.
Graydon Hoare
-2
/
+4
2011-04-01
Encode ty_native ebml node for native types so typechecker has something to w...
Graydon Hoare
-0
/
+1
2011-04-01
rustc: Write symbols for native items into the crate metadata
Patrick Walton
-0
/
+1
2011-04-01
rustc: Don't try to write symbols into the metadata for nullary tags. Puts ou...
Patrick Walton
-1
/
+3
2011-04-01
rustc: Get tag variants from the crate metadata
Patrick Walton
-9
/
+24
2011-03-31
rustc: Add a type annotation to tag items
Patrick Walton
-2
/
+3
2011-03-31
rustc: Write out a path index as well
Patrick Walton
-59
/
+117
2011-03-31
rustc: Index only the local part of definition IDs
Patrick Walton
-16
/
+21
2011-03-31
rustc: Write out an index of definition info in crate metadata
Patrick Walton
-30
/
+100
2011-03-31
Improve line comment positioning
Marijn Haverbeke
-7
/
+7
2011-03-30
rustc: Thread an item-to-type mapping throughout the typechecking and transla...
Patrick Walton
-6
/
+22
2011-03-29
rustc: Parse parameter IDs in external crate metadata. Un-XFAIL lib-bitv.rs.
Patrick Walton
-1
/
+1
2011-03-29
rustc: Resolve external modules and native modules to definition IDs as well
Patrick Walton
-6
/
+14
2011-03-28
rustc: Remove commented out "encode_tag_variant_info" call that sneaked in
Patrick Walton
-1
/
+1
2011-03-28
rustc: Don't include a trailing null when writing out metadata; it corrupts t...
Patrick Walton
-4
/
+5
2011-03-28
rustc: Add support for calling LLVM intrinsics as native functions
Patrick Walton
-0
/
+1
2011-03-26
Teach creader and metadata writer how to do ty.ty_type.
Graydon Hoare
-1
/
+11
2011-03-23
Support for 'float' in type signatures.
Lindsey Kuper
-0
/
+1
2011-03-23
rustc: Write out crate metadata
Patrick Walton
-5
/
+282
2011-03-21
rustc: Update type serialization and deserialization for the "mutable?" change
Patrick Walton
-5
/
+15
2011-03-21
rustc: Merge in type serialization and deserialization
Marijn Haverbeke
-0
/
+106
2011-03-11
rustc: Add some stub metadata to each crate
Patrick Walton
-0
/
+29
[prev]