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
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-16
rustc: Implement non-renamed re-export across crates
Haitao Li
-2
/
+15
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+2
2011-12-12
rustc: Encode crate hash into metadata
Haitao Li
-0
/
+8
2011-11-18
Update stdlib, compiler, and tests to new kind system
Marijn Haverbeke
-1
/
+1
2011-11-18
Preparation for kind system overhaul
Marijn Haverbeke
-3
/
+3
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-16
rustc: Use link_name attribute for native function
Haitao Li
-1
/
+1
2011-11-10
Cleanup unused imports
Haitao Li
-2
/
+1
2011-10-28
Make shared kind the default only for generic functions
Marijn Haverbeke
-6
/
+5
2011-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-1
/
+1
2011-10-21
Remove last uses of iterators from stdlib
Marijn Haverbeke
-1
/
+1
2011-10-21
Move hash table iteration over to block-taking functions
Marijn Haverbeke
-9
/
+8
2011-10-12
make native functions markable as unsafe and incorporate that
Niko Matsakis
-2
/
+8
2011-10-12
Extend the unchecked block stuff to allow unsafe blocks as well.
Niko Matsakis
-0
/
+1
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-24
Vectors containing pinned kinds become pinned
Brian Anderson
-1
/
+1
2011-09-15
Insert omitted semicolons for statements
Marijn Haverbeke
-1
/
+1
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-9
/
+2
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-9
/
+7
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-46
/
+43
2011-09-02
Reformat. Issue #855
Brian Anderson
-40
/
+30
2011-09-01
Remove lots of estr code from rustc. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-13
/
+13
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
-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
[prev]
[next]