about summary refs log tree commit diff
path: root/pkgs/development/compilers
AgeCommit message (Collapse)AuthorFilesLines
2021-11-10treewide: quote urls according to rfc 0045 (#145260)xaverdh1-2/+2
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-09yosys: fix build on darwinMartin Povišer2-7/+27
Attempt to work around a confusion in yosys' build system that causes builds under clang to fail.
2021-11-08dotnetCorePackages: 6.0.0-rc.2 -> 6.0Moises Nessim1-16/+16
2021-11-08gcc-arm-embedded-{9,10}: enable on aarch64-darwinPavol Rusnak2-2/+6
(using x86_64-darwin binaries, these can be run if rosetta is installed)
2021-11-08gcc-arm-embedded-10: 10.3-2021.07 -> 10.3-2021.10Pavol Rusnak1-5/+5
2021-11-07build-support/rust: OrganizeJohn Ericson2-33/+11
- `toRustTarget` and friends pulled out from rust tools into rust library. Since they don't depend on any packages they can be more widely useable. - `build-rust-package` gets its own directory - `fetch-cargo-tarball` gets its own directory
2021-11-06Merge pull request #137553 from dguibert/dg/cudatoolkitRyan Burns2-7/+14
update cudatoolkit (11.3/11.4), cuddn and cutensor
2021-11-06Merge pull request #144644 from r-burns/goDomen Kožar1-2/+0
go_1_17: enable on x86_64-darwin
2021-11-06treewide: use mirror URLs where availableAlyssa Ross2-2/+2
Candidates identified with git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix | grep -v nixos.org | grep :// | cut -d '"' -f 2)" and then manually reviewed and tested.
2021-11-05Merge pull request #142641 from NixOS/haskell-updatesDennis Gosnell2-28/+4
haskellPackages: update stackage and hackage
2021-11-04Merge pull request #144671 from andersk/LD_LIBRARY_PATHBernardo Meurer1-1/+1
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
2021-11-05Merge master into haskell-updatesgithub-actions[bot]13-13/+37
2021-11-04treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2Anders Kaseorg1-1/+1
Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Followup to #76804. Fixes #144646. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-11-04go_1_17: enable on x86_64-darwinRyan Burns1-2/+0
Apparently this does not depend on stdenv's macOS SDK at all, and carries around its own go-specific toolchain. So this works fine as-is and doesn't need any changes in Nixpkgs to support a 10.13 deployment target.
2021-11-04Merge pull request #144440 from SuperSandro2000/lib-fromJSONRobert Hensing13-13/+37
treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)``…
2021-11-04Merge master into haskell-updatesgithub-actions[bot]3-8/+5
2021-11-03Merge pull request #144485 from AndersonTorres/new-asmAnderson Torres1-6/+2
asl: fix the expression
2021-11-03asl: fix the expressionAndersonTorres1-6/+2
2021-11-03kotlin-native: add fabianhjr as maintainerFabián Heredia Montiel1-1/+1
2021-11-03kotlin-native: remove `/bin/kotlinc`Fabián Heredia Montiel1-0/+1
This is the only collision with the default kotlin distribution and is marked as deprecated and to be removed upstream. ``` > kotlinc NOTE: you are running "kotlinc" CLI tool from Kotlin/Native distribution, it runs Kotlin/Native compiler that produces native binaries from Kotlin code. If your intention was to compile Kotlin code to JVM bytecode instead, then you need to use "kotlinc" from the main Kotlin distribution (e.g. it can be downloaded as kotlin-compiler-X.Y.ZZ.zip archive from https://github.com/JetBrains/kotlin/releases/latest, or installed using various package managers). WARNING: if your intention was to run Kotlin/Native compiler, then please use "kotlinc-native" CLI tool instead of "kotlinc". "kotlinc" tool will be removed from Kotlin/Native distribution, so it will stop clashing with "kotlinc" from the main Kotlin distribution. ```
2021-11-03treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)`` to ↵Sandro Jäckel13-13/+37
lib.importJSON ./file.json
2021-11-02maintainers: remove superherointjsuperherointj1-1/+1
2021-11-03Merge master into haskell-updatesgithub-actions[bot]6-57/+98
2021-11-02Merge pull request #144219 from mweinelt/firefoxMartin Weinelt4-57/+10
2021-11-02Merge pull request #144167 from AndersonTorres/new-asmAnderson Torres2-0/+88
asl: init at 142-bld211
2021-11-02Merge remote-tracking branch 'origin/master' into haskell-updatessternenseemann2-4/+4
2021-11-02rustc: Expose llvmPackages set used to build rustcMartin Weinelt3-3/+10
Reusing the same llvmPackages version used for building rustc is required for LTO in Firefox.
2021-11-02rust_1_45: dropMartin Weinelt1-54/+0
2021-11-02scala_2_13: 2.13.6 → 2.13.7Fabián Heredia Montiel1-2/+2
2021-11-02Merge pull request #143622 from r-ryantm/auto-update/dictuArtturi1-2/+2
dictu: 0.20.0 -> 0.22.0
2021-11-02Merge remote-tracking branch 'origin/master' into haskell-updatessternenseemann3-0/+25
2021-11-01asl: init at 142-bld211AndersonTorres2-0/+88
2021-11-02Merge master into haskell-updatesgithub-actions[bot]2-9/+9
2021-11-02Merge master into staging-nextgithub-actions[bot]1-6/+6
2021-11-01Merge master into staging-nextgithub-actions[bot]1-3/+3
2021-11-01makeRustPlatform: allow to easily override stdenvBernardo Meurer1-6/+6
2021-11-01qbe: unstable-2021-10-26 -> unstable-2021-10-28R. Ryantm1-3/+3
2021-10-31Merge master into haskell-updatesgithub-actions[bot]6-33/+64
2021-10-30Merge master into staging-nextgithub-actions[bot]5-31/+62
2021-10-30Merge pull request #142388 from thiagokokada/add-graalvm-17Timo Kaufmann5-31/+62
graalvm-ce: add graalvm17-ce
2021-10-30Merge master into staging-nextgithub-actions[bot]1-2/+2
2021-10-30Merge pull request #143528 from r-ryantm/auto-update/sagittarius-schemeBobby Rong1-2/+2
sagittarius-scheme: 0.9.7 -> 0.9.8
2021-10-30Merge master into haskell-updatesgithub-actions[bot]5-23/+34
2021-10-30Merge master into staging-nextgithub-actions[bot]3-15/+26
2021-10-29Merge pull request #142157 from timothyklim/scala31Ryan Burns1-2/+2
dotty: 3.0.0 → 3.1.0
2021-10-29haskell.compiler.ghc921: 9.2.0.20210821 -> 9.2.1sternenseemann1-14/+4
https://mail.haskell.org/pipermail/glasgow-haskell-users/2021-October/027082.html Also fixes a bug affecting the behavior of streaming-commons and text: https://gitlab.haskell.org/ghc/ghc/-/issues/20526 Co-authored-by: Guillaume Bouchard <guillaum.bouchard@gmail.com>
2021-10-29Merge pull request #142688 from rowanG077/update-intel-compute-runtimeSandro2-13/+24
2021-10-29Merge master into staging-nextgithub-actions[bot]1-1/+1
2021-10-29Merge pull request #143512 from LibreCybernetics/treewide-coursierSandro1-1/+1
2021-10-29Merge master into staging-nextgithub-actions[bot]1-7/+7