index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
middle
/
ty.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all non-decl/non-expr stmts to exprs.
Graydon Hoare
2011-02-14
1
-0
/
+6
*
Expand expr_rec to take its optional trailing 'with' parameter.
Graydon Hoare
2011-02-14
1
-1
/
+1
*
Add missing case to unify. This gets hello world to codegen.
Rafael Avila de Espindola
2011-02-14
1
-0
/
+1
*
Teach ty and typeck about pat_lit.
Graydon Hoare
2011-02-10
1
-0
/
+1
*
Add type checking for native types.
Rafael Avila de Espindola
2011-02-10
1
-0
/
+2
*
Add a fixme for last commit.
Graydon Hoare
2011-02-07
1
-0
/
+4
*
Iterate type unification to drive the types a bit further down into the leave...
Graydon Hoare
2011-02-07
1
-1
/
+33
*
Implement 'else if'
Graydon Hoare
2011-02-01
1
-1
/
+1
*
Add ty_type.
Graydon Hoare
2011-02-01
1
-0
/
+8
*
More work on derived tydescs. Can compile simple tests with generic objects.
Graydon Hoare
2011-01-31
1
-4
/
+4
*
Teach ty and typeck about linear for loops.
Graydon Hoare
2011-01-20
1
-0
/
+1
*
Implement dynamic GEP enough to permit expr_field to work on tup(T,T,T).
Graydon Hoare
2011-01-19
1
-0
/
+23
*
Fix bug (I think) when unifying ty_local and ty_param.
Graydon Hoare
2011-01-18
1
-1
/
+13
*
Fix missing case in ty.
Graydon Hoare
2011-01-17
1
-0
/
+5
*
Change single-ident expr_ident to greedy/fat multi-ident expr_path, to handle...
Graydon Hoare
2011-01-13
1
-11
/
+14
*
Figure out what tydescs we need to pass when translating parametric function ...
Patrick Walton
2011-01-12
1
-0
/
+44
*
rustc: Allow the type unification handler to handle both expected and actual ...
Patrick Walton
2011-01-04
1
-4
/
+8
*
rustc: Add an item type accessor
Patrick Walton
2011-01-04
1
-0
/
+38
*
Add type accessors for fn types.
Graydon Hoare
2011-01-03
1
-0
/
+24
*
Teach ty.unify about ty_obj.
Graydon Hoare
2010-12-31
1
-0
/
+83
*
Move unify_fn logic out-of-line.
Graydon Hoare
2010-12-31
1
-59
/
+72
*
rustc: Add a type_has_dynamic_size predicate
Patrick Walton
2010-12-22
1
-0
/
+21
*
rustc: Move unification out of typeck.rs; trans will need it too.
Patrick Walton
2010-12-21
1
-0
/
+425
*
rustc: Move type logic out of typeck so trans doesn't look like it's calling ...
Patrick Walton
2010-12-21
1
-0
/
+588