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
Age
Commit message (
Expand
)
Author
Lines
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 back::link to istrs. Issue #855
Brian Anderson
-4
/
+6
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-58
/
+63
2011-08-27
Convert std::map::new_str_hash to istrs. Issue #855
Brian Anderson
-6
/
+6
2011-08-27
Convert portions of rustc to istrs. Recover a lot of performance.
Brian Anderson
-53
/
+58
2011-08-27
Convert std::io to istrs. Issue #855
Brian Anderson
-51
/
+64
2011-08-27
Convert std::fs to istrs. Issue #855
Brian Anderson
-7
/
+13
2011-08-27
Convert std::int to istrs. Issue #855
Brian Anderson
-1
/
+4
2011-08-27
Convert std::uint to istrs. Issue #855
Brian Anderson
-4
/
+5
2011-08-24
Change "pred" to "pure fn" (but still accept "pred")
Tim Chevalier
-1
/
+1
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
-6
/
+11
2011-08-22
Replace &ty::t with ty::t throughout the compiler
Marijn Haverbeke
-4
/
+4
2011-08-20
Reformat
Brian Anderson
-185
/
+185
2011-08-18
Rename various things from ivec to vec
Brian Anderson
-1
/
+1
2011-08-18
Change ast::ty_ivec, ty::ty_ivec to ty_vec
Brian Anderson
-1
/
+1
2011-08-18
Remove ast::ty_vec
Brian Anderson
-2
/
+0
2011-08-18
Remove or _-prefix all unused function arguments
Marijn Haverbeke
-3
/
+3
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-18
/
+18
2011-08-16
Port the compiler to foo<T> decl syntax.
Erick Tryzelaar
-5
/
+5
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-34
/
+34
2011-08-16
Removing tasks, ports and chans from the compiler.
Eric Holk
-6
/
+0
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-24
/
+24
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-42
/
+42
2011-08-15
Use span stacks to track macro expansion for less troublesome error messages.
Paul Stansifer
-1
/
+1
2011-08-15
Make spans into stacks (to store expansion backtraces).
Paul Stansifer
-5
/
+5
2011-08-15
Tuple fields are immutable
Marijn Haverbeke
-3
/
+3
2011-08-15
Tuple types back, not constructable yet
Marijn Haverbeke
-0
/
+12
2011-08-12
Convert uint::parse_buf to ivecs
Brian Anderson
-5
/
+4
2011-08-12
Remove ebmlivec module
Brian Anderson
-221
/
+221
2011-08-12
Remove vecs from std::sort
Brian Anderson
-1
/
+1
2011-08-12
Rename std::ioivec to std::io
Brian Anderson
-25
/
+25
2011-08-12
Rename str::connect_ivec to str::connect
Brian Anderson
-2
/
+2
2011-08-12
Rename str::split_ivec to str::split
Brian Anderson
-1
/
+1
2011-08-12
Convert uses of str::split to split_ivec
Brian Anderson
-6
/
+1
2011-08-12
Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytes
Brian Anderson
-8
/
+8
2011-08-12
Remove vec version of str::bytes, rename bytes_ivec to str::bytes
Brian Anderson
-13
/
+13
2011-08-10
rustc: Add unique pointers to the set of types we support
Patrick Walton
-0
/
+2
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-108
/
+108
2011-08-08
Add new arg-passing mode 'move' denoted with '-T'. Translate as pass-by-value...
Graydon Hoare
-0
/
+6
2011-08-05
rustc: Parse "inline". Also write it into metadata.
Patrick Walton
-0
/
+13
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
-53
/
+77
2011-07-29
Turn on kind propagation for typarams. Annotate a bunch of typarams in rustc ...
Graydon Hoare
-1
/
+1
2011-07-28
Thread kinds into the type system. Don't quite activate yet, since it breaks ...
Graydon Hoare
-2
/
+20
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-18
/
+15
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-1335
/
+1252
2011-07-26
Resolve and typecheck alias-environment-capturing blocks.
Michael Sullivan
-0
/
+6
[prev]
[next]