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-07-28
Adding upcalls to to ref() and deref() tasks. This is the first step towards ...
Eric Holk
-0
/
+5
2011-07-27
Further refinement to kind system lattice and type-kind rules; first successf...
Graydon Hoare
-7
/
+8
2011-07-27
Have bind support non-alias parametric non-bound arguments.
Michael Sullivan
-2
/
+1
2011-07-27
Remove vestiges of "layers", insert skeletal do-nothing "kind" pass plus cach...
Graydon Hoare
-2
/
+128
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-6
/
+7
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-2006
/
+1841
2011-07-26
Resolve and typecheck alias-environment-capturing blocks.
Michael Sullivan
-0
/
+1
2011-07-26
Remove tuple support from the compiler
Marijn Haverbeke
-165
/
+21
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-32
/
+37
2011-07-25
Rename the block type to be blk also. Sorry.
Michael Sullivan
-1
/
+1
2011-07-25
Remove some rustboot-isms
Marijn Haverbeke
-5
/
+2
2011-07-25
Add a pass that checks for unreachable alt arms
Marijn Haverbeke
-2
/
+0
2011-07-22
Rewrite trans_cast, float->float and float->int casts
Marijn Haverbeke
-0
/
+1
2011-07-21
Make ty::ctxt be boxed.
Michael Sullivan
-31
/
+26
2011-07-21
Move ast_constr_to_constr from typeck to ty
Tim Chevalier
-0
/
+17
2011-07-21
Now with more type inference.
Lindsey Kuper
-43
/
+42
2011-07-21
rustc: Box raw types. Shaves about 5 seconds off compilation.
Patrick Walton
-17
/
+17
2011-07-20
rustc: Remove cnames for now
Patrick Walton
-1
/
+2
2011-07-20
rustc: Strip cnames before generating glue to avoid duplicates
Patrick Walton
-0
/
+5
2011-07-19
Add missing case in tyencode for ty_constr
Tim Chevalier
-0
/
+1
2011-07-19
Beginnings of support for constrained types
Tim Chevalier
-30
/
+178
2011-07-19
Add a pass that finds all of the free variables.
Michael Sullivan
-1
/
+3
2011-07-18
rustc: Skip null when translating string concatenation
Patrick Walton
-0
/
+1
2011-07-13
rustc: Remove some interior vectors from ty, except the ones that I think wer...
Patrick Walton
-35
/
+8
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-1
/
+1
2011-07-12
Revert "rustc: Remove some exterior vectors from ty.rs"
Patrick Walton
-15
/
+42
2011-07-12
rustc: Remove some exterior vectors from ty.rs
Patrick Walton
-42
/
+15
2011-07-08
Improve impossible-case handling in ty::get_element_type
Tim Chevalier
-4
/
+5
2011-07-08
rustc: Use interior vectors for the union-find in rustc
Patrick Walton
-20
/
+24
2011-07-08
Begin splitting metadata::decoder into decoding and crate search modules
Brian Anderson
-4
/
+3
2011-07-08
Don't unbox types in ty::is_binopable, do it on typeck side instead
Marijn Haverbeke
-15
/
+1
2011-07-07
rustc: Remove all exterior vectors from the AST
Patrick Walton
-2
/
+1
2011-07-07
Remove duplicate definition of def_to_str from middle::ty
Brian Anderson
-4
/
+0
2011-07-06
rustc: Convert bind_params_in_type() to use interior vectors
Patrick Walton
-6
/
+9
2011-07-06
rustc: Migrate tag variants to interior vectors
Patrick Walton
-14
/
+12
2011-07-06
rustc: Make object methods into interior vectors
Patrick Walton
-22
/
+22
2011-07-06
rustc: Use an interior vector for ty::count_ty_params
Patrick Walton
-6
/
+4
2011-07-06
rustc: Move the interner over to interior vectors
Patrick Walton
-1
/
+1
2011-07-06
rustc: Make the various constraint-related types in middle::ty use interior v...
Patrick Walton
-4
/
+4
2011-07-06
rustc: Make type parameter substitutions interior vectors
Patrick Walton
-5
/
+5
2011-07-06
rustc: Change constraints in types to use interior vectors
Patrick Walton
-8
/
+8
2011-07-06
rustc: Switch tag type parameters to interior vectors
Patrick Walton
-7
/
+7
2011-07-06
rustc: Use interior vectors for tag type parameters
Patrick Walton
-20
/
+35
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-105
/
+91
2011-07-06
rustc: Convert bind_params_in_type() to use interior vectors
Patrick Walton
-6
/
+9
2011-07-06
rustc: Migrate tag variants to interior vectors
Patrick Walton
-14
/
+12
2011-07-06
rustc: Make object methods into interior vectors
Patrick Walton
-22
/
+22
2011-07-06
rustc: Use an interior vector for ty::count_ty_params
Patrick Walton
-6
/
+4
2011-07-06
rustc: Move the interner over to interior vectors
Patrick Walton
-1
/
+1
2011-07-06
rustc: Make the various constraint-related types in middle::ty use interior v...
Patrick Walton
-4
/
+4
[prev]
[next]