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
/
creader.rs
Age
Commit message (
Expand
)
Author
Lines
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-19
/
+17
2011-10-12
add unsafe tags into various points in the translation chains
Niko Matsakis
-16
/
+18
2011-10-04
Use util::filesearch to locate intrinsics.bc and main.o
Brian Anderson
-0
/
+1
2011-10-04
Move the library search into util::filesearch
Brian Anderson
-25
/
+17
2011-10-04
Fix some comment drift
Brian Anderson
-2
/
+2
2011-10-04
Remove some redundancy in metadata::creader
Brian Anderson
-9
/
+8
2011-10-04
Encapsulate current sysroot and lib path handling into util::filesearch
Brian Anderson
-2
/
+2
2011-10-03
rustc: Implement C stack stdcall
Patrick Walton
-1
/
+2
2011-09-30
rustc: Track link_args attributes on C stack cdecl natives as well
Patrick Walton
-1
/
+2
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-15
/
+5
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-4
/
+3
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-17
/
+17
2011-09-02
Reformat. Issue #855
Brian Anderson
-63
/
+42
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-9
/
+9
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-5
/
+5
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-17
/
+17
2011-08-27
Convert rustc::driver::session to istrs. Issue #855
Brian Anderson
-3
/
+4
2011-08-27
Convert pretty-printer to istrs. Issue #855
Brian Anderson
-1
/
+2
2011-08-27
Convert rustc::util to istrs. Issue #855
Brian Anderson
-1
/
+2
2011-08-27
Convert rustc::metadata to istrs. Issue #855
Brian Anderson
-37
/
+41
2011-08-27
Convert rest of the AST to istrs. Issue #855
Brian Anderson
-6
/
+11
2011-08-27
Convert rustc::lib::llvm to istr::sbufs. Issue #855
Brian Anderson
-4
/
+5
2011-08-27
Convert the rest of rustc::back to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-11
/
+15
2011-08-27
Convert std::map::new_str_hash to istrs. Issue #855
Brian Anderson
-6
/
+6
2011-08-27
Convert std::io to istrs. Issue #855
Brian Anderson
-1
/
+2
2011-08-27
Convert std::fs to istrs. Issue #855
Brian Anderson
-7
/
+13
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-1
/
+2
2011-08-20
Reformat
Brian Anderson
-30
/
+29
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-5
/
+5
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-4
/
+4
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-4
/
+4
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-4
/
+4
2011-08-15
Make spans into stacks (to store expansion backtraces).
Paul Stansifer
-1
/
+1
2011-08-12
Rename std::ioivec to std::io
Brian Anderson
-2
/
+2
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-17
/
+17
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-15
/
+13
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-158
/
+142
2011-07-26
Convert all code that uses walk.rs in the straightforward way to simple_visit
Marijn Haverbeke
-6
/
+6
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-9
/
+10
2011-07-15
rustc: Remove a bunch of exterior vectors
Patrick Walton
-5
/
+4
2011-07-14
rustc: Move much of metadata reading over to interior vectors
Patrick Walton
-16
/
+13
2011-07-08
Recursively load dependencies of external crates. Issue #632
Brian Anderson
-5
/
+35
2011-07-08
Refactor load_library_crate and resolve_crate
Brian Anderson
-14
/
+23
2011-07-08
Add a map from external cnums to local cnums in cstore::crate_metadata
Brian Anderson
-2
/
+5
2011-07-08
Extract resolve_crate from creader::visit_view_item
Brian Anderson
-8
/
+14
2011-07-08
Try to use static crate if we cannot find the dynamic one. This supports
Rafael Ávila de Espíndola
-3
/
+16
2011-07-08
Add just enough logic to the driver so that we can link std statically.
Rafael Ávila de Espíndola
-0
/
+3
2011-07-08
Replace various ints with ast::crate_nums
Brian Anderson
-2
/
+2
[next]