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-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
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
[next]