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
/
decoder.rs
Age
Commit message (
Expand
)
Author
Lines
2011-07-08
Remove non-existant export from metadata::decoder
Brian Anderson
-1
/
+0
2011-07-08
Replace the crate cache in session with the one in cstore
Brian Anderson
-5
/
+10
2011-07-07
Refactor a few things in the metadata module
Brian Anderson
-4
/
+3
2011-07-07
Rename hash_def_id to hash_node_id
Brian Anderson
-1
/
+1
2011-07-06
rustc: Make meta items into interior vectors
Patrick Walton
-6
/
+7
2011-07-06
rustc: Convert attribute in the AST to interior vectors
Patrick Walton
-6
/
+6
2011-07-06
rustc: Migrate tag variants to interior vectors
Patrick Walton
-5
/
+5
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-11
/
+11
2011-07-06
rustc: Convert attribute in the AST to interior vectors
Patrick Walton
-6
/
+6
2011-07-06
rustc: Migrate tag variants to interior vectors
Patrick Walton
-5
/
+5
2011-07-05
Change ast::meta_name_value to accept any literal, not just string
Brian Anderson
-1
/
+3
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-2
/
+2
2011-07-01
Cleanup attribute code. Issue #487
Brian Anderson
-6
/
+4
2011-06-30
Kill unused variables
Tim Chevalier
-1
/
+0
2011-06-30
Make calling resource destructors work cross-crate
Marijn Haverbeke
-3
/
+8
2011-06-28
Remove the last traces of the distinction between export / local meta items
Brian Anderson
-5
/
+0
2011-06-28
Rework how linkage attributes are determined
Brian Anderson
-21
/
+2
2011-06-28
Add some helper functions for attributes. Issue #487
Brian Anderson
-0
/
+4
2011-06-28
Write metadata for more meta_item types. Issue #487
Brian Anderson
-16
/
+32
2011-06-28
Write metadata for crate attributes. Issue #487
Brian Anderson
-4
/
+33
2011-06-28
List crate attributes when running rustc with '--ls'
Brian Anderson
-2
/
+58
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 metadata::decoder from metadata::creader
Brian Anderson
-0
/
+281
[prev]