about summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* Merge pull request #82361 from petabyteboy/feature/jbr-from-sourceFrederik Rietdijk2020-03-14
|\ | | | | jetbrains.jdk: build from source
| * jetbrains.jdk: build from sourceMilan Pässler2020-03-12
| |
* | rust_1_38_0: dropAlyssa Ross2020-03-14
| |
* | Merge pull request #82068 from anmonteiro/anmonteiro/bs-platform-7.2.0Mario Rodas2020-03-14
|\ \ | | | | | | bs-platform: 7.0.1 -> 7.2.0
| * | Note about BuckleScript's build process and why `BS_TRAVIS_CI=1` isAntonio Nuno Monteiro2020-03-09
| | | | | | | | | | | | needed
| * | Fix refmtAntonio Nuno Monteiro2020-03-09
| | |
| * | bs-platform: 7.0.1 -> 7.2.0Antonio Nuno Monteiro2020-03-08
| | |
* | | binaryen: 89 -> 91, emscripten: 1.38.28 -> 1.39.1Maximilian Bosch2020-03-14
| | |
* | | Merge pull request #82344 from ysengrimm/update-sbclMichael Raskin2020-03-13
|\ \ \ | | | | | | | | sbcl: 2.0.1 -> 2.0.2
| * | | sbcl: 2.0.1 -> 2.0.2ysengrimm2020-03-11
| | |/ | |/|
* | | gcc: tweak platform condition in the hack from b6ae8193Vladimír Čunát2020-03-13
| | | | | | | | | | | | | | | It was rightly noted that armv7l suffers from the same issue: https://hydra.nixos.org/build/114263466#tabs-buildsteps
* | | gcc: minimal hacky fixup for our pkgsi686Linux.nixVladimír Čunát2020-03-13
|/ / | | | | | | | | | | This has been blocking nixos-unstable channel through i686 ISO: Fixes #82435, closes #82436. https://hydra.nixos.org/build/114512204
* | Merge pull request #81819 from ggreif/llvm-10Bas van Dijk2020-03-11
|\ \ | | | | | | llvmPackages_10: rc2 -> rc3
| * | llvmPackages_10: rc2 -> rc3Gabor Greif2020-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://lists.llvm.org/pipermail/llvm-dev/2020-March/139729.html Additionally cherry-picked 3 commits from `llvm-project/master`: - llvm/llvm-project@d21664c - llvm/llvm-project@3a0f6e6 - llvm/llvm-project@87dac7d such that clang can automatically pick up the polly plugin from the `llvm-polly` build.
* | | Merge pull request #81820 from r-ryantm/auto-update/mercuryMario Rodas2020-03-10
|\ \ \ | | | | | | | | mercury: 14.01.1 -> 20.01.1
| * | | mercury: 14.01.1 -> 20.01.1R. RyanTM2020-03-05
| | | |
* | | | zz: init at 2020-03-02Mario Rodas2020-03-04
| |_|/ |/| |
* | | Merge staging-next into masterFrederik Rietdijk2020-03-08
|\ \ \ | |_|/ |/| |
| * | Merge staging-next into stagingFrederik Rietdijk2020-03-06
| |\ \
| * | | gcc: remove unneeded RPATH patchingBen Wolsieffer2020-03-05
| | | |
| * | | gcc: move target-specific runtime libraries to separate outputBen Wolsieffer2020-03-04
| | |/ | |/|
* | | ghc: consistent downloads.haskell.org src URLsBenjamin Hipple2020-03-07
| | | | | | | | | | | | | | | | | | Consistency is good in general and these seem to work just as well as the others, but it also helps with blacklisting package updates, as in: https://github.com/ryantm/nixpkgs-update/pull/160
* | | intel-graphics-compiler: 1.0.3041 -> 1.0.3151R. RyanTM2020-03-06
| |/ |/|
* | gleam: 0.6.0 -> 0.7.1R. RyanTM2020-03-05
| |
* | Merge pull request #81749 from r-ryantm/auto-update/closure-compilerMario Rodas2020-03-05
|\ \ | |/ |/| closurecompiler: 20200204 -> 20200224
| * closurecompiler: 20200204 -> 20200224R. RyanTM2020-03-04
| |
* | Merge pull request #81689 from r-ryantm/auto-update/kotlinTim Steinbach2020-03-04
|\ \ | | | | | | kotlin: 1.3.61 -> 1.3.70
| * | kotlin: 1.3.61 -> 1.3.70R. RyanTM2020-03-04
| |/
* | ocaml-ng.ocamlPackages_4_10.ocaml: 4.10.0+rc2 → 4.10.0Vincent Laporte2020-03-03
| |
* | Merge #80124: llvmPackages_5.compiler-rt: fix for glibc bumpVladimír Čunát2020-03-02
|\ \
| * | llvmPackages_5.compiler-rt: fix for glibc bump using upstream fixWill Dietz2020-02-14
| | |
* | | polyml: updated maintainersKovacsics Robert2020-03-02
| | | | | | | | | | | | | | | | | | | | | I am not sure if we still need the old packages, nothing explicitly depends on polyml56 or polyml57 according to a grep, not sure if external packages might (hol and isabelle depend on polyml, the latest version).
* | | polyml: fix with new libffiKovacsics Robert2020-03-02
| | | | | | | | | | | | | | | | | | | | | | | | New libffi doesn't have FFI_SYSV for x86/64 unix, this pulls in the commit for the upstream version which fixes it, and ports that patch to the 5.7 version. The 5.6 version is unchanged. For ZHF: #80379
* | | chicken: 5.1.0 -> 5.2.0Evan Hanson2020-03-01
| | | | | | | | | | | | | | | | | | | | | Also updates the matchable egg (used by egg2nix) from 1.0 -> 1.1 and removes trailing slashes from the path prefix variables passed to wrapProgram (they're unnecessary and only result in doubled-up slashes in the values).
* | | Merge pull request #81167 from NixOS/staging-nextFrederik Rietdijk2020-03-01
|\ \ \ | | |/ | |/| Staging next
| * | Merge master into staging-nextFrederik Rietdijk2020-02-29
| |\ \
| * | | go_1_14: init at 1.14 and switch to itSergey Lukjanov2020-02-27
| | | |
* | | | Merge pull request #81382 from bhipple/u/rust-cargo-gleamMario Rodas2020-02-29
|\ \ \ \ | | | | | | | | | | gleam: upgrade cargo fetcher and cargoSha256
| * | | | gleam: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-29
| | |/ / | |/| |
* / | | elm-format: 0.8.2 -> 0.8.3Aaron VonderHaar2020-02-29
|/ / /
* | | Merge pull request #81272 from worldofpeace/crystal-opensslworldofpeace2020-02-29
|\ \ \ | | | | | | | | crystal: use latest openssl
| * | | crystal: use latest opensslworldofpeace2020-02-28
| |/ /
* | | ghc-8.8.3: really use ld.gold (port #80466)Gabor Greif2020-02-28
| | |
* | | ghc: add 8.8.3Gabor Greif2020-02-28
| | | | | | | | | | | | https://mail.haskell.org/pipermail/ghc-devs/2020-February/018643.html
* | | ghc: really use ld.goldAdam Sandberg Ericsson2020-02-28
| | |
* | | Merge pull request #80224 from fare-patches/fareMichael Raskin2020-02-28
|\ \ \ | |/ / |/| | Update Gambit and Gerbil, fix #78921
| * | gerbil-unstable: 2019-11-15 -> 2020-02-27Francois-Rene Rideau2020-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | Let Gerbil Scheme find its GERBIL_HOME where Nix put it when the environment variable is left unspecified. Comment out work in progress for static linking. Notes about working on macOS.
| * | gambit-unstable: 2019-07-21 -> 2020-02-24Francois-Rene Rideau2020-02-26
| | |
| * | gambit: set CC to full path, fixes #78921Francois-Rene Rideau2020-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | Use -Os rather than -O2 as our compilation flag, document why. Document why we always use gcc over clang. Fix openssl path in gambit. Stop trying to make static openssl.
* | | bluespec: install utilities, tooAustin Seipp2020-02-26
| | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>