about summary refs log tree commit diff
path: root/pkgs/development/compilers/crystal
Commit message (Collapse)AuthorAge
* Crystal: 0.24.2 -> 0.25.0Michael Fellinger2018-06-17
|
* Crystal: 0.24.1 -> 0.24.2Michael Fellinger2018-05-26
|
* crystal: 0.23.1 -> 0.24.1mingchuan2017-12-25
|
* crystal: fix CRYSTAL_PATHmingchuan2017-11-22
| | | | | CRYSTAL_PATH should contain `lib` to make crystal able to find required libraries installed in current directory.
* crystal: fix build by using the previous bootstrapOrivej Desh2017-10-04
|
* crystal: 0.23.0 -> 0.23.1David Kuo2017-10-04
| | | | | | | | | Due to https://github.com/crystal-lang/crystal/issues/4719, when building Crystal with LLVM 4 with debug infos from prebuilt binary (w/ LLVM 3.8) will always be failed. The temporary solution is to build a LLVM 4 version without debug info, then use it to build Crystal with debug info on LLVM 4. This will cause building phrase going longer then normal. We can remove this hack after Crystal fix the issue.
* maintainers.nix: use my GitHub handle as maintainer namemingchuan2017-10-03
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* crystal: 0.22.0 -> 0.23.0mingchuan2017-06-30
|
* crystal: 0.21.0 -> 0.22.0mingchuan2017-04-23
|
* crystal: 0.20.5 -> 0.21.0mingchuan2017-02-25
|
* crystal: 0.20.4 -> 0.20.5mingchuan2017-01-23
|
* crystal: 0.20.3 -> 0.20.4mingchuan2017-01-08
|
* crystal: fix build in chroot environment, againmingchuan2016-12-28
| | | | | forgot to patch interpreter of the script used by Makefile, carefully ensure it can build without /usr/bin/env this time.
* crystal: fix build in chroot environmentmingchuan2016-12-27
| | | | | previous build failed on hydra because /usr/bin/env do not exist in a chroot build environment.
* crystal: init at 0.20.3mingchuan2016-12-25
A compiled language with Ruby like syntax and type inference.