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
/
csearch.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-16
Finish resolving and calling of crate-external impls
Marijn Haverbeke
-6
/
+30
2011-12-16
rustc: Implement non-renamed re-export across crates
Haitao Li
-2
/
+27
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+1
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-6
/
+6
2011-09-02
Reformat. Issue #855
Brian Anderson
-2
/
+2
2011-08-27
Convert rustc::driver::session to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert rustc::metadata to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-2
/
+2
2011-07-29
Encode, decode, and thread through typechecking all the param kinds, not just...
Graydon Hoare
-1
/
+1
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-33
/
+31
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-13
/
+9
2011-07-15
rustc: Remove a bunch of exterior vectors
Patrick Walton
-1
/
+1
2011-07-14
rustc: Move much of metadata reading over to interior vectors
Patrick Walton
-1
/
+0
2011-07-08
Decode types across multiple crates. Closes #632
Brian Anderson
-12
/
+50
2011-07-08
Cleanup decoding and crate searching
Brian Anderson
-0
/
+2
2011-07-08
Make the interface to metadata::csearch more consistent
Brian Anderson
-9
/
+11
2011-07-08
Remove unused functions from metadata::csearch
Brian Anderson
-9
/
+0
2011-07-08
Extract various dependencies from metadata::decoder to metadata::csearch
Brian Anderson
-5
/
+15
2011-07-08
Begin splitting metadata::decoder into decoding and crate search modules
Brian Anderson
-0
/
+43