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
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-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert misc compiler bits to istrs. Issue #855
Brian Anderson
-2
/
+2
2011-08-27
Convert rustc::metadata to istrs. Issue #855
Brian Anderson
-11
/
+13
2011-08-27
Convert rest of the AST to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert crate_ctxt to istrs. Issue #855
Brian Anderson
-2
/
+2
2011-08-27
Convert back::link to istrs. Issue #855
Brian Anderson
-4
/
+6
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-35
/
+35
2011-08-27
Convert portions of rustc to istrs. Recover a lot of performance.
Brian Anderson
-43
/
+47
2011-08-27
Convert std::io to istrs. Issue #855
Brian Anderson
-3
/
+6
2011-08-23
Resolve a number of FIXMEs
Brian Anderson
-2
/
+2
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-1
/
+3
2011-08-22
Replace &ty::t with ty::t throughout the compiler
Marijn Haverbeke
-2
/
+2
2011-08-20
Reformat
Brian Anderson
-49
/
+50
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-2
/
+2
2011-08-16
Port the compiler to foo<T> decl syntax.
Erick Tryzelaar
-3
/
+3
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-19
/
+19
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-6
/
+6
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-17
/
+17
2011-08-12
Remove ebmlivec module
Brian Anderson
-134
/
+134
2011-08-12
Remove vecs from std::sort
Brian Anderson
-1
/
+1
2011-08-12
Rename std::ioivec to std::io
Brian Anderson
-8
/
+8
2011-08-12
Rename str::connect_ivec to str::connect
Brian Anderson
-1
/
+1
2011-08-12
Remove vec version of str::bytes, rename bytes_ivec to str::bytes
Brian Anderson
-12
/
+12
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-30
/
+30
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
[prev]
[next]