summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* zig: 0.2.0 -> 0.3.0Andrew Kelley2018-09-29
|
* Merge pull request #47444 from ↵Will Dietz2018-09-28
|\ | | | | | | | | dtzWill/fix/patchelf-chrome-virtualbox-and-treewide google-chrome, treewide: fix patchelf usages to not crash constantly, patchelf as native
| * tree-wide: patchelf used during build -> nativeBuildInputsWill Dietz2018-09-28
| | | | | | | | | | | | | | | | | | | | | | In a few cases it wasn't clear so I left them as-is. While visiting these moved other things to nativeBuildInputs when it was clear they were one of these cases: * makeWrapper * archive utilities (in order to unpack src) * a few of these might no longer be needed but leaving for another day
* | dotnet-sdk: 2.1.401 -> 2.1.402 (#47469)baracoder2018-09-28
| |
* | Merge pull request #47487 from obsidiansystems/ghcjs-ghc-versionJohn Ericson2018-09-28
|\ \ | |/ |/| ghcjs-*: Expose the version of GHC used
| * ghcjs-*: Expose the version of GHC usedJohn Ericson2018-09-28
| | | | | | | | This is more meaningful than the GHCJS version for most tasks.
* | ghc: Replace meta.available checks for enableIntegerSimpleTuomas Tynkkynen2018-09-28
| | | | | | | | | | This sort of code breaks config.{allowBroken, allowUnsupportedSystem} = true by making them do unpredictable things.
* | Merge pull request #47443 from obsidiansystems/ghcjs-no-double-callPackageJohn Ericson2018-09-27
|\| | | | | ghcjs-{7.10, 8.0}: Improve overriding situation
| * ghcjs-{7.10, 8.0}: Make symmetricalJohn Ericson2018-09-27
| | | | | | | | | | There's no reason other than misleading branch names to prefer one over another.
* | Merge pull request #47260 from c00w/masterJörg Thalheim2018-09-25
|\ \ | | | | | | go: Remove pkg/obj directory from the build outputs.
| * | go: Remove pkg/obj directory from the build outputs.Colin Rice2018-09-24
| | | | | | | | | | | | This appears to be causing the go package to be roughly 900MB in size.
* | | gcc{5,6,7,8}: share libgomp patch, propagate musl config flagsWill Dietz2018-09-25
| | |
* | | gcc: fix libgomp to not use initial-execWill Dietz2018-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only apply w/musl since while it's wrong everywhere it apparently hasn't broken things entirely w/glibc so keep things as they were. Patch regenerated from original so that it applies which isn't saying much since it's simple :). Source: https://patchwork.ozlabs.org/patch/154298/ IRC chat on #musl with Rich and others endorses this, at least at the conceptual level of no shared library should be using initial-exec TLS. Fixes various uses of libgomp that previously crashed (before 1.1.20) or encounter errors (post-1.1.20), such as pythonPackages.cython .
* | | gcc7: more options for muslWill Dietz2018-09-25
| | |
* | | Merge remote-tracking branch 'upstream/master' into haskell-no-recJohn Ericson2018-09-24
|\ \ \ | |_|/ |/| |
| * | dotnet-sdk: Reduce closure: Unpack to a subdirectory to prevent copying ↵baracoder2018-09-24
| | | | | | | | | | | | build files (#47269)
| * | llvm7: update musl patch for sanitizersWill Dietz2018-09-24
| |/
| * llvm7: optionally use libpfm (exegesis), default off w/darwinWill Dietz2018-09-23
| |
| * llvm7: only use 1 number in version suffix, upstream changedWill Dietz2018-09-23
| | | | | | | | See llvm 2a6cf85828509e89e18739e5f4b9a958820d66d4
| * libc++7: prefer 'optional' as suggested by commentWill Dietz2018-09-23
| |
| * llvm*: http -> https, prefer releases.llvm.orgWill Dietz2018-09-23
| |
| * llvm7: update hashes, they did change after all.Will Dietz2018-09-23
| | | | | | | | Pretty sure they did last time too :).
| * llvm7: use final release tarballs now that they're availableWill Dietz2018-09-23
| |
| * compiler-rt: quickfix codesign patch by dropping hunks 'already applied'Will Dietz2018-09-23
| | | | | | | | Quite possibly this is not right.
| * commentWill Dietz2018-09-23
| |
| * llvm-manpages: fix build by removing references to $lib outputWill Dietz2018-09-23
| |
| * llvm7: patch test shebang (otherwise test fails)Will Dietz2018-09-23
| |
| * llvm7: init at 7.0.0rc3Will Dietz2018-09-23
| | | | | | | | Copy of 6 + updated hashes
| * ghc: add release version for 8.6.1Peter Simons2018-09-22
| |
| * kotlin: 1.2.61 -> 1.2.70R. RyanTM2018-09-21
| | | | | | | | | | | | | | 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
| * ocaml ≤ 4.05: mark as broken on Aarch64 (#47010)Vincent Laporte2018-09-20
| |
| * Revert "iasl: 20180313 -> 20180629 (#46272)"Uli Baum2018-09-19
| | | | | | | | | | | | This reverts commit 11d0ae36326ebe127ae9d5637d3cfbf4aa741714. It broke xen.
| * Merge pull request #46857 from obsidiansystems/darwin-to-linux-prepJohn Ericson2018-09-18
| |\ | | | | | | misc pkgs: various cross fixes in preparation for darwin->linux
| * | iasl: 20180313 -> 20180629 (#46272)R. RyanTM2018-09-18
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from iasl
| * | coreclr: update homepageAdam Finn Tulinius2018-09-18
| | | | | | | | | Repology reports the current homepage down for more than a month. Link to the GitHub repo instead.
| * | compcert: 3.3 -> 3.4Vincent Laporte2018-09-17
| | |
| * | Merge pull request #46168 from fare-patches/masterMichael Raskin2018-09-17
| |\ \ | | | | | | | | New Gambit and Gerbil releases
| | * | gerbil-unstable: 2018-08-11 -> 2018-09-06Francois-Rene Rideau2018-09-06
| | | |
| | * | gambit-unstable: 2018-08-06 -> 2018-09-03Francois-Rene Rideau2018-09-06
| | | |
| | * | gerbil: 0.12-RELEASE -> 0.13Francois-Rene Rideau2018-09-06
| | | |
| | * | gambit: 4.8.9 -> 4.9.0Francois-Rene Rideau2018-09-06
| | | |
| * | | Merge pull request #46710 from jerith666/elm-glsl-fixxeji2018-09-16
| |\ \ \ | | | | | | | | | | Elm: widen language-glsl dependency, pick up minor updates
| | * | | elm: patch to widen dependency after hackage update 1b1cb6305cMatt McHenry2018-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | works around missing dependency 'language-glsl >=0.0.2 && <0.3' patch from https://github.com/elm/compiler/pull/1784
| | * | | elm: pick up some recent minor updates to 0.19.0Matt McHenry2018-09-15
| | | | |
| * | | | go_1_11: add url to flaky testJörg Thalheim2018-09-16
| | | | |
| * | | | Merge pull request #46706 from bobvanderlinden/pr-go-skip-flaky-testJörg Thalheim2018-09-16
| |\ \ \ \ | | | | | | | | | | | | go: skip flaky os/exec TestExtraFiles
| | * | | | go: skip flaky os/exec TestExtraFilesBob van der Linden2018-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This seems to only happen on i686 on go 1.11. It also happens on Debian. For more information: https://github.com/golang/go/issues/25628
| * | | | | Merge pull request #46726 from vbgl/ocaml-broken-on-aarchJörg Thalheim2018-09-16
| |\ \ \ \ \ | | | | | | | | | | | | | | ocaml ≤ 4.05: mark as broken on Aarch64
| | * | | | | ocaml ≤ 4.05: mark as broken on Aarch64Vincent Laporte2018-09-15
| | |/ / / /
| * / / / / jbuilder: 1.0.1 -> dune: 1.1.1Vincent Laporte2018-09-15
| |/ / / /