- Dec 12, 2013
-
-
Ary Borenszweig authored
Replace “a.is_a?(A)” with “A === a” if A is a constant (instead of a type). This is to make it work in case expressions.
-
Ary Borenszweig authored
-
- Dec 11, 2013
-
-
Juan Wajnerman authored
-
Juan Wajnerman authored
-
Juan Wajnerman authored
-
Ary Borenszweig authored
-
Juan Wajnerman authored
-
- Dec 10, 2013
-
-
Ary Borenszweig authored
This reverts commit d7b436e5.
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Dec 09, 2013
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Dec 08, 2013
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Correct semantic for chained comparisons. Now “1 <= a() <= b” if translated to “1 <= (temp = a()) && temp <= b”.
-
- Dec 06, 2013
-
-
Ary Borenszweig authored
-
- Dec 05, 2013
-
-
Ary Borenszweig authored
-
Juan Wajnerman authored
-
Juan Wajnerman authored
-
Ary Borenszweig authored
-
- Dec 04, 2013
-
-
Juan Wajnerman authored
-
Juan Wajnerman authored
-
Juan Wajnerman authored
-
Juan Wajnerman authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Dec 03, 2013
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-