summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* Merge pull request #63776 from sifmelcara/update/solc-0.5.10Mario Rodas2019-07-04
|\ | | | | solc: 0.5.9 -> 0.5.10
| * solc: 0.5.9 -> 0.5.10mingchuan2019-06-26
| |
* | Merge pull request #64061 from r-ryantm/auto-update/ldcworldofpeace2019-07-04
|\ \ | | | | | | ldc: 1.15.0 -> 1.16.0
| * | ldc: 1.15.0 -> 1.16.0R. RyanTM2019-07-01
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ldc/versions
* | | Merge pull request #64233 from solson/wla-dx-9.8Matthew Bauer2019-07-03
|\ \ \ | | | | | | | | wla-dx: git-2017-06-05 -> 9.8
| * | | wla-dx: git-2017-06-05 -> 9.8Scott Olson2019-07-02
| | | | | | | | | | | | | | | | | | | | Additionally, the `hardeningDisable` is no longer required to successfully build.
* | | | jsonnet: ship new jsonnetfmt binaryNahum Shalman2019-07-03
| | | |
* | | | rustc: don't patch precompiled binaries on darwinDaiderd Jordan2019-07-03
| | | | | | | | | | | | | | | | | | | | | | | | This doesn't work anymore since 1.35.0 because the load commands end up being too large, but this is a precompiled binary anyway so it's not really needed or more impure to use the expected system versions.
* | | | rustc: 1.34.2 -> 1.35.0Eelco Dolstra2019-07-03
| | | |
* | | | Merge pull request #63997 from r-ryantm/auto-update/chickenMario Rodas2019-07-02
|\ \ \ \ | | | | | | | | | | chicken: 5.0.0 -> 5.1.0
| * | | | chicken: 5.0.0 -> 5.1.0R. RyanTM2019-07-01
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/chicken/versions
* | | | kotlin: 1.3.31 -> 1.3.40R. RyanTM2019-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/kotlin/versions
* | | | qbe: init at unstable-2019-05-15 (#61941)Silvan Mosberger2019-07-01
|\ \ \ \ | | | | | | | | | | qbe: init at unstable-2019-05-15
| * | | | qbe: init at unstable-2019-05-15Francesco Gazzetta2019-05-25
| | | | |
* | | | | llvm_7,8: disable libpfm on aarch64Graham Christensen2019-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/nixos/nixpkgs/issues/56245 Testing: 0 .. FAIL: LLVM-Unit :: tools/llvm-exegesis/./LLVMExegesisTests/PerfHelperTest.FunctionalTest (2933 of 27000) ******************** TEST 'LLVM-Unit :: tools/llvm-exegesis/./LLVMExegesisTests/PerfHelperTest.FunctionalTest' FAILED ******************** Note: Google Test filter = PerfHelperTest.FunctionalTest [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from PerfHelperTest [ RUN ] PerfHelperTest.FunctionalTest /build/llvm/unittests/tools/llvm-exegesis/PerfHelperTest.cpp:37: Failure Expected: CallbackEventName Which is: "" To be equal to: "CYCLES:u" /build/llvm/unittests/tools/llvm-exegesis/PerfHelperTest.cpp:38: Failure Value of: CallbackEventNameFullyQualifed Expected: isn't empty Actual: "" [ FAILED ] PerfHelperTest.FunctionalTest (3 ms) [----------] 1 test from PerfHelperTest (3 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (3 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] PerfHelperTest.FunctionalTest 1 FAILED TEST invalid event attribute - cannot create event CYCLES:u ******************** Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 1 warning(s) in tests. Testing Time: 108.19s ******************** Failing Tests (1): LLVM-Unit :: tools/llvm-exegesis/./LLVMExegesisTests/PerfHelperTest.FunctionalTest Expected Passes : 25609 Expected Failures : 141 Unsupported Tests : 1249 Unexpected Failures: 1 make[3]: *** [CMakeFiles/check-all.dir/build.make:58: CMakeFiles/check-all] Error 1 make[3]: Leaving directory '/build/llvm/build' make[2]: *** [CMakeFiles/Makefile2:365: CMakeFiles/check-all.dir/all] Error 2 make[2]: Leaving directory '/build/llvm/build' make[1]: *** [CMakeFiles/Makefile2:372: CMakeFiles/check-all.dir/rule] Error 2 make[1]: Leaving directory '/build/llvm/build' make: *** [Makefile:251: check-all] Error 2 builder for '/nix/store/4kq72x6ahrigryr6yjjj7c7ayqy8z2sl-llvm-7.0.1.drv' failed with exit code 2Testing: 0 .. FAIL: LLVM-Unit :: tools/llvm-exegesis/./LLVMExegesisTests/PerfHelperTest.FunctionalTest (2933 of 27000) ******************** TEST 'LLVM-Unit :: tools/llvm-exegesis/./LLVMExegesisTests/PerfHelperTest.FunctionalTest' FAILED ******************** Note: Google Test filter = PerfHelperTest.FunctionalTest [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from PerfHelperTest [ RUN ] PerfHelperTest.FunctionalTest /build/llvm/unittests/tools/llvm-exegesis/PerfHelperTest.cpp:37: Failure Expected: CallbackEventName Which is: "" To be equal to: "CYCLES:u" /build/llvm/unittests/tools/llvm-exegesis/PerfHelperTest.cpp:38: Failure Value of: CallbackEventNameFullyQualifed Expected: isn't empty Actual: "" [ FAILED ] PerfHelperTest.FunctionalTest (3 ms) [----------] 1 test from PerfHelperTest (3 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (3 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] PerfHelperTest.FunctionalTest 1 FAILED TEST invalid event attribute - cannot create event CYCLES:u ******************** Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 1 warning(s) in tests. Testing Time: 108.19s ******************** Failing Tests (1): LLVM-Unit :: tools/llvm-exegesis/./LLVMExegesisTests/PerfHelperTest.FunctionalTest Expected Passes : 25609 Expected Failures : 141 Unsupported Tests : 1249 Unexpected Failures: 1 make[3]: *** [CMakeFiles/check-all.dir/build.make:58: CMakeFiles/check-all] Error 1 make[3]: Leaving directory '/build/llvm/build' make[2]: *** [CMakeFiles/Makefile2:365: CMakeFiles/check-all.dir/all] Error 2 make[2]: Leaving directory '/build/llvm/build' make[1]: *** [CMakeFiles/Makefile2:372: CMakeFiles/check-all.dir/rule] Error 2 make[1]: Leaving directory '/build/llvm/build' make: *** [Makefile:251: check-all] Error 2 builder for '/nix/store/4kq72x6ahrigryr6yjjj7c7ayqy8z2sl-llvm-7.0.1.drv' failed with exit code 2
* | | | | openjfx11: init at 11.0.3+1Nikolay Amiantov2019-06-28
| | | | |
* | | | | Merge pull request #62845 from royneary/nim-0.20.0Dmitry Kalinkin2019-06-26
|\ \ \ \ \ | | | | | | | | | | | | nim: 0.19.4 -> 0.20.0
| * | | | | nim: 0.19.4 -> 0.20.0royneary2019-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - link sqlite (needed for the the stdlib sqlite module) - update nodejs to 11.x - use default phase order (fixes linker errors during test phase) - substitution in ./test/async/tioselectors.nim not needed anymore - two more tests need to be disabled - LD=$CC workaround not needed anymore - disable unsupported tests on aarch64 - trigger pre and post hooks - use checkInputs instead of nativeBuildInputs - don't override patchPhase
* | | | | | Merge master into staging-nextFrederik Rietdijk2019-06-25
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | elm: don't import <nixpkgs>, fixes tarball jobFrederik Rietdijk2019-06-25
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't import <nixpkgs>, because that is not allowed. Broken by https://github.com/NixOS/nixpkgs/pull/63477 cc @turboMaCk
* | | | | Merge branch 'master' into staging-nextVladimír Čunát2019-06-25
|\| | | | | | | | | | | | | | | | | | | Hydra nixpkgs: ?compare=1527134
| * | | | Merge pull request #63725 from peterhoeg/u/crystalPeter Hoeg2019-06-25
| |\ \ \ \ | | | | | | | | | | | | crystal: init at 0.29.0
| | * | | | crystal: init at 0.29.0Peter Hoeg2019-06-25
| | | | | |
| * | | | | Merge pull request #63477 from turboMaCk/elm-lang-packagesDomen Kožar2019-06-24
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | elmPackages.{elm-test,elm-analyse..}: tooling additions and fixes
| | * | | | elmPackages.{elm-test,elm-analyse..}: tooling additions and fixesMarek Fajkus2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extends the number of available tools for Elm language. 1. fix and move "elm-test" Previously located in nodePackages.elm-test but broken (see binwrap info). Now fixed and located in elmPackages.elm-test 2. add "elm-verify-examples" Generate tests from documentation examples 3. add "elm-upgrade" upgrade assistant using statical analysis 4. add "elm-analyse" static analysis for elm code (linter) 5. move "elm-doc-preview" originally located in nodePackages.elm-upgrade - moved for consistency 6. add "elmi-to-json" transforms elmi files to json - used by other tools like elm-test and elm-verify-examples Node.js based dependencies are defined the same way as nodePackages contaparts but are independent (has it's own packages.json) patch-binwrap.nix is used to as a replacement for binwrap package used by some nodejs dependencies that depends on Haskell binaries (elm-test and elm-verify-examples). BREAKING CHANGE =============== elm-doc-preview (as well as broken elm-test) is now commented in `node-packages-v10.json` and should be removed once new nix-expressions for node10 are generated (out of scope of this PR) There are still 2 outstanding elm related packages in nodePackages 1. elm-oracle - legacy package which is not compatible with elm 0.19 2. elm-live - should be moved in the future I think
* | | | | | Merge master into staging-nextFrederik Rietdijk2019-06-23
|\| | | | |
| * | | | | fasm-bin: 1.73.11 -> 1.73.12R. RyanTM2019-06-23
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fasm-bin/versions
* | | | | Merge master into staging-nextFrederik Rietdijk2019-06-21
|\| | | |
| * | | | ghc-8.8.x: bump version to alpha 2Peter Simons2019-06-19
| |/ / /
| * | | ponyc: 0.28.0 -> 0.28.1R. RyanTM2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ponyc/versions
| * | | sdcc: 3.8.0 -> 3.9.0R. RyanTM2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sdcc/versions
* | | | Merge staging-next into stagingFrederik Rietdijk2019-06-18
|\| | |
| * | | Merge branch 'master' into staging-nextVladimír Čunát2019-06-18
| |\ \ \ | | | | | | | | | | | | | | | Hydra nixpkgs: ?compare=1525828
| | * | | treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * treewide: remove unused variables * making ofborg happy
* | | | | Merge pull request #62167 from matthewbauer/alias-libglMatthew Bauer2019-06-17
|\ \ \ \ \ | |/ / / / |/| | | | Add libGL* aliases
| * | | | treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesaMatthew Bauer2019-06-17
| | | | | | | | | | | | | | | | | | | | Just use mesa for these to be more clear. Move these to aliases.nix
* | | | | Merge staging-next into stagingFrederik Rietdijk2019-06-15
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #63001 from Infinisil/update/ghcHEADPeter Simons2019-06-14
| |\ \ \ \ | | | | | | | | | | | | haskell.compiler.ghcHEAD: 20190115 -> 20190601
| | * | | | haskell.compiler.ghcHEAD: 20190115 -> 20190601Silvan Mosberger2019-06-12
| | | | | |
| * | | | | ocaml-ng.ocamlPackages_4_08.ocaml: 4.08.0+rc1 -> 4.08.0+rc2Vincent Laporte2019-06-14
| | | | | |
| * | | | | scala: Init 2.13Tim Steinbach2019-06-13
| | | | | | | | | | | | | | | | | | | | | | | | Make 2.13 the default, move 2.12 from default.nix to 2.12.nix
* | | | | | go: 1.11.10 -> 1.11.11Roman Volosatovs2019-06-12
| | | | | |
* | | | | | go: 1.12.5 -> 1.12.6Roman Volosatovs2019-06-12
|/ / / / /
* | | | | Merge pull request #62894 from womfoo/fix/llvm_7-skip-x86-tests-on-armv7lMatthew Bauer2019-06-11
|\ \ \ \ \ | | | | | | | | | | | | llvm_7: skip failing X86 test cases on armv7l
| * | | | | llvm_7: skip failing X86 test cases on armv7lKranium Gikos Mendoza2019-06-09
| | | | | | | | | | | | | | | | | | | | | | | | fixes #57472
* | | | | | Merge pull request #62896 from womfoo/fix/orc-skip-tests-on-armv7lMatthew Bauer2019-06-11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | orc: disable tests on armv7l
| * | | | | orc: disable tests on armv7lKranium Gikos Mendoza2019-06-09
| |/ / / / | | | | | | | | | | | | | | | also updated bugzilla references to newer gitlab
* | | | | Merge pull request #62363 from r-ryantm/auto-update/binaryenRenaud2019-06-10
|\ \ \ \ \ | | | | | | | | | | | | binaryen: 83 -> 84
| * | | | | binaryen: 83 -> 84R. RyanTM2019-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/binaryen/versions
* | | | | | Merge pull request #62491 from r-ryantm/auto-update/openshadinglanguageRyan Mulligan2019-06-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | osl: 1.10.4 -> 1.10.5