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
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-112
/
+0
2012-02-24
Encode/decode AST into metadata, re-instantiate inlined items
Niko Matsakis
-0
/
+24
2012-02-10
put serializer into the build and encode full item paths
Niko Matsakis
-0
/
+7
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-2
/
+0
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-1
/
+1
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-1
/
+1
2012-01-11
Fix dependency bug iface-did-of-impl resolving
Marijn Haverbeke
-1
/
+0
2012-01-10
Support explicit discriminant numbers on tag variants.
Kevin Atkinson
-0
/
+3
2012-01-05
Get external interfaces / impls working
Marijn Haverbeke
-1
/
+2
2012-01-05
Write the iface type of an impl in the crate data
Marijn Haverbeke
-0
/
+1
2011-12-28
Change representation of type params to handle interface bounds
Marijn Haverbeke
-1
/
+1
2011-12-22
Unify some data structures in syntax::ast that were doing the same thing
Marijn Haverbeke
-2
/
+0
2011-12-16
Write impl data to crate library files
Marijn Haverbeke
-0
/
+4
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+1
2011-12-12
rustc: Encode crate hash into metadata
Haitao Li
-0
/
+2
2011-10-10
Adjust function signatures to allow for vecs being immediate
Marijn Haverbeke
-1
/
+1
2011-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-1
/
+1
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-2
/
+2
2011-09-02
Reformat. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-2
/
+2
2011-08-27
Convert portions of rustc to istrs. Recover a lot of performance.
Brian Anderson
-3
/
+3
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-1
/
+1
2011-08-05
rustc: Parse "inline". Also write it into metadata.
Patrick Walton
-0
/
+2
2011-07-29
Encode, decode, and thread through typechecking all the param kinds, not just...
Graydon Hoare
-2
/
+2
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-33
/
+33
2011-07-08
Encode/decode a crate's externel dependencies. Issue #632
Brian Anderson
-0
/
+6
2011-07-07
Refactor a few things in the metadata module
Brian Anderson
-0
/
+67