summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
...
* | | julia: 1.0.0 -> 1.0.1 (#48191)f--t2018-10-22
| | | | | | | | | * julia: removed the failing tests
* | | sbcl: specify $SBCL_HOME only when necessaryTomas Hlavaty2018-10-21
| | |
* | | sbcl: include sourcesTomas Hlavaty2018-10-21
| | |
* | | sbcl: 1.4.10 -> 1.4.12Tomas Hlavaty2018-10-21
| | |
* | | factor-lang: 0.97 -> 0.98Michael Raitza2018-10-20
|/ / | | | | | | | | | | | | | | Much improved build with support for GUI libraries and FUEL, the emacs development environment. Also directs the work vocabulary to point to /var/lib/factor as a machine-local writable location. So, scaffolding should work as intended, now.
* | Merge pull request #48306 from NixOS/staging-nextFrederik Rietdijk2018-10-18
|\ \ | | | | | | Merge staging-next into master
| * \ Merge master into staging-nextFrederik Rietdijk2018-10-17
| |\ \
| * \ \ Merge master into stagingFrederik Rietdijk2018-10-13
| |\ \ \
| * \ \ \ Merge staging-next into stagingFrederik Rietdijk2018-10-09
| |\ \ \ \
| * | | | | rustc: 1.29.0 -> 1.29.1Andreas Rammhold2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the changelog: - The standard library's `str::repeat` function contained an out of bounds write caused by an integer overflow. This has been fixed by deterministically panicking when an overflow happens.
* | | | | | Merge pull request #48605 from bgamari/yosys-updatesVincent Laporte2018-10-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | Yosys updates
| * | | | | | yosys: 2018.09.30 -> 2018.10.17Ben Gamari2018-10-17
| | | | | | |
| * | | | | | nextpnr: 2018.08.09 -> 2018.10.17Ben Gamari2018-10-17
| | | | | | |
* | | | | | | oraclejdk8: 8u181 -> 8u191 (#48624)volth2018-10-17
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #46753 from redvers/add/openspinSilvan Mosberger2018-10-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | openspin: init at 2018-10-02
| * | | | | | openspin: init at 2018-10-02Red Davies2018-10-02
| | | | | | |
* | | | | | | julia_10: update to 1.0.1Rob Vermaas2018-10-16
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | (cherry picked from commit 3b3a2d30df2de8dec7fa5bc5fe5ee8897e51630e)
* | | | | | ghc: add new 8.4.4 versionPeter Simons2018-10-15
| | | | | |
* | | | | | Merge pull request #48446 from dhess/ghc-aarch64-parallelSamuel Dionne-Riel2018-10-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | ghc: enable parallel building of GHC on aarch64.
| * | | | | | ghc: enable parallel building of GHC on aarch64.Drew Hess2018-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this only affects GHC, not haskellPackages, which still suffers from https://ghc.haskell.org/trac/ghc/ticket/15449.
* | | | | | | Merge pull request #44386 from srdqty/srd-update-mlton-compilerMatthew Bauer2018-10-14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | mlton: refactor and adds mlton20180207Binary mlton20180207 mltonHEAD
| * | | | | | mlton: refactor and adds mlton20180207Binary mlton20180207 mltonHEADSophia Donataccio2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds mltonHEAD. Summary of all the changes in this branch: * mlton20130715 - for this one I just copy and pasted the old default.nix - I have tested some projects that compile with this version and don't compile with the newer version, so I think it makes sense to keep the old version * mlton20180207Binary - This is used to build the source derivations * mlton20180207 - latest release * mltonHEAD - latest commit to the master branch of the github repo at the time of creating this derivation
| * | | | | | mlton: add one-liner from old derivation to fix source filesSophia Donataccio2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates from-git-source.nix to use the one-liner to fix up the bash shebang lines.
| * | | | | | mlton: adds mlton version 20180207Sophia Donataccio2018-10-12
| | | | | | |
| * | | | | | mlton: adds binary release package for mlton version 20180207Sophia Donataccio2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This works the same as the binary package in the old derivation, by patching the release binary. The difference is that this derivation is also exposed at the top level.
| * | | | | | mlton: prepare old version for refactoringSophia Donataccio2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 20130715.nix is exactly the same as the old default.nix other than pulling the meta data out into its own file.
| * | | | | | mlton: use stdenv.cc.bintools.dynamicLinkerSophia Donataccio2018-10-11
| | | | | | |
* | | | | | | Merge pull request #48210 from akru/masterJörg Thalheim2018-10-14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | solc: 0.4.24 -> 0.4.25
| * | | | | | solc: 0.4.24 -> 0.4.25Alexander Krupenkin2018-10-12
| |/ / / / /
* | | | | / go: do not wrap with `go get` toolsYegor Timoshenko2018-10-12
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See: https://github.com/NixOS/nixpkgs/issues/46603 These tools are not required for `buildGoPackage`, while significantly affecting closure size and build time. This essentially reverts 458895db332d394bfadc05404a020ea0b4b1ee7f.
* | | | | futhark: introduce the top-level futhark attributeBas van Dijk2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fact that futhark is a Haskell package is an implementation detail. To install it users should just have to specify `futhark` instead of `haskellPackages.futhark`. Additionally futhark is overridden with `haskell.lib.justStaticExecutables` to reduce closure size.
* | | | | futhark: init at 0.6.2Silvan Mosberger2018-10-12
|/ / / /
* | | / oraclejdk: deprecate oraclejdk 10taku02018-10-11
| |_|/ |/| |
* | | jsonnet: skip building the website (#47981)Benjamin Staffin2018-10-07
| | | | | | | | | | | | | | | | | | | | | The emscripten build of jsonnet is only used in the interactive demo found on jsonnet.org, and I don't think we need to include the whole website in our package. This reduces the transitive closure from ~100mb to ~32mb, and the build duration from ~8 minutes to ~20 seconds on my machine.
* | | Merge pull request #47901 from dhess/ghc-aarch64Samuel Dionne-Riel2018-10-07
|\ \ \ | | | | | | | | haskell: re-enable aarch64, but disable parallel builds on that arch.
| * | | haskell: re-enable aarch64, but disable parallel builds on that arch.Drew Hess2018-10-05
| | | | | | | | | | | | | | | | | | | | This is a workaround for unreliable parallel Haskell builds on aarch64. See https://ghc.haskell.org/trac/ghc/ticket/15449
* | | | jsonnet: fix on darwin (#47939)pmahoney2018-10-06
| | | | | | | | | | | | | | | | | | | | Build on darwin fails when using emscripten to build the js library. Disabling this is unsatisfying, but gets the jsonnet binary building again.
* | | | Merge pull request #46770 from jluttine/carp-initMatthew Bauer2018-10-05
|\ \ \ \ | |/ / / |/| | | carp: init at unstable-2018-09-15
| * | | carp: init at unstable-2018-09-15Jaakko Luttinen2018-09-24
| | | |
* | | | elm-format: 0.8.0 -> 0.8.1Aaron VonderHaar2018-10-03
| | | |
* | | | kotlin: 1.2.70 -> 1.2.71R. RyanTM2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge pull request #47542 from prusnak/gcc-arm-embedded_updateJörg Thalheim2018-10-03
|\ \ \ \ | |_|_|/ |/| | | gcc-arm-embedded: 6-2017-q2-update -> 7-2018-q2-update
| * | | gcc-arm-embedded: 6-2017-q2-update -> 7-2018-q2-updatePavol Rusnak2018-10-02
| | | | | | | | | | | | | | | | + update blackmagic to latest commit which includes gcc7 fixes
* | | | Merge pull request #47604 from NixOS/staging-nextFrederik Rietdijk2018-10-02
|\ \ \ \ | | | | | | | | | | Staging next
| * \ \ \ Merge branch 'master' into staging-nextDaiderd Jordan2018-10-01
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-09-25
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #47233 from oxij/tree/mass-rebuild-noop-cleanupsJohn Ericson2018-09-25
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | treewide: mass rebuild noop cleanups
| | * | | | | | llvmPackages_6.libcxx: cleanup with a mass rebuildJan Malakhovski2018-09-23
| | | | | | | |
| | * | | | | | llvm_5: cleanup with a mass rebuildJan Malakhovski2018-09-23
| | | | | | | |
| | * | | | | | gcc7: cleanup with a mass rebuildJan Malakhovski2018-09-23
| | | | | | | |