- Sep 17, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Sep 16, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Sep 14, 2014
-
-
Ary Borenszweig authored
Added `cast` class method to integer and float types. Use C::SizeT.cast(...) and C::ModeT.cast(...) instead of num.to_sizet and num.to_modet. Changed Pointer#memcmp to return an integer instead of a bool (like in C). Also added `zero class method.
-
- Sep 04, 2014
-
-
Ary Borenszweig authored
-
- Sep 02, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Aug 29, 2014
-
-
Ary Borenszweig authored
-
- Aug 25, 2014
-
-
Ary Borenszweig authored
Fixed bug: two different methods were having the same manging (one with &block and another without it but with the same type)
-
- Aug 23, 2014
-
-
Ary Borenszweig authored
-
- Aug 20, 2014
-
-
Ary Borenszweig authored
-
- Aug 15, 2014
-
-
Ary Borenszweig authored
-
- Aug 11, 2014
-
-
Ary Borenszweig authored
-
- Aug 10, 2014
-
-
Ary Borenszweig authored
-
- Aug 09, 2014
-
-
Ary Borenszweig authored
Added Tuple#clone and Tuple#dup. Faster tuple methods by using macros. Tuple#length and Tuple#[](index) (with a runtime index) are no longer primitives and are now implemented in Crystal.
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Aug 07, 2014
-
-
Ary Borenszweig authored
-
- Aug 06, 2014
-
-
Juan Wajnerman authored
-
- Aug 05, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Aug 03, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Started implementing splats. Splat in def arguments are now working. Missing: combine them with default values and also allow splatting call arguments.
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Aug 02, 2014
-
-
Ary Borenszweig authored
-
- Jul 31, 2014
-
-
Ary Borenszweig authored
-
- Jul 29, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Fixed #154 and other constant-related bugs. Also: removed the "feature" of regex literals being automatically assigned to a constant to avoid multiple recompilations of the same regex (users must be able to choose that to)
-
- Jul 28, 2014
-
-
Ary Borenszweig authored
-