summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* Merge pull request #13070 from jgillich/elmNikolay Amiantov2016-02-17
|\ | | | | elm: update to latest revs
| * elm: update to latest revsJakob Gillich2016-02-17
| | | | | | | | | | Some tags were updated with bug fixes. Also fixed update-elm.rb to include the callPackage argument for release.nix.
* | Merge branch 'master' into stagingVladimír Čunát2016-02-17
|\ \
| * \ Merge pull request #13009 from NeQuissimus/kotlin10Arseniy Seroka2016-02-15
| |\ \ | | | | | | | | kotlin: 1.0.0-rc-1036 -> 1.0.0
| | * | kotlin: 1.0.0-rc-1036 -> 1.0.0Tim Steinbach2016-02-15
| | | |
| * | | colm: 0.12.0 -> 0.13.0.3Pascal Wittmann2016-02-15
| |/ /
| * / julia: add julia-git, a snapshot from mid-February with LLVM-3.7 (so it ↵Michael Raskin2016-02-14
| |/ | | | | | | actually works in fresh NixPkgs)
| * icedtea_web: 1.6.1 -> 1.6.2Ricardo M. Correia2016-02-08
| |
| * haskell.packages.ghc801: Update to RC 2Ollie Charles2016-02-08
| |
| * oraclejdk: 8u71, 8u72 -> 8u73, 8u74taku02016-02-08
| |
* | gcc: fix #12836: build on darwinJosef Knedl2016-02-17
|/ | | | | Patch is based on GCC Bug 66523: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66523
* sbcl: 1.3.1 -> 1.3.2Tomas Hlavaty2016-02-06
|
* Merge pull request #12823 from NeQuissimus/kotlin-1.0rc1036Arseniy Seroka2016-02-04
|\ | | | | kotlin: 1.0.0-beta-4584 -> 1.0.0-rc-1036
| * kotlin: 1.0.0-beta-4584 -> 1.0.0-rc-1036Tim Steinbach2016-02-04
| |
* | ecl: 15.3.7 -> 16.0.0; homepage is at common-lisp.net nowMichael Raskin2016-02-04
|/
* Merge pull request #12810 from aneeshusa/add-as31Pascal Wittmann2016-02-04
|\ | | | | as31: init at 2.3.1
| * as31: init at 2.3.1Aneesh Agrawal2016-02-04
| |
* | Merge pull request #12682 from zohl/nantNikolay Amiantov2016-02-03
|\ \ | | | | | | NAnt
| * | mono: add gmcs symlinkAl Zohali2016-02-01
| | |
* | | Merge #12783: add some meta.platforms attributesVladimír Čunát2016-02-03
|\ \ \
| * | | dtc: Builds on DarwinTuomas Tynkkynen2016-02-03
| | | |
* | | | rustcMaster: build against bundled LLVMRicardo M. Correia2016-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a workaround for what appears to be issue rust-lang/rust#30970. Without this change, rustcMaster will fail to build the clippy library due to linking errors against LLVM (and ncurses, for some reason). I expect this commit to be reverted once that issue is fixed upstream.
* | | | rustc: 1.5.0 -> 1.6.0Ricardo M. Correia2016-02-02
| | | |
* | | | rustcMaster: 2016-01-10 -> 2016-02-01Ricardo M. Correia2016-02-02
| | | |
* | | | Merge pull request #12701 from mayflower/builder-def-cleanupDomen Kožar2016-02-01
|\ \ \ \ | | | | | | | | | | builderDefsPackage cleanup
| * | | | gcl: use mkDerivationRobin Gloster2016-01-30
| | | | |
* | | | | ghcjs: build hoogle docs for base librariesCharles Strahan2016-01-31
| | | | |
* | | | | ghcjs-boot: 3529c6ab61d5f786b -> 97dea5c4145bf80a1Charles Strahan2016-01-31
|/ / / /
* | | | uhc: Use Stackage LTS 4.1 to build UHCPhilipp Hausmann2016-01-29
| | | |
* | | | Merge pull request #12649 from grwlf/urwebPeter Simons2016-01-27
|\ \ \ \ | | | | | | | | | | urweb: version bump
| * | | | urweb: version bumpSergey Mironov2016-01-27
| |/ / /
* | | | Merge pull request #12617 from pmahoney/darwin-monovbgl2016-01-27
|\ \ \ \ | | | | | | | | | | Get mono building on darwin
| * | | | mono: build on darwinPatrick Mahoney2016-01-26
| |/ / /
* | | | Add version attribute where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
* | | | compcert: 2.5 -> 2.6Vincent Laporte2016-01-25
| | | |
* | | | ghcjs: update and fix ghcjs/reflex libsCharles Strahan2016-01-24
| | | | | | | | | | | | | | | | | | | | Set dontStrip when building ghcjs libs, which fixes the ghcjs-dom lib and also makes the logs cleaner.
* | | | haskell-packages: properly set postPatchCharles Strahan2016-01-24
| | | | | | | | | | | | | | | | | | | | The existing code overrode the postPatch, instead of combining the jailbreak commands with the user supplied postPatch.
* | | | ghcjs: fix the buildCharles Strahan2016-01-24
| | | |
* | | | Merge pull request #12568 from gebner/idea-openjdk8Edward Tjörnhammar2016-01-24
|\ \ \ \ | | | | | | | | | | idea: fix problems with openjdk8
| * | | | openjdk8: do not symlink icc profilesGabriel Ebner2016-01-23
| | |_|/ | |/| |
* / | | Remove no longer (or never) referenced patchesTobias Geerinckx-Rice2016-01-24
|/ / / | | | | | | | | | 55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
* / / elm: recurseIntroAtrs and use GHC 7.10.3Domen Kožar2016-01-22
|/ /
* | nim: 0.11.2 -> 0.13.0Kamil Chmielewski2016-01-20
| |
* | oraclejdk: 8u65, 8u66 -> 8u71, 8u72, fixes #12498Rok Garbas2016-01-20
| |
* | oraclejdk8: 8u65 -> 8u72Rok Garbas2016-01-20
| |
* | Merge pull request #12462 from wizeman/u/add-fstarArseniy Seroka2016-01-19
|\ \ | | | | | | fstar: init at 2016-01-12
| * | fstar: init at 2016-01-12Ricardo M. Correia2016-01-19
| | |
* | | uhc: the build is broken (and will be for the foreseeable future)Peter Simons2016-01-19
|/ /
* | Merge branch 'master' into stagingVladimír Čunát2016-01-18
|\ \
| * | terra: init at git-2016-01-06William Casarin2016-01-17
| | |