about summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* Merge pull request #67149 from marsam/fix-mosml-darwinSarah Brofeldt2019-08-22
|\ | | | | mosml: fix build error on darwin
| * mosml: fix build error on darwinMario Rodas2019-08-20
| |
* | Merge pull request #66728 from symphorien/rust-rlsBas van Dijk2019-08-21
|\ \ | | | | | | rls: tie version to rustc's
| * | rls: tie version to rustc'sSymphorien Gibol2019-08-21
| |/
* / coq: make version 8.9 the default oneVincent Laporte2019-08-21
|/
* Merge pull request #65104 from mroi/patch-1Marek Mahut2019-08-20
|\ | | | | swift: 5.0.1 -> 5.0.2
| * swift: 5.0.1 -> 5.0.2Michael Roitzsch2019-07-19
| | | | | | update Swift and remove superfluous substitution
* | julia: 1.1.0 -> 1.1.1Pontus Stenetorp2019-08-20
| |
* | julia: 1.0.3 -> 1.0.4Pontus Stenetorp2019-08-20
| |
* | Merge pull request #65545 from volth/graal-eeworldofpeace2019-08-20
|\ \ | | | | | | graalvm8-ee: init at 19.1.1
| * | graalvm8-ee: various fixesvolth2019-08-11
| | |
| * | graalvm8-ee: propagate zlibvolth2019-08-08
| | |
| * | graalvm8-ee: init at 19.1.1volth2019-07-29
| | |
* | | Merge pull request #66861 from lopsided98/directfb-src-githubMatthew Bauer2019-08-19
|\ \ \ | | | | | | | | directfb: fix build on ARM
| * | | flux: init at 2013-09-20Ben Wolsieffer2019-08-18
| | | |
* | | | edk2: 2017-12-05 -> 201905Nikolay Amiantov2019-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move to stable version; * Refactor `setup` to `mkDerivation`; * Use flags instead of `sed`; * Support Secure Boot builds.
* | | | rustfmt: fix build on aarch64Bas van Dijk2019-08-19
| | | |
* | | | Merge pull request #66713 from basvandijk/rustfmt-from-rust-srcBas van Dijk2019-08-19
|\ \ \ \ | | | | | | | | | | rustfmt: use the src as defined by the git submodule in rust
| * | | | rustfmt: enable testsBas van Dijk2019-08-19
| | | | |
| * | | | rustfmt: make sure to test rustfmt instead of rustcBas van Dijk2019-08-19
| | | | | | | | | | | | | | | Co-Authored-By: symphorien <symphorien@users.noreply.github.com>
| * | | | rustfmt: use the src as defined by the git submodule in rustBas van Dijk2019-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit makes sure rustc and rustfmt are compatible by setting rustfmt's src to the rustfmt git submodule as defined in: https://github.com/rust-lang/rust/tree/1.36.0/src/tools
* | | | | Merge pull request #66867 from r-ryantm/auto-update/fasm-binMarek Mahut2019-08-19
|\ \ \ \ \ | | | | | | | | | | | | fasm-bin: 1.73.15 -> 1.73.16
| * | | | | fasm-bin: 1.73.15 -> 1.73.16R. RyanTM2019-08-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/fasm-bin/versions
* / | | | gcc: 9.1.0 -> 9.2.0xbreak2019-08-18
|/ / / / | | | | | | | | | | | | gcc 9.2.0 is a bug-fix release.
* | | | Merge pull request #66381 from NixOS/staging-nextFrederik Rietdijk2019-08-18
|\ \ \ \ | | | | | | | | | | Staging next
| * \ \ \ Merge master into staging-nextFrederik Rietdijk2019-08-17
| |\ \ \ \
| * \ \ \ \ Merge master into staging-nextFrederik Rietdijk2019-08-14
| |\ \ \ \ \
| * \ \ \ \ \ Merge master into staging-nextFrederik Rietdijk2019-08-09
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge staging-next into stagingFrederik Rietdijk2019-08-03
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge staging-next into stagingFrederik Rietdijk2019-08-01
| |\ \ \ \ \ \ \
| * | | | | | | | rustc: Enable profiling supportEelco Dolstra2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This matches the upstream binary releases (see https://github.com/rust-lang/rust/blob/beta/src/ci/docker/x86_64-gnu/Dockerfile). Upstream also enables sanitizer support but that adds another 39 MiB to the package size, and who needs sanitizers in Rust anyway ;-)
| * | | | | | | | rustc: Drop RUSTC_BOOTSTRAPEelco Dolstra2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's no longer needed.
| * | | | | | | | shaderc: remove unneeded CMake flagsJan Tojnar2019-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not necessary since https://github.com/NixOS/nixpkgs/pull/52856 Parallel building is enabled by default with CMake.
| * | | | | | | | cargo: remove darwin hackarcnmx2019-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This seems to have recently resolved itself with updates and is no longer necessary.
* | | | | | | | | Merge pull request #66788 from r-ryantm/auto-update/binaryenMarek Mahut2019-08-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | binaryen: 88 -> 89
| * | | | | | | | | binaryen: 88 -> 89R. RyanTM2019-08-17
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #66596 from emilazy/update-pypy-and-eda-toolsFrederik Rietdijk2019-08-17
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Update PyPy and FOSS EDA tools
| * | | | | | | | yosys: 2019.04.23 -> 2019.08.13Emily2019-08-14
| | | | | | | | |
| * | | | | | | | nextpnr: 2019.04.19 -> 2019.08.10Emily2019-08-14
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #66681 from basvandijk/init-rust-clippyEelco Dolstra2019-08-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | rustPackages.clippy: init at rust-1.36.0
| * | | | | | | | rustPackages.clippy: init at rust-1.36.0Bas van Dijk2019-08-16
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #66566 from mmahut/ponyc-test-stdlibMatthew Bauer2019-08-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ponyc: disabling stdlib tests
| * | | | | | | | ponyc: disabling stdlib testsMarek Mahut2019-08-13
| | | | | | | | |
* | | | | | | | | ghc-8.8.1: update alpha-2 to rc-1Peter Simons2019-08-15
| | | | | | | | |
* | | | | | | | | Merge pull request #66245 from corngood/chicken-fixJoachim F2019-08-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | chicken: fixes for chicken 5.1.0
| * | | | | | | | | chicken: fixes for chicken 5.1.0David McFarland2019-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix incorrect binaryVersion - upgrade chicken-5 eggs - fix repository path
* | | | | | | | | | Merge pull request #66632 from fare-patches/masterMichael Raskin2019-08-14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update Gambit and Gerbil from upstream
| * | | | | | | | | | gerbil-unstable: 2019-02-09 -> 2019-08-11Francois-Rene Rideau2019-08-14
| | | | | | | | | | |
| * | | | | | | | | | gambit-unstable: 2019-02-05 -> 2019-07-21Francois-Rene Rideau2019-08-14
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #65483 from arcnmx/pr-llvm-baremetalMatthew Bauer2019-08-14
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | llvm8 bare metal fixes