about summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* Merge #33955: lldb-{4,5}: install manpageVladimír Čunát2018-01-16
|\
| * lldb-{4,5}: install manpageWill Dietz2018-01-16
| |
* | Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
|/ | | | Goodbye, and thanks for all the Nix...
* julia: 0.6.0 -> 0.6.2Michael Raskin2018-01-16
|
* julia: 0.6.0 -> 0.6.2Erik Schnetter2018-01-16
|
* rustc: Supports ARMv7Tuomas Tynkkynen2018-01-16
|
* ispc: 20170807 -> 1.9.2Guillaume Bouchard2018-01-15
| | | | Version bump, fixes #29979
* Merge pull request #33888 from kamilchm/ponycJörg Thalheim2018-01-15
|\ | | | | ponyc: 0.21.2 -> 0.21.3
| * ponyc: 0.21.2 -> 0.21.3Kamil Chmielewski2018-01-15
| | | | | | | | https://github.com/ponylang/ponyc/issues/2478
* | solc: 0.4.17 -> 0.4.19adisbladis2018-01-15
| |
* | mono54: initDan Peebles2018-01-14
| | | | | | Still trying to figure out how msbuild should fit into the picture...
* | Merge pull request #33732 from kamilchm/ponycJörg Thalheim2018-01-13
|\ \ | | | | | | ponyc: FIX $CC undefined, using gcc as the linker
| * | ponyc: FIX $CC undefined, using gcc as the linkerKamil Chmielewski2018-01-11
| | | | | | | | | | | | https://github.com/ponylang/ponyc/issues/2482
* | | ldc: Disable cdvecfill test to fix build on older processorsThomas Mader2018-01-13
| | | | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/33830
* | | Merge pull request #33733 from dhess/arm-cross-fixesPeter Simons2018-01-11
|\ \ \ | | | | | | | | ghc, haskell-modules: ARM cross build fixes.
| * | | ghc, haskell-modules: ARM cross build fixes.Drew Hess2018-01-11
| | | | | | | | | | | | | | | | As requested in #33405.
* | | | Merge pull request #33612 from fare-patches/masterMichael Raskin2018-01-11
|\ \ \ \ | | | | | | | | | | Update gambit and gerbil
| * | | | gerbil: 0.12-DEV-836-gcde6802 -> 0.12-DEV-1030-gbbed3bcFrancois-Rene Rideau2018-01-11
| | | | |
| * | | | gambit: 4.8.8-415-g29ed48bb -> 4.8.8-427-g37b111a5Francois-Rene Rideau2018-01-07
| | | | |
* | | | | ldc: Remove dynamiccompile tests for Darwin tooThomas Mader2018-01-10
| | | | |
* | | | | yosys: 2017.12.06 -> 2018.01.10Austin Seipp2018-01-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | arachne-pnr: 2017.12.06 -> 2018.01.10Austin Seipp2018-01-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | Merge pull request #33532 from ThomasMader/ldc1.7.0Joachim F2018-01-10
|\ \ \ \ \ | |_|_|_|/ |/| | | | ldc: 1.5.0 -> 1.7.0
| * | | | ldc: 1.5.0 -> 1.7.0Thomas Mader2018-01-10
| | | | |
* | | | | Merge pull request #33676 from obsidiansystems/less-arm-hackJohn Ericson2018-01-09
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | | gcc, binutils: Narrow down ARM hack so only native builds are affected
| * | | gcc, binutils: Narrow down ARM hack so only native builds are affectedJohn Ericson2018-01-09
| | | |
* | | | Revert "rust: store the cargo-vendor config"Robin Gloster2018-01-09
|/ / / | | | | | | | | | | | | | | | | | | This reverts commit 0af2c5891bfccfe5a6e8ba67e95c5852c45529d2. See https://github.com/NixOS/nixpkgs/commit/0af2c5891bfccfe5a6e8ba67e95c5852c45529d2#commitcomment-26737983 This breaks the cargoSha256 hashes.
* | | Revert "gcc, binutils: Get rid of 32-bit ARM configure flag exception"Drew Hess2018-01-08
| | | | | | | | | | | | | | | | | | | | | | | | This commit breaks native armv7l-linux builds. Revert it until it can be root-caused. This reversion does not affect other platforms or cross-compiling. This reverts commit 0f5c80463176f7b146e8ef1943a3bbd61d4cbaf0.
* | | rustc: disable failing tests on darwinDaiderd Jordan2018-01-09
| | |
* | | rust: store the cargo-vendor configzimbatm2018-01-09
| | | | | | | | | | | | | | | | | | | | | cargo-vendor generates almost the right cargo config. Store it with the vendored files and patch it on use. This allows to re-use the generated config when using git dependencies.
* | | cargo: 0.22.0 -> 0.23.0zimbatm2018-01-09
| | |
* | | rustc: 1.21.0 -> 1.22.1zimbatm2018-01-09
| | | | | | | | | | | | | | | * removed --enable-clang as it has disappeared * removed old fixes that have been integrated in upstream
* | | fix typoJude Taylor2018-01-08
| | |
* | | let ghcjs packages compile with new cross-compilingJude Taylor2018-01-08
| | |
* | | Wrap dotty to prevent installing all the files profileKarol Chmist2018-01-08
| | |
* | | Merge pull request #33405 from dhess/ghc-armv7lPeter Simons2018-01-08
|\ \ \ | | | | | | | | Make GHC work on armv7l-linux
| * | | ghc: 8.2.2 on armv7l doesn't build without explicit use of ld.gold.Drew Hess2018-01-03
| | | |
| * | | ghc: ARM builds have an LLVM runtime dependency.Drew Hess2018-01-03
| | | |
* | | | corrected spelling mistakeGeoffrey Huntley2018-01-08
| | | |
* | | | Merge pull request #33471 from yrashk/pony-0.21.2Graham Christensen2018-01-05
|\ \ \ \ | | | | | | | | | | ponyc: 0.21.0 -> 0.21.2
| * | | | ponyc: 0.21.0 -> 0.21.2Yurii Rashkovskii2018-01-05
| | | | |
* | | | | Merge pull request #33483 from ThomasMader/dmd2.078.0Graham Christensen2018-01-05
|\ \ \ \ \ | | | | | | | | | | | | dmd: 2.075.1 -> 2.078.0
| * | | | | dmd: 2.075.1 -> 2.078.0Thomas Mader2018-01-05
| | |_|/ / | |/| | |
* | | | | Merge pull request #33476 from jtojnar/colm-platformsPascal Wittmann2018-01-05
|\ \ \ \ \ | | | | | | | | | | | | colm: loosen platform restrictions
| * | | | | colm: loosen platform restrictionsJan Tojnar2018-01-05
| | |_|/ / | |/| | | | | | | | | | | | | Seems to build on aarch64 and i686 Linux.
* | | | | treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-05
| | | | |
* | | | | rust: fix sandbox build on darwinDaiderd Jordan2018-01-05
|/ / / /
* | | | ghc: Normalize derivations in hash-preserving waysJohn Ericson2018-01-03
| | | |
* | | | ghc: Noramlized source URLsJohn Ericson2018-01-03
| | | |
* | | | ghc 8.2.2, head: Inline `common*` bindingsJohn Ericson2018-01-02
| | | | | | | | | | | | | | | | | | | | Cross case purposely changed as it will be rewritten anyways. But no native hashes should be changed.