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
/
middle
/
ty.rs
Age
Commit message (
Expand
)
Author
Lines
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
-37
/
+41
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-12
/
+13
2011-08-27
Convert portions of rustc to istrs. Recover a lot of performance.
Brian Anderson
-1
/
+1
2011-08-27
Convert std::int to istrs. Issue #855
Brian Anderson
-2
/
+3
2011-08-27
Convert std::uint to istrs. Issue #855
Brian Anderson
-10
/
+15
2011-08-25
Allow pure fns to have any return type
Tim Chevalier
-0
/
+7
2011-08-24
Revert "Back out copy-glue"
Marijn Haverbeke
-0
/
+12
2011-08-24
Back out copy-glue
Marijn Haverbeke
-12
/
+0
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-4
/
+8
2011-08-22
Start using copy glue to copy bits that may contain ivecs
Marijn Haverbeke
-0
/
+12
2011-08-22
Write a type_structurally_contains, use it to rewrite has_dynamic_size
Marijn Haverbeke
-35
/
+29
2011-08-22
Replace &ty::t with ty::t throughout the compiler
Marijn Haverbeke
-64
/
+64
2011-08-20
Reformat
Brian Anderson
-261
/
+252
2011-08-18
Kind check tuples. Closes #841.
Michael Sullivan
-0
/
+7
2011-08-18
Print tag names in type error messages. Closes #834.
Michael Sullivan
-1
/
+6
2011-08-18
Get rid of equal_type_structures. Closes #514.
Michael Sullivan
-184
/
+1
2011-08-18
More misc ivec->vec renaming
Brian Anderson
-2
/
+2
2011-08-18
Rename various things from ivec to vec
Brian Anderson
-4
/
+4
2011-08-18
Change ast::ty_ivec, ty::ty_ivec to ty_vec
Brian Anderson
-20
/
+20
2011-08-18
Remove ast::ty_vec
Brian Anderson
-50
/
+2
2011-08-18
Fix long line
Marijn Haverbeke
-1
/
+2
2011-08-18
Remove or _-prefix all unused function arguments
Marijn Haverbeke
-17
/
+17
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-35
/
+35
2011-08-16
Port the compiler to foo<T> decl syntax.
Erick Tryzelaar
-4
/
+4
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-36
/
+36
2011-08-16
rustc: Implement unique pointer allocation and deallocation
Patrick Walton
-0
/
+5
2011-08-16
Removing tasks, ports and chans from the compiler.
Eric Holk
-102
/
+5
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-37
/
+37
2011-08-16
Replace std::ufind with std::ufindivec. Remove std::ufindivec
Brian Anderson
-19
/
+19
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-47
/
+47
2011-08-15
rustc: Add a few type-related methods to unique pointers; add typestate support
Patrick Walton
-0
/
+13
2011-08-15
Tuple fields are immutable
Marijn Haverbeke
-51
/
+30
2011-08-15
Tuple types back, not constructable yet
Marijn Haverbeke
-12
/
+126
2011-08-12
Remove the last remaining vec expressions in rustc
Brian Anderson
-5
/
+8
2011-08-12
Remove vecs from std::sort
Brian Anderson
-1
/
+1
2011-08-10
rustc: Add unique pointers to the set of types we support
Patrick Walton
-23
/
+27
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-69
/
+69
2011-08-08
Add new arg-passing mode 'move' denoted with '-T'. Translate as pass-by-value...
Graydon Hoare
-1
/
+2
2011-08-04
Add a fast path in ty::occurs_check_fails
Tim Chevalier
-1
/
+5
2011-08-04
Implement the occurs check
Tim Chevalier
-10
/
+62
2011-08-04
rustc: Generate shapes
Patrick Walton
-0
/
+45
2011-08-02
Make _|_ type binopable
Tim Chevalier
-1
/
+5
2011-08-02
Consolidate environment building/loading between closure types.
Michael Sullivan
-0
/
+11
2011-08-01
Partially implement destructuring locals
Marijn Haverbeke
-5
/
+0
2011-07-29
Encode, decode, and thread through typechecking all the param kinds, not just...
Graydon Hoare
-5
/
+6
2011-07-29
Turn on kind propagation for typarams. Annotate a bunch of typarams in rustc ...
Graydon Hoare
-4
/
+1
2011-07-29
Remove unreachable statements
Marijn Haverbeke
-7
/
+10
2011-07-29
Make sure resources always have their drop glue called
Marijn Haverbeke
-0
/
+8
2011-07-28
Thread kinds into the type system. Don't quite activate yet, since it breaks ...
Graydon Hoare
-23
/
+30
[prev]
[next]