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
/
metadata
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2011-08-05
rustc: Parse "inline". Also write it into metadata.
Patrick Walton
-0
/
+11
2011-08-05
Revert "rustc: Introduce the concept of inline to the AST"
Patrick Walton
-2
/
+2
2011-08-05
rustc: Introduce the concept of inline to the AST
Patrick Walton
-2
/
+2
2011-07-29
Encode, decode, and thread through typechecking all the param kinds, not just...
Graydon Hoare
-26
/
+34
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-353
/
+343
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-39
/
+42
2011-07-25
Remove some rustboot-isms
Marijn Haverbeke
-8
/
+4
2011-07-21
Move a bunch of trans into trans_common, including the context structures.
Michael Sullivan
-1
/
+1
2011-07-14
rustc: Move metadata::encoder over to interior vectors
Patrick Walton
-52
/
+56
2011-07-14
rustc: Move much of metadata reading over to interior vectors
Patrick Walton
-153
/
+153
2011-07-10
Use more encapsulation for metadata::cstore
Brian Anderson
-1
/
+1
2011-07-08
Encode/decode a crate's externel dependencies. Issue #632
Brian Anderson
-0
/
+46
2011-07-08
Don't export tyencode from the metadata module
Brian Anderson
-48
/
+64
2011-07-07
rustc: Remove all exterior vectors from the AST
Patrick Walton
-1
/
+1
2011-07-07
Rename encoder::ty_str to encoded_str
Brian Anderson
-2
/
+2
2011-07-07
Don't expert def_to_str from metadata::encoder
Brian Anderson
-2
/
+1
2011-07-07
Move tyencode::ty_str to metadata::encoder
Brian Anderson
-0
/
+11
2011-07-07
Refactor a few things in the metadata module
Brian Anderson
-12
/
+1
2011-07-07
Rename hash_def_id to hash_node_id
Brian Anderson
-3
/
+3
2011-07-07
Remove metadata::encoder's dependence on trans::node_id_type
Brian Anderson
-9
/
+9
2011-07-07
rustc: Change lots of AST nodes to use interior vectors
Patrick Walton
-5
/
+6
2011-07-06
rustc: Make meta items into interior vectors
Patrick Walton
-5
/
+4
2011-07-05
Change ast::meta_name_value to accept any literal, not just string
Brian Anderson
-12
/
+17
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-1
/
+1
2011-07-01
Cleanup attribute code. Issue #487
Brian Anderson
-20
/
+10
2011-07-01
Track def_ids of native types so that they can be distinguished
Marijn Haverbeke
-1
/
+2
2011-06-30
Move middle::attr to front::attr
Brian Anderson
-1
/
+1
2011-06-30
Make calling resource destructors work cross-crate
Marijn Haverbeke
-1
/
+1
2011-06-29
Re-enable tidy (it was broken) and fix various non-tidy things.
Graydon Hoare
-6
/
+8
2011-06-29
Write metadata for sythesized name/vers items to the crate's link attr
Brian Anderson
-1
/
+66
2011-06-29
Fix resource encoding bugs.
Graydon Hoare
-2
/
+3
2011-06-28
Cleanup attribute code. Issue #487
Brian Anderson
-1
/
+0
2011-06-28
Remove the last traces of the distinction between export / local meta items
Brian Anderson
-21
/
+0
2011-06-28
Rework how linkage attributes are determined
Brian Anderson
-6
/
+8
2011-06-28
Write metadata for more meta_item types. Issue #487
Brian Anderson
-7
/
+21
2011-06-28
Write metadata for crate attributes. Issue #487
Brian Anderson
-17
/
+31
2011-06-28
Add emacs variables to encoder.rs
Brian Anderson
-0
/
+10
2011-06-27
Rename metadata::defs to metadata::tags
Brian Anderson
-1
/
+1
2011-06-27
Cleanup in metadata module
Brian Anderson
-0
/
+2
2011-06-27
Extract llvm-independent code from cwriter to metadata::encoder
Brian Anderson
-0
/
+478
[prev]