summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* Merge pull request #22040 from NeQuissimus/zuluMichael Raskin2017-01-25
|\ | | | | zulu: init at 8.19.0.1
| * zulu: init at 8.19.0.1Tim Steinbach2017-01-22
| |
* | Merge pull request #22101 from zimbatm/no-md5Domen Kožar2017-01-25
|\ \ | | | | | | Bye bye MD5
| * | metaBuildEnv: use sha256 hashzimbatm2017-01-24
| | |
| * | jikes: use sha256 hashzimbatm2017-01-24
| | |
| * | aspectj: use sha256 hashzimbatm2017-01-24
| | |
* | | ghc-8.0.2: remove unused fetchFilteredPatch functionBas van Dijk2017-01-24
| | |
* | | ocaml: fix the meta.branch attributeVincent Laporte2017-01-24
| | |
* | | ocaml: init at 4.04Vincent Laporte2017-01-24
| | |
* | | top-level: `crossSystem` is no longer exposed to packages. Use `*Platform`.John Ericson2017-01-24
|/ /
* | Revert "Add function to build a ghc standalone archive (OSX/iOS only)"Shea Levy2017-01-23
| | | | | | | | | | | | Partial revert of accidental changes. This reverts commit 4f9f00fcc9ba5fce1bf476bf3e3200bdbed00f48.
* | Add function to build a ghc standalone archive (OSX/iOS only)Shea Levy2017-01-23
| |
* | Merge pull request #22027 from LnL7/darwin-goDaiderd Jordan2017-01-24
|\ \ | | | | | | go: fix tests on darwin
| * | go_1_6: disable x509 tests on darwinDaiderd Jordan2017-01-22
| | |
| * | go_bootstrap: fix tests on darwinDaiderd Jordan2017-01-22
| |/
* / crystal: 0.20.4 -> 0.20.5mingchuan2017-01-23
|/
* Postiats version 0.3.0Karn Kallio2017-01-21
| | | | | | | | | | The attached patch updates the Postiats nixpkgs expression to the latest released 0.3.0 version. From c89bfabd847ebd62c8dd77cb7385ea4effa929be Mon Sep 17 00:00:00 2001 From: Karn Kallio <kkallio@skami.org> Date: Sat, 21 Jan 2017 13:28:23 -0400 Subject: [PATCH] ats2 : update Postiats to the latest released 0.3.0 version.
* Merge pull request #21962 from Mic92/gemdirJörg Thalheim2017-01-19
|\ | | | | bundleEnv: Used gemdir for most applications now
| * matter-compiler: use gemdirJörg Thalheim2017-01-18
| |
* | oraclejdk: 8u111, 8u112 -> 8u121taku02017-01-18
| |
* | rustc: Disable another failing tcp test on Darwin.Moritz Ulrich2017-01-17
|/ | | | Fixes #21936
* rustc: disable parallel building because of ↵Daiderd Jordan2017-01-14
| | | | | | https://github.com/rust-lang/rust/issues/30181 https://github.com/NixOS/nixpkgs/pull/21742
* solc: 0.4.6 -> 0.4.8Daniel Brockman2017-01-14
|
* Merge pull request #21846 from peterhoeg/f/nimMichael Raskin2017-01-13
|\ | | | | nim: include all supporting tools
| * nim: include all supporting toolsPeter Hoeg2017-01-12
| | | | | | | | | | | | | | | | | | | | | | | | This PR makes a few changes to how things are done: a) build and install "koch" - the nim make-type tool b) use "koch" to bootstrap nim c) build additional supporting tools such as nimble, nimgrep and nimsuggest d) nim can use other c compilers than gcc, so instead of forcing gcc we use the one from stdenv e) run the full test suite We do not need the "nimble" package any longer as it is part of nim.
* | scala: fix versions and $PATHVolth2017-01-12
| |
* | rustc: enable codegen units and parallel building (#21742)Daiderd Jordan2017-01-12
| |
* | cargo: do not make install in cargo (#21799)Reno Reckling2017-01-11
| | | | | | | | cargo is already a cargo package, so why not build it with cargo and safe us the special cases
* | update rustBeta and rustNightly (#21800)Reno Reckling2017-01-11
|/ | | looks good
* nim: 0.15.2 -> 0.16.0Michael Raskin2017-01-09
|
* rustc: Disable fragile tcp tests on DarwinMoritz Ulrich2017-01-08
| | | | | This is an alternative implementation of https://github.com/NixOS/nixpkgs/pull/21741/files
* Merge pull request #21749 from sifmelcara/update/crystalGraham Christensen2017-01-08
|\ | | | | crystal: 0.20.3 -> 0.20.4
| * crystal: 0.20.3 -> 0.20.4mingchuan2017-01-08
| |
* | rustUnstableBin.rustc: Run patchelf on bin/rustdoc (#21746)Jay Mundrawala2017-01-08
|/ | | | Cargo seems to run rustdoc and produces an annoying error when it tries to run.
* GHC: 8.0.2-rc2 -> 8.0.2Domen Kožar2017-01-07
|
* ghc-head: Put ./boot into commonPreConfigureShea Levy2017-01-06
|
* Merge branch 'staging'; security /cc #21642Vladimír Čunát2017-01-06
|\
| * Merge branch 'master' into stagingVladimír Čunát2017-01-04
| |\
| * \ Merge branch 'master' into stagingDaiderd Jordan2017-01-04
| |\ \
| * \ \ Merge branch 'master' into stagingDaiderd Jordan2017-01-02
| |\ \ \
| * \ \ \ Merge pull request #21541 from veprbl/libcpp37Daiderd Jordan2017-01-02
| |\ \ \ \ | | | | | | | | | | | | libc++3.7: fix to use with clang 3.9
| | * | | | libc++3.7: fix to use with modern compilersDmitry Kalinkin2016-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modern compiler will issue a following error whenever '#include <string>' is done: /nix/store/yxpwamjdapjcp53mmsdh1j2c9bc26h4k-libc++-3.7.1/include/c++/v1/string:1938:44: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification 'noexcept(is_nothrow_copy_constructible<allocator_type>::value)' basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a) ^ /nix/store/yxpwamjdapjcp53mmsdh1j2c9bc26h4k-libc++-3.7.1/include/c++/v1/string:1326:40: note: previous declaration is here _LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a) ^ 1 error generated. This happens because modern clang is more strict about checking exception specification for forward declaration and definition. http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/string?r1=242056&r2=242623&diff_format=h
* | | | | | ghc-head: bumpShea Levy2017-01-06
| |_|_|_|/ |/| | | |
* | | | | glslang, spirv-tools, vulkan-loader: add metainformationNikolay Amiantov2017-01-04
| |_|_|/ |/| | |
* | | | rustNightlyBin: fix build hashJörg Thalheim2017-01-03
| | | |
* | | | sbcl_1_3_12: init at 1.3.12; reinstating the previous version for MaximaMichael Raskin2017-01-03
| | | |
* | | | ecl_16_1_2: init at 16.1.2; reinstating for MaximaMichael Raskin2017-01-03
| | | |
* | | | gcl_2_6_13_pre: init at 2.6.13pre50. GCL hasn't had releases for a long ↵Michael Raskin2017-01-03
| | | | | | | | | | | | | | | | time, but there are relatively regular prereleases
* | | | stdenv: bootstrap cmake and python on darwinDaiderd Jordan2017-01-03
| | | |
* | | | rustNightlyBin: 2016-12-05 -> 2016-12-29 (#21618)Jörg Thalheim2017-01-03
| | | | | | | | | | | | | | | | - add cargo (hence the renaming) - also allow to built nix packages