about summary refs log tree commit diff
path: root/pkgs/development/compilers
AgeCommit message (Collapse)AuthorFilesLines
2020-08-28knightos-kcc: init at 4.0.0Ben Siraphob1-0/+25
2020-08-28Merge master into staging-nextFrederik Rietdijk2-12/+7
2020-08-28ocaml-ng.ocamlPackages_4_11.ocaml: 4.11.0+β3 → 4.11.0Vincent Laporte1-2/+2
2020-08-27Merge remote-tracking branch 'origin/master' into haskell-updatesPeter Simons40-60/+1639
2020-08-27Merge pull request #85870 from toraritte/update-mitschemeLassulus1-10/+5
mit-scheme: 9.2 -> 10.1.10
2020-08-27Merge staging-next into stagingFrederik Rietdijk1-1/+1
2020-08-27Merge master into staging-nextFrederik Rietdijk5-6/+41
2020-08-26openjfx14: correctly remove references to jdk11 (#96298)Milan1-1/+1
The new version string for jdk11 contains a '+' character, which needs to be escaped for use in the sed command. Fixes #95117.
2020-08-26Merge pull request #96404 from matthewbauer/gcc-crossMatthew Bauer12-48/+114
Fix cycle detected in Darwin->Linux cross GCC
2020-08-26gcc10: fix building darwin->linux cross compilerMatthew Bauer1-6/+9
same as 459c60dda2406d2207d2afd90f210ffc87efde54 but for gcc10
2020-08-26Merge remote-tracking branch 'origin/master' into gcc-crossMatthew Bauer385-3378/+15947
2020-08-26Merge pull request #95727 from obsidiansystems/cuda11Benjamin Hipple2-3/+35
cudatoolkit: init v11.0.3
2020-08-26Merge pull request #96307 from r-ryantm/auto-update/fasmDaniël de Kok1-2/+2
fasm: 1.73.24 -> 1.73.25
2020-08-26llvm_11: Enable build-id when linking libLLVM shared libsMichael Weiss1-0/+3
This is used by mesa.drivers (still on LLVM 9) as a cache key. I've ported that change to LLVM 11 to test it and so that it doesn't get lost in future versions. Credit for the change goes to David McFarland. See #93946 for details. Co-Authored-By: David McFarland <corngood@gmail.com>
2020-08-26Merge master into staging-nextFrederik Rietdijk19-0/+1496
2020-08-25fasm: 1.73.24 -> 1.73.25R. RyanTM1-2/+2
2020-08-25Merge branch 'llvm_11' into masterMichael Weiss19-0/+1496
This merges #94204 with the only difference being that I modified the history into three commits that should be easier to review and understand. Original history: 3524f4cfa94744bf5058bed6f2e3f6490f4c8e1b Modified history: df267a4cca6814261e10e9e3cb87fb706519307d
2020-08-25llvm_11: 11.0.0rc1 -> 11.0.0rc2Gabor Greif10-12/+12
http://lists.llvm.org/pipermail/release-testers/2020-August/001321.html
2020-08-25llvm_11: init at 11.0.0rc1Gabor Greif13-145/+25
http://lists.llvm.org/pipermail/release-testers/2020-July/001305.html TODO: Enable Polly. Co-authored-by: conferno <conferno@camfex.cz>
2020-08-25llvm_11: Copy all files from llvmPackages_10Michael Weiss21-0/+1616
This is simply the result of: cp -r pkgs/development/compilers/llvm/10 pkgs/development/compilers/llvm/11/
2020-08-25Merge master into staging-nextJonathan Ringer3-6/+41
2020-08-25gcc: On darwin, adjust IDs of installed .so files alsoAndreas Fuchs1-1/+1
Turns out that libgccjit gets installed as a .so file, which the gcc builder.sh didn't change: It only touched .dylib files; that means that anything linking in libgccjit.so would receive an "Image not found" error at load time. With this change, we invoke `install_name_tool` on .so files too, adjusting their dynamic linker ID, so that they too can be found.
2020-08-25gcc: Fix building libgccjit on darwin, using strip -xAndreas Fuchs1-0/+8
The default `strip` invocation tries to strip global symbols from the library, and refuses because those are indirect symbol table references.
2020-08-25Merge pull request #96209 from bobismijnnaam/aspectj-upgrade-2Daniël de Kok1-4/+7
aspectj: 1.5.2 -> 1.9.6
2020-08-25aspectj: 1.5.2 -> 1.9.6Bob Rubbens1-4/+7
As discussed on the mailing list, the url is now pointed at the github project release because the previous eclipse archive link was not kept up-to-date anymore. Relevant links: - https://www.eclipse.org/lists/aspectj-dev/msg03311.html
2020-08-24Merge pull request #95977 from r-ryantm/auto-update/kotlinRyan Mulligan1-2/+2
kotlin: 1.3.72 -> 1.4.0
2020-08-24remove unnecessary imports in ghcjs-ng/8.6/dep-overrides.nixDhruv Dang1-1/+1
2020-08-24#84563 #95931 fix ghcjs 8.6 so it buildsDhruv Dang2-5/+7
2020-08-24copper: init at 4.4Jorge Acereda1-0/+32
2020-08-24Merge staging-next into stagingFrederik Rietdijk2-6/+6
2020-08-24Merge master into staging-nextFrederik Rietdijk2-6/+6
2020-08-24ghcHEAD: 8.11.20200731 -> 8.11.20200824Utku Demir1-3/+3
2020-08-23nextpnr: 2020.07.08 -> 2020.08.22Austin Seipp1-3/+3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-08-23yosys: 2020.07.07 -> 2020.08.22Austin Seipp1-3/+3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-08-23Merge branch 'staging-next' into stagingJan Tojnar12-27/+363
2020-08-23Merge branch 'master' into staging-nextJan Tojnar9-27/+61
2020-08-22Merge pull request #94317 from r-ryantm/auto-update/souffleRyan Mulligan1-2/+2
souffle: 2.0.0 -> 2.0.1
2020-08-22Merge pull request #93347 from symphorien/spacetimeSilvan Mosberger1-2/+6
Ocaml spacetime support
2020-08-22Merge pull request #95489 from danieldk/rocm-3.7.0Daniël de Kok2-4/+3
Update ROCm to 3.7.0
2020-08-22kotlin: 1.3.72 -> 1.4.0R. RyanTM1-2/+2
2020-08-21llvmPackages_rocm: 3.5.1 -> 3.7.0Daniël de Kok2-4/+3
2020-08-21Merge pull request #95776 from wchresta/idris2-pathsLassulus1-4/+37
idris2: Enable --install, bugfixes
2020-08-21go_1_15: 1.15beta1 -> 1.15Thomas Bereknyei2-10/+10
2020-08-20idris2: Enable --install, bugfixeswchresta1-4/+37
This removes the need of the bin/idris2_app folder and replaces it with proper links to the nix-storage folders. This allows the user to override IDRIS2_PREFIX which will allow them to use --install to install libraries. * Fix: idris2_app/ was exposed in bin/ * Remove native Idris2 wrapper that set LD_LIBRARY_PATH * Improve new Idris2 wrapper to set Idris2 paths to out folders
2020-08-21emacs25: Drop outdated versionadisbladis1-2/+1
2020-08-20elmPackages.elm-json: remove verifyCargoDepszowoq1-1/+0
2020-08-19cudatoolkit: init v11.0.3Matthew Bauer2-3/+35
2020-08-18Merge pull request #95640 from valencik/idris21Lassulus1-2/+2
idris2: 0.2.0 -> 0.2.1
2020-08-18Merge master into staging-nextFrederik Rietdijk3-0/+302
2020-08-18#95747: fix build of GHC 8.10.2Domen Kožar2-0/+301