- Jan 25, 2015
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Fixed: moved the "can't cast to T because it was never instantiated" error from compile-time to runtime
-
Ary Borenszweig authored
-
Ary Borenszweig authored
[Hashes] Adds a comparator and changes the initializers a bit
-
Zamith authored
-
- Jan 24, 2015
-
-
Ary Borenszweig authored
Fixed #349: Crystal always produces ELF 64-bit object files. Use target triple to create LLVM::Target (was using the first one available). Thanks @jhass for finding this!
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Fixed #346: Heredoc is not respected in line number calculation. And some other fixes and specs related to heredoc.
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Renames LocalDependency to PathDependency
-
- Jan 23, 2015
-
-
Miguel Palhas authored
-
Miguel Palhas authored
-
Ary Borenszweig authored
Adds support for local dependencies in Projectfile
-
Ary Borenszweig authored
[Specs] Adds convenience method context
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Jan 22, 2015
-
-
Miguel Palhas authored
-
Miguel Palhas authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Add limit to all String#split variants
-
Zamith authored
Context does the same as describe, but is more semantic on some contexts (no pun intended).
-
Zamith authored
Adds the IndifferentAccessComparator, that allows to also use symbols as keys, even when the Hash was created with Strings as keys. The default value in the actual initialize method was not being used at all (probably a left over), so I remove it. I also added a few other ways to initialize hashes, so that you most likely will be able to initialize it any way you want without having to pass nils, just to comply with the arity.
-
- Jan 21, 2015
-
-
Jonne Haß authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
[String] Adds size method for strings
-
Zamith authored
This is something ruby supports and probaly the most used method to find the length of a string.
-
- Jan 19, 2015
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
RNG namespace for number generators
-
Julien Portalier authored
-
- Jan 18, 2015
-
-
Ary Borenszweig authored
Random::ISAAC pseudo random number generator
-
Julien Portalier authored
-
Julien Portalier authored
Enables to select an engine for Random. The Engine may be initialized with a seed and must respond to #next_number Removed Random#srand and other srand methods that don't work anymore (one may seed the Engine instead).
-
- Jan 17, 2015
-
-
Ary Borenszweig authored
Added conway and wordcount to examples (based on http://arthurtw.github.io/2015/01/12/quick-comparison-nim-vs-rust.html )
-
- Jan 16, 2015
-
-
Ary Borenszweig authored
-