- Mar 29, 2014
-
-
Ary Borenszweig authored
-
- Mar 26, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Mar 25, 2014
-
-
Ary Borenszweig authored
-
- Mar 24, 2014
-
-
Ary Borenszweig authored
-
- Mar 22, 2014
-
-
Ary Borenszweig authored
-
- Mar 21, 2014
-
-
Ary Borenszweig authored
-
- Mar 19, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Mar 17, 2014
-
-
Ary Borenszweig authored
Fixed type lookup: types were looked up from "self", but they should be looked up from the matching def.
-
- Mar 15, 2014
-
-
Ary Borenszweig authored
-
- Mar 14, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
When using a union as a restriction, bind free variables from left to right whiel discarding matching types
-
- Mar 13, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Mar 12, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Mar 11, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Mar 08, 2014
-
-
Ary Borenszweig authored
Removed CastFunToReturnVoid AST node and use a regular Cast node instead. Allow casting a function to another one that returns void.
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Mar 07, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Mar 04, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Mar 02, 2014
-
-
Ary Borenszweig authored
Disable passing a block as a function. Disable accidental creation of closures (which lead to a compiler crash) until we implement closures. Error when using "yield" or "return" in a function literal.
-
Ary Borenszweig authored
-
- Mar 01, 2014
-
-
Ary Borenszweig authored
In codegen, when visiting a yield there must be a block context.
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-